Skip to content

Commit

Permalink
build: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanMorel committed Dec 8, 2023
1 parent da3a7db commit 495c85f
Show file tree
Hide file tree
Showing 2 changed files with 665 additions and 601 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,48 +21,48 @@
"dependencies": {
"@radix-ui/react-dialog": "^1.0.5",
"@types/mime-types": "^2.1.4",
"@types/node": "^20.10.0",
"@types/react": "^18.2.38",
"@types/node": "^20.10.4",
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.17",
"autoprefixer": "^10.4.16",
"clsx": "^2.0.0",
"dotenv": "^16.3.1",
"jotai": "^2.6.0",
"lucide-react": "^0.293.0",
"lucide-react": "^0.294.0",
"mime-types": "^2.1.35",
"next": "^14.0.3",
"next": "^14.0.4",
"next-themes": "^0.2.1",
"nextjs-google-analytics": "^2.3.3",
"pino": "^8.16.2",
"pino-pretty": "^10.2.3",
"postcss": "^8.4.31",
"postcss": "^8.4.32",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"rotating-file-stream": "^3.1.1",
"sharp": "^0.32.6",
"tailwind-merge": "^2.0.0",
"tailwindcss": "^3.3.5",
"sharp": "^0.33.0",
"tailwind-merge": "^2.1.0",
"tailwindcss": "^3.3.6",
"tw-colors": "^3.3.1",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@next/eslint-plugin-next": "^14.0.3",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.54.0",
"eslint-config-next": "^14.0.3",
"eslint-config-prettier": "^9.0.0",
"@next/eslint-plugin-next": "^14.0.4",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"eslint": "^8.55.0",
"eslint-config-next": "^14.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-next": "^0.0.0",
"eslint-plugin-no-relative-import-paths": "^1.5.3",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-security": "^1.7.1",
"eslint-plugin-tailwindcss": "^3.13.0",
"husky": "^8.0.3",
"lint-staged": "^15.1.0",
"lint-staged": "^15.2.0",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.7"
"prettier-plugin-tailwindcss": "^0.5.9"
}
}
Loading

0 comments on commit 495c85f

Please sign in to comment.