We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e15c08 commit c4febb3Copy full SHA for c4febb3
package.json
@@ -109,7 +109,7 @@
109
"optionalDependencies": {
110
"@rollup/rollup-linux-x64-gnu": "4.14.0"
111
},
112
- "packageManager": "npm@8.5.0",
+ "packageManager": "npm@10.7.0",
113
"engines": {
114
"node": ">=18.17.0",
115
"npm": ">=8.5.0"
playground/nextjs/package.json
@@ -24,6 +24,5 @@
24
"eslint": "8.24.0",
25
"eslint-config-next": "12.3.1",
26
"typescript": "4.8.4"
27
- },
28
- "packageManager": "npm@8.5.0"
+ }
29
}
0 commit comments