web: Remove npm version requirement; it was only needed to be 7 and the bot just kept updating it. We're long past 7 now.

This commit is contained in:
Nathan Adams 2024-02-04 23:06:11 +01:00
parent efe8777a00
commit aaba552413
2 changed files with 0 additions and 6 deletions

3
web/package-lock.json generated
View File

@ -37,9 +37,6 @@
"webpack": "^5.90.1",
"webpack-cli": "^5.1.4"
},
"engines": {
"npm": ">=10.4.0"
},
"optionalDependencies": {
"chromedriver": "^119.0.1"
}

View File

@ -7,9 +7,6 @@
"workspaces": [
"./packages/*"
],
"engines": {
"npm": ">=10.4.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",