Fix required npm version (#3396)
This commit is contained in:
parent
f8d86510b2
commit
e8534f50af
2 changed files with 2 additions and 2 deletions
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -176,7 +176,7 @@
|
|||
},
|
||||
"engines": {
|
||||
"node": ">=18 <19",
|
||||
"npm": ">=8 <9"
|
||||
"npm": ">=7"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@storybook/react": "^5.1.9",
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
"homepage": "https://saleor.io/",
|
||||
"engines": {
|
||||
"node": ">=18 <19",
|
||||
"npm": ">=8 <9"
|
||||
"npm": ">=7"
|
||||
},
|
||||
"dependencies": {
|
||||
"@apollo/client": "3.4.15",
|
||||
|
|
Loading…
Reference in a new issue