Skip to content

Commit

Permalink
build: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanMorel committed Nov 25, 2023
1 parent a6de187 commit 1762314
Show file tree
Hide file tree
Showing 2 changed files with 504 additions and 502 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,49 +20,49 @@
},
"dependencies": {
"@radix-ui/react-dialog": "^1.0.5",
"@types/mime-types": "^2.1.3",
"@types/node": "^20.8.9",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"@types/mime-types": "^2.1.4",
"@types/node": "^20.10.0",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17",
"autoprefixer": "^10.4.16",
"clsx": "^2.0.0",
"dotenv": "^16.3.1",
"jotai": "^2.5.0",
"lucide-react": "^0.291.0",
"jotai": "^2.6.0",
"lucide-react": "^0.293.0",
"mime-types": "^2.1.35",
"next": "^14.0.0",
"next": "^14.0.3",
"next-themes": "^0.2.1",
"nextjs-google-analytics": "^2.3.3",
"pino": "^8.16.1",
"pino": "^8.16.2",
"pino-pretty": "^10.2.3",
"postcss": "^8.4.31",
"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": "^1.14.0",
"tailwind-merge": "^2.0.0",
"tailwindcss": "^3.3.5",
"tw-colors": "^3.2.0",
"typescript": "^5.2.2"
"tw-colors": "^3.3.1",
"typescript": "^5.3.2"
},
"devDependencies": {
"@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^18.1.0",
"@next/eslint-plugin-next": "^14.0.0",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"eslint": "^8.52.0",
"eslint-config-next": "^14.0.0",
"@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",
"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.0.2",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6"
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.7"
}
}
Loading

0 comments on commit 1762314

Please sign in to comment.