15
15
"@fortawesome/free-solid-svg-icons" : " ^6.7.2" ,
16
16
"@fortawesome/react-fontawesome" : " ^0.2.2" ,
17
17
"@prisma/client" : " 6.5.0" ,
18
- "@prisma/extension-accelerate" : " ^1.2.2 " ,
18
+ "@prisma/extension-accelerate" : " ^1.3.0 " ,
19
19
"@socialgouv/matomo-next" : " ^1.9.2" ,
20
20
"animate.css" : " ^4.1.1" ,
21
- "axios" : " ^1.8.3 " ,
21
+ "axios" : " ^1.8.4 " ,
22
22
"classnames" : " ^2.5.1" ,
23
23
"clsx" : " ^2.1.1" ,
24
24
"firebase-admin" : " ^13.2.0" ,
25
25
"framer-motion" : " 12.5.0" ,
26
26
"gsap" : " ^3.12.7" ,
27
- "next" : " ^15.2.2 " ,
27
+ "next" : " ^15.2.3 " ,
28
28
"next-nprogress-bar" : " ^2.4.7" ,
29
29
"next-transition-router" : " ^0.2.9" ,
30
30
"prop-types" : " ^15.8.1" ,
34
34
"react-microsoft-clarity" : " ^1.2.0" ,
35
35
"snoostorm" : " ^1.5.2" ,
36
36
"snoowrap" : " ^1.23.0" ,
37
- "styled-components" : " ^6.1.15 " ,
37
+ "styled-components" : " ^6.1.16 " ,
38
38
"tailwind-merge" : " ^2.6.0" ,
39
39
"web-push" : " ^3.6.7"
40
40
},
41
41
"devDependencies" : {
42
- "@types/node" : " ^20.17.24 " ,
42
+ "@types/node" : " ^20.17.25 " ,
43
43
"@types/react" :
" npm:[email protected] " ,
44
44
"@types/react-dom" :
" npm:[email protected] " ,
45
45
"@types/web-push" : " ^3.6.4" ,
46
46
"autoprefixer" : " ^10.4.21" ,
47
47
"eslint" : " latest" ,
48
- "eslint-config-next" : " ^15.2.2 " ,
48
+ "eslint-config-next" : " ^15.2.3 " ,
49
49
"postcss" : " ^8.5.3" ,
50
50
"prettier" : " ^3.5.3" ,
51
51
"prettier-plugin-tailwindcss" : " ^0.6.11" ,
58
58
"@types/react-dom" :
" npm:[email protected] "
59
59
},
60
60
"packageManager" :
" [email protected] " ,
61
- "nx" : {}
61
+ "nx" : {},
62
+ "pnpm" : {
63
+ "onlyBuiltDependencies" : [
64
+ " @firebase/util" ,
65
+ " @prisma/client" ,
66
+ " @prisma/engines" ,
67
+ " esbuild" ,
68
+ " prisma" ,
69
+ " protobufjs" ,
70
+ " sharp"
71
+ ]
72
+ }
62
73
}
0 commit comments