mirror of
https://github.com/vercel/commerce.git
synced 2025-07-04 12:11:22 +00:00
Upgrade Spree SDK to 4.7.0 and add node-fetch to dependencies
This commit is contained in:
parent
f16b6b8188
commit
df7e3791e2
@ -20,7 +20,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@react-spring/web": "^9.2.1",
|
"@react-spring/web": "^9.2.1",
|
||||||
"@spree/storefront-api-v2-sdk": "^4.5.4",
|
"@spree/storefront-api-v2-sdk": "^4.7.0",
|
||||||
"@types/qs": "^6.9.7",
|
"@types/qs": "^6.9.7",
|
||||||
"@vercel/fetch": "^6.1.0",
|
"@vercel/fetch": "^6.1.0",
|
||||||
"autoprefixer": "^10.2.6",
|
"autoprefixer": "^10.2.6",
|
||||||
@ -37,6 +37,7 @@
|
|||||||
"next": "^11.0.0",
|
"next": "^11.0.0",
|
||||||
"next-seo": "^4.26.0",
|
"next-seo": "^4.26.0",
|
||||||
"next-themes": "^0.0.14",
|
"next-themes": "^0.0.14",
|
||||||
|
"node-fetch": "^2.6.1",
|
||||||
"postcss": "^8.3.5",
|
"postcss": "^8.3.5",
|
||||||
"postcss-nesting": "^8.0.1",
|
"postcss-nesting": "^8.0.1",
|
||||||
"qs": "^6.7.0",
|
"qs": "^6.7.0",
|
||||||
|
10
yarn.lock
10
yarn.lock
@ -1012,14 +1012,16 @@
|
|||||||
resolved "https://registry.npmjs.org/@sindresorhus/is/-/is-0.14.0.tgz"
|
resolved "https://registry.npmjs.org/@sindresorhus/is/-/is-0.14.0.tgz"
|
||||||
integrity sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==
|
integrity sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==
|
||||||
|
|
||||||
"@spree/storefront-api-v2-sdk@^4.5.4":
|
"@spree/storefront-api-v2-sdk@^4.7.0":
|
||||||
version "4.5.4"
|
version "4.7.0"
|
||||||
resolved "https://registry.yarnpkg.com/@spree/storefront-api-v2-sdk/-/storefront-api-v2-sdk-4.5.4.tgz#ad0a414139064df3c5ec7c85147597c8fa716f35"
|
resolved "https://registry.yarnpkg.com/@spree/storefront-api-v2-sdk/-/storefront-api-v2-sdk-4.7.0.tgz#d6f3c4757de630ed75ce1b94f1919fc76d7a8a0b"
|
||||||
integrity sha512-GlpCvOhOmM0X1Of8rQaBU/HuX9FKX0ZkO+EmTfucC//MDgwuxkUt9vHpv+JRPLdR8+88AA+CwwSVtLIGcLo9yQ==
|
integrity sha512-n7GD1Bku/il7Hk9wviy7nngLeRMIDHAvyK3ZNWmNoCKWEQMt/1Y1lYeY1DQrnyWcbMTT5pf2MeZoVi7SVTd5uQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
axios "^0.21.1"
|
axios "^0.21.1"
|
||||||
lodash "^4.17.21"
|
lodash "^4.17.21"
|
||||||
qs "^6.10.1"
|
qs "^6.10.1"
|
||||||
|
optionalDependencies:
|
||||||
|
node-fetch "^2.6.1"
|
||||||
|
|
||||||
"@szmarczak/http-timer@^1.1.2":
|
"@szmarczak/http-timer@^1.1.2":
|
||||||
version "1.1.2"
|
version "1.1.2"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user