diff --git a/package-lock.json b/package-lock.json index b2b9f15..387fd7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.0.0-starter", "license": "MIT", "dependencies": { - "@ecomplus/storefront-template": "^2.0.0-beta.269", + "@ecomplus/storefront-template": "^2.0.0-beta.270", "@netlify/zip-it-and-ship-it": "^8.10.0", "firebase-tools": "^11.30.0" }, @@ -1706,9 +1706,9 @@ } }, "node_modules/@ecomplus/storefront-app": { - "version": "2.0.0-beta.204", - "resolved": "https://registry.npmjs.org/@ecomplus/storefront-app/-/storefront-app-2.0.0-beta.204.tgz", - "integrity": "sha512-5/Z81bW9KbJBz6E32NBVL9B7+Etbcq77ReYwlLs3iN3qw0Ylybv/6Plx6cAlPQdAESzLio9V9wyrwoLTOBXaCw==", + "version": "2.0.0-beta.205", + "resolved": "https://registry.npmjs.org/@ecomplus/storefront-app/-/storefront-app-2.0.0-beta.205.tgz", + "integrity": "sha512-YtutBV/aj8KqULhfPulaCHYTvlsrkfesR74egjDJ1LX+enzPNDes7BijfP++VdrMev6l9cbmtCyNFw3PQoGCUA==", "dependencies": { "@ecomplus/client": "^2.3.1", "@ecomplus/i18n": "^1.32.2", @@ -1836,16 +1836,16 @@ } }, "node_modules/@ecomplus/storefront-template": { - "version": "2.0.0-beta.269", - "resolved": "https://registry.npmjs.org/@ecomplus/storefront-template/-/storefront-template-2.0.0-beta.269.tgz", - "integrity": "sha512-JdKtIs+f3m6yjbIlRAtyapL1neKqVh1olQe7aCHlCXHT/zj/ADidaDM1U0atf0ydJvcmwCVAQcIAiF3WIjiSyg==", + "version": "2.0.0-beta.270", + "resolved": "https://registry.npmjs.org/@ecomplus/storefront-template/-/storefront-template-2.0.0-beta.270.tgz", + "integrity": "sha512-ErW3Z0r/As/r4wcAYc327OedNf9zAazI8wAgPhCGgOQ31gNyK772OwAwu9jtffxypjTp9oYV5n/1j3ruT/zkFg==", "dependencies": { "@ecomplus/client": "^2.3.1", "@ecomplus/i18n": "^1.32.2", "@ecomplus/passport-client": "^1.2.1", "@ecomplus/search-engine": "^2.6.1", "@ecomplus/shopping-cart": "^2.6.0", - "@ecomplus/storefront-app": "^2.0.0-beta.204", + "@ecomplus/storefront-app": "^2.0.0-beta.205", "@ecomplus/storefront-components": "^1.0.0-beta.179", "@ecomplus/storefront-framework": "^5.20.43", "@ecomplus/storefront-router": "^2.2.1", @@ -24382,9 +24382,9 @@ } }, "@ecomplus/storefront-app": { - "version": "2.0.0-beta.204", - "resolved": "https://registry.npmjs.org/@ecomplus/storefront-app/-/storefront-app-2.0.0-beta.204.tgz", - "integrity": "sha512-5/Z81bW9KbJBz6E32NBVL9B7+Etbcq77ReYwlLs3iN3qw0Ylybv/6Plx6cAlPQdAESzLio9V9wyrwoLTOBXaCw==", + "version": "2.0.0-beta.205", + "resolved": "https://registry.npmjs.org/@ecomplus/storefront-app/-/storefront-app-2.0.0-beta.205.tgz", + "integrity": "sha512-YtutBV/aj8KqULhfPulaCHYTvlsrkfesR74egjDJ1LX+enzPNDes7BijfP++VdrMev6l9cbmtCyNFw3PQoGCUA==", "requires": { "@ecomplus/client": "^2.3.1", "@ecomplus/i18n": "^1.32.2", @@ -24498,16 +24498,16 @@ } }, "@ecomplus/storefront-template": { - "version": "2.0.0-beta.269", - "resolved": "https://registry.npmjs.org/@ecomplus/storefront-template/-/storefront-template-2.0.0-beta.269.tgz", - "integrity": "sha512-JdKtIs+f3m6yjbIlRAtyapL1neKqVh1olQe7aCHlCXHT/zj/ADidaDM1U0atf0ydJvcmwCVAQcIAiF3WIjiSyg==", + "version": "2.0.0-beta.270", + "resolved": "https://registry.npmjs.org/@ecomplus/storefront-template/-/storefront-template-2.0.0-beta.270.tgz", + "integrity": "sha512-ErW3Z0r/As/r4wcAYc327OedNf9zAazI8wAgPhCGgOQ31gNyK772OwAwu9jtffxypjTp9oYV5n/1j3ruT/zkFg==", "requires": { "@ecomplus/client": "^2.3.1", "@ecomplus/i18n": "^1.32.2", "@ecomplus/passport-client": "^1.2.1", "@ecomplus/search-engine": "^2.6.1", "@ecomplus/shopping-cart": "^2.6.0", - "@ecomplus/storefront-app": "^2.0.0-beta.204", + "@ecomplus/storefront-app": "^2.0.0-beta.205", "@ecomplus/storefront-components": "^1.0.0-beta.179", "@ecomplus/storefront-framework": "^5.20.43", "@ecomplus/storefront-router": "^2.2.1", diff --git a/package.json b/package.json index 12d4ba9..019640d 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "url": "git+https://github.com/ecomplus/storefront-starter.git" }, "dependencies": { - "@ecomplus/storefront-template": "^2.0.0-beta.269", + "@ecomplus/storefront-template": "^2.0.0-beta.270", "@netlify/zip-it-and-ship-it": "^8.10.0", "firebase-tools": "^11.30.0" },