Fix required npm version (#3396)

This commit is contained in:
Krzysztof Żuraw 2023-03-21 13:42:09 +01:00 committed by GitHub
parent f8d86510b2
commit e8534f50af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View file

@ -176,7 +176,7 @@
},
"engines": {
"node": ">=18 <19",
"npm": ">=8 <9"
"npm": ">=7"
},
"optionalDependencies": {
"@storybook/react": "^5.1.9",

View file

@ -14,7 +14,7 @@
"homepage": "https://saleor.io/",
"engines": {
"node": ">=18 <19",
"npm": ">=8 <9"
"npm": ">=7"
},
"dependencies": {
"@apollo/client": "3.4.15",