mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-03-08 01:01:40 +00:00
chore: upgrade dependencies
This commit is contained in:
30
package.json
30
package.json
@@ -11,24 +11,24 @@
|
||||
"prettify": "prettier --write ."
|
||||
},
|
||||
"dependencies": {
|
||||
"lodash.shuffle": "^4.2.0",
|
||||
"next": "^14.2.13",
|
||||
"react": "^18",
|
||||
"react-confetti": "^6.1.0",
|
||||
"lodash.shuffle": "4.2.0",
|
||||
"next": "15.0.3",
|
||||
"react": "18.3.1",
|
||||
"react-confetti": "6.1.0",
|
||||
"react-dom": "^18"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/lodash.shuffle": "^4.2.9",
|
||||
"@types/node": "^22",
|
||||
"@types/react": "^18",
|
||||
"@types/react-dom": "^18",
|
||||
"eslint": "^8",
|
||||
"eslint-config-next": "^14.2.13",
|
||||
"postcss": "^8",
|
||||
"prettier": "^3.2.5",
|
||||
"prettier-plugin-tailwindcss": "^0.6.8",
|
||||
"tailwindcss": "^3.4.1",
|
||||
"typescript": "^5"
|
||||
"@types/lodash.shuffle": "4.2.9",
|
||||
"@types/node": "22.9.0",
|
||||
"@types/react": "18.3.12",
|
||||
"@types/react-dom": "18.3.1",
|
||||
"eslint": "9.15.0",
|
||||
"eslint-config-next": "15.0.3",
|
||||
"postcss": "8.4.49",
|
||||
"prettier": "3.3.3",
|
||||
"prettier-plugin-tailwindcss": "0.6.8",
|
||||
"tailwindcss": "3.4.15",
|
||||
"typescript": "5.6.3"
|
||||
},
|
||||
"prettier": {
|
||||
"printWidth": 120,
|
||||
|
||||
Reference in New Issue
Block a user