Skip to content

Commit 454410c

Browse files
committed
Upgraded packages.
1 parent d4aa2d6 commit 454410c

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

Diff for: package.json

+18-7
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@
1515
"@fortawesome/free-solid-svg-icons": "^6.7.2",
1616
"@fortawesome/react-fontawesome": "^0.2.2",
1717
"@prisma/client": "6.5.0",
18-
"@prisma/extension-accelerate": "^1.2.2",
18+
"@prisma/extension-accelerate": "^1.3.0",
1919
"@socialgouv/matomo-next": "^1.9.2",
2020
"animate.css": "^4.1.1",
21-
"axios": "^1.8.3",
21+
"axios": "^1.8.4",
2222
"classnames": "^2.5.1",
2323
"clsx": "^2.1.1",
2424
"firebase-admin": "^13.2.0",
2525
"framer-motion": "12.5.0",
2626
"gsap": "^3.12.7",
27-
"next": "^15.2.2",
27+
"next": "^15.2.3",
2828
"next-nprogress-bar": "^2.4.7",
2929
"next-transition-router": "^0.2.9",
3030
"prop-types": "^15.8.1",
@@ -34,18 +34,18 @@
3434
"react-microsoft-clarity": "^1.2.0",
3535
"snoostorm": "^1.5.2",
3636
"snoowrap": "^1.23.0",
37-
"styled-components": "^6.1.15",
37+
"styled-components": "^6.1.16",
3838
"tailwind-merge": "^2.6.0",
3939
"web-push": "^3.6.7"
4040
},
4141
"devDependencies": {
42-
"@types/node": "^20.17.24",
42+
"@types/node": "^20.17.25",
4343
"@types/react": "npm:[email protected]",
4444
"@types/react-dom": "npm:[email protected]",
4545
"@types/web-push": "^3.6.4",
4646
"autoprefixer": "^10.4.21",
4747
"eslint": "latest",
48-
"eslint-config-next": "^15.2.2",
48+
"eslint-config-next": "^15.2.3",
4949
"postcss": "^8.5.3",
5050
"prettier": "^3.5.3",
5151
"prettier-plugin-tailwindcss": "^0.6.11",
@@ -58,5 +58,16 @@
5858
"@types/react-dom": "npm:[email protected]"
5959
},
6060
"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+
}
6273
}

0 commit comments

Comments
 (0)