We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 894e141 commit f600621Copy full SHA for f600621
package.json
@@ -31,7 +31,16 @@
31
"turbo": "^2.3.3",
32
"typescript": "^5.7.3"
33
},
34
- "packageManager": "pnpm@9.15.4",
+ "packageManager": "pnpm@10.0.0",
35
+ "pnpm": {
36
+ "onlyBuiltDependencies": [
37
+ "@sentry/cli",
38
+ "@swc/core",
39
+ "cypress",
40
+ "esbuild",
41
+ "sharp"
42
+ ]
43
+ },
44
"resolutions": {
45
"@headlessui/react": "2.2.0"
46
packages/nuqs/package.json
@@ -158,6 +158,7 @@
158
"@types/react-dom": "catalog:react19",
159
"@vitejs/plugin-react": "^4.3.4",
160
"@vitest/coverage-v8": "^3.0.3",
161
+ "jsdom": "^26.0.0",
162
"next": "15.1.5",
163
"react": "catalog:react19",
164
"react-dom": "catalog:react19",
0 commit comments