Skip to content

Commit 34e1fb6

Browse files
committed
Upgraded next version & other packages.
1 parent ffc73f6 commit 34e1fb6

File tree

2 files changed

+900
-611
lines changed

2 files changed

+900
-611
lines changed

package.json

100644100755
Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,23 @@
1414
"@fortawesome/free-regular-svg-icons": "^6.7.2",
1515
"@fortawesome/free-solid-svg-icons": "^6.7.2",
1616
"@fortawesome/react-fontawesome": "^0.2.2",
17-
"@prisma/client": "6.3.1",
17+
"@prisma/client": "6.5.0",
1818
"@prisma/extension-accelerate": "^1.2.2",
1919
"@socialgouv/matomo-next": "^1.9.2",
2020
"animate.css": "^4.1.1",
21-
"axios": "^1.7.9",
21+
"axios": "^1.8.3",
2222
"classnames": "^2.5.1",
2323
"clsx": "^2.1.1",
24-
"firebase-admin": "^13.1.0",
25-
"framer-motion": "12.0.0-alpha.1",
24+
"firebase-admin": "^13.2.0",
25+
"framer-motion": "12.5.0",
2626
"gsap": "^3.12.7",
27-
"next": "^15.1.7",
27+
"next": "^15.2.2",
2828
"next-nprogress-bar": "^2.4.7",
29-
"next-transition-router": "^0.2.7",
29+
"next-transition-router": "^0.2.9",
3030
"prop-types": "^15.8.1",
3131
"react": "^19.0.0",
3232
"react-dom": "^19.0.0",
33-
"react-intersection-observer": "^9.15.1",
33+
"react-intersection-observer": "^9.16.0",
3434
"react-microsoft-clarity": "^1.2.0",
3535
"snoostorm": "^1.5.2",
3636
"snoowrap": "^1.23.0",
@@ -39,23 +39,24 @@
3939
"web-push": "^3.6.7"
4040
},
4141
"devDependencies": {
42-
"@types/node": "^20.17.19",
42+
"@types/node": "^20.17.24",
4343
"@types/react": "npm:[email protected]",
4444
"@types/react-dom": "npm:[email protected]",
4545
"@types/web-push": "^3.6.4",
46-
"autoprefixer": "^10.4.20",
47-
"eslint": "^8.57.1",
48-
"eslint-config-next": "^15.1.7",
49-
"postcss": "^8.5.2",
50-
"prettier": "^3.5.1",
46+
"autoprefixer": "^10.4.21",
47+
"eslint": "latest",
48+
"eslint-config-next": "^15.2.2",
49+
"postcss": "^8.5.3",
50+
"prettier": "^3.5.3",
5151
"prettier-plugin-tailwindcss": "^0.6.11",
52-
"prisma": "6.3.1",
52+
"prisma": "6.5.0",
5353
"tailwindcss": "^3.4.17",
54-
"typescript": "^5.7.3"
54+
"typescript": "^5.8.2"
5555
},
5656
"overrides": {
5757
"@types/react": "npm:[email protected]",
5858
"@types/react-dom": "npm:[email protected]"
5959
},
60-
"packageManager": "[email protected]"
60+
"packageManager": "[email protected]",
61+
"nx": {}
6162
}

0 commit comments

Comments
 (0)