14
14
"@fortawesome/free-regular-svg-icons" : " ^6.7.2" ,
15
15
"@fortawesome/free-solid-svg-icons" : " ^6.7.2" ,
16
16
"@fortawesome/react-fontawesome" : " ^0.2.2" ,
17
- "@prisma/client" : " 6.3.1 " ,
17
+ "@prisma/client" : " 6.5.0 " ,
18
18
"@prisma/extension-accelerate" : " ^1.2.2" ,
19
19
"@socialgouv/matomo-next" : " ^1.9.2" ,
20
20
"animate.css" : " ^4.1.1" ,
21
- "axios" : " ^1.7.9 " ,
21
+ "axios" : " ^1.8.3 " ,
22
22
"classnames" : " ^2.5.1" ,
23
23
"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 " ,
26
26
"gsap" : " ^3.12.7" ,
27
- "next" : " ^15.1.7 " ,
27
+ "next" : " ^15.2.2 " ,
28
28
"next-nprogress-bar" : " ^2.4.7" ,
29
- "next-transition-router" : " ^0.2.7 " ,
29
+ "next-transition-router" : " ^0.2.9 " ,
30
30
"prop-types" : " ^15.8.1" ,
31
31
"react" : " ^19.0.0" ,
32
32
"react-dom" : " ^19.0.0" ,
33
- "react-intersection-observer" : " ^9.15.1 " ,
33
+ "react-intersection-observer" : " ^9.16.0 " ,
34
34
"react-microsoft-clarity" : " ^1.2.0" ,
35
35
"snoostorm" : " ^1.5.2" ,
36
36
"snoowrap" : " ^1.23.0" ,
39
39
"web-push" : " ^3.6.7"
40
40
},
41
41
"devDependencies" : {
42
- "@types/node" : " ^20.17.19 " ,
42
+ "@types/node" : " ^20.17.24 " ,
43
43
"@types/react" :
" npm:[email protected] " ,
44
44
"@types/react-dom" :
" npm:[email protected] " ,
45
45
"@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 " ,
51
51
"prettier-plugin-tailwindcss" : " ^0.6.11" ,
52
- "prisma" : " 6.3.1 " ,
52
+ "prisma" : " 6.5.0 " ,
53
53
"tailwindcss" : " ^3.4.17" ,
54
- "typescript" : " ^5.7.3 "
54
+ "typescript" : " ^5.8.2 "
55
55
},
56
56
"overrides" : {
57
57
"@types/react" :
" npm:[email protected] " ,
58
58
"@types/react-dom" :
" npm:[email protected] "
59
59
},
60
- "packageManager" :
" [email protected] "
60
+ "packageManager" :
" [email protected] " ,
61
+ "nx" : {}
61
62
}
0 commit comments