Skip to content

Commit 0592062

Browse files
committed
Unpin npm but specify as packageManager. This is another attempt to fix dependabot issues.
1 parent c984a85 commit 0592062

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

package-lock.json

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
"webpack-cli": "^6.0.1"
233233
},
234234
"engines": {
235-
"node": ">=20.0.0 <25.0.0",
236-
"npm": "^10"
237-
}
235+
"node": ">=20.0.0 <25.0.0"
236+
},
237+
"packageManager": "[email protected]"
238238
}

0 commit comments

Comments
 (0)