diff --git a/cli/create-new-shop-provider/storefront-shop-adapter-template/package.json b/cli/create-new-shop-provider/storefront-shop-adapter-template/package.json index e529f1c..ea1abd9 100755 --- a/cli/create-new-shop-provider/storefront-shop-adapter-template/package.json +++ b/cli/create-new-shop-provider/storefront-shop-adapter-template/package.json @@ -42,6 +42,6 @@ }, "homepage": "https://github.com/MakairaIO/storefront-shop-adapter#readme", "dependencies": { - "@makaira/storefront-types": "1.6.0" + "@makaira/storefront-types": "1.7.0" } } diff --git a/package-lock.json b/package-lock.json index ee26ff6..86b0592 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13438,7 +13438,7 @@ "version": "1.5.3", "license": "ISC", "dependencies": { - "@makaira/storefront-types": "1.6.0" + "@makaira/storefront-types": "1.7.0" }, "devDependencies": { "@types/react": "18.0.17" @@ -13448,18 +13448,34 @@ "react-dom": ">=16.8" } }, + "packages/storefront-react/node_modules/@makaira/storefront-types": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/@makaira/storefront-types/-/storefront-types-1.7.0.tgz", + "integrity": "sha512-ZusJ0bmrN5cKHpzMQNNau88U/A5OjI3BmNopJ9bkvc0Y9eysxMaFkF9ioZzDcba5uP18o3uBiyeXRMvKKb6QnQ==", + "engines": { + "node": ">=15.0.0" + } + }, "packages/storefront-shop-adapter-local": { "name": "@makaira/storefront-shop-adapter-local", "version": "1.5.1", "license": "ISC", "dependencies": { "@faker-js/faker": "7.4.0", - "@makaira/storefront-types": "1.6.0" + "@makaira/storefront-types": "1.7.0" }, "engines": { "node": ">=15.0.0" } }, + "packages/storefront-shop-adapter-local/node_modules/@makaira/storefront-types": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/@makaira/storefront-types/-/storefront-types-1.7.0.tgz", + "integrity": "sha512-ZusJ0bmrN5cKHpzMQNNau88U/A5OjI3BmNopJ9bkvc0Y9eysxMaFkF9ioZzDcba5uP18o3uBiyeXRMvKKb6QnQ==", + "engines": { + "node": ">=15.0.0" + } + }, "packages/storefront-shop-adapter-oxid": { "name": "@makaira/storefront-shop-adapter-oxid", "version": "1.1.3", @@ -13595,12 +13611,20 @@ "version": "1.5.0", "license": "ISC", "dependencies": { - "@makaira/storefront-types": "1.6.0" + "@makaira/storefront-types": "1.7.0" }, "engines": { "node": ">=15.0.0" } }, + "packages/storefront-shop-adapter-shopware5/node_modules/@makaira/storefront-types": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/@makaira/storefront-types/-/storefront-types-1.7.0.tgz", + "integrity": "sha512-ZusJ0bmrN5cKHpzMQNNau88U/A5OjI3BmNopJ9bkvc0Y9eysxMaFkF9ioZzDcba5uP18o3uBiyeXRMvKKb6QnQ==", + "engines": { + "node": ">=15.0.0" + } + }, "packages/storefront-types": { "name": "@makaira/storefront-types", "version": "1.6.0", @@ -14536,15 +14560,29 @@ "@makaira/storefront-react": { "version": "file:packages/storefront-react", "requires": { - "@makaira/storefront-types": "1.6.0", + "@makaira/storefront-types": "1.7.0", "@types/react": "18.0.17" + }, + "dependencies": { + "@makaira/storefront-types": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/@makaira/storefront-types/-/storefront-types-1.7.0.tgz", + "integrity": "sha512-ZusJ0bmrN5cKHpzMQNNau88U/A5OjI3BmNopJ9bkvc0Y9eysxMaFkF9ioZzDcba5uP18o3uBiyeXRMvKKb6QnQ==" + } } }, "@makaira/storefront-shop-adapter-local": { "version": "file:packages/storefront-shop-adapter-local", "requires": { "@faker-js/faker": "7.4.0", - "@makaira/storefront-types": "1.6.0" + "@makaira/storefront-types": "1.7.0" + }, + "dependencies": { + "@makaira/storefront-types": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/@makaira/storefront-types/-/storefront-types-1.7.0.tgz", + "integrity": "sha512-ZusJ0bmrN5cKHpzMQNNau88U/A5OjI3BmNopJ9bkvc0Y9eysxMaFkF9ioZzDcba5uP18o3uBiyeXRMvKKb6QnQ==" + } } }, "@makaira/storefront-shop-adapter-oxid": { @@ -14625,7 +14663,14 @@ "@makaira/storefront-shop-adapter-shopware5": { "version": "file:packages/storefront-shop-adapter-shopware5", "requires": { - "@makaira/storefront-types": "1.6.0" + "@makaira/storefront-types": "1.7.0" + }, + "dependencies": { + "@makaira/storefront-types": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/@makaira/storefront-types/-/storefront-types-1.7.0.tgz", + "integrity": "sha512-ZusJ0bmrN5cKHpzMQNNau88U/A5OjI3BmNopJ9bkvc0Y9eysxMaFkF9ioZzDcba5uP18o3uBiyeXRMvKKb6QnQ==" + } } }, "@makaira/storefront-types": { diff --git a/packages/storefront-react/package.json b/packages/storefront-react/package.json index 1c7a2bb..9c8a3d0 100755 --- a/packages/storefront-react/package.json +++ b/packages/storefront-react/package.json @@ -46,6 +46,6 @@ "react-dom": ">=16.8" }, "dependencies": { - "@makaira/storefront-types": "1.6.0" + "@makaira/storefront-types": "1.7.0" } } diff --git a/packages/storefront-shop-adapter-local/package.json b/packages/storefront-shop-adapter-local/package.json index a2d78f8..abf8930 100755 --- a/packages/storefront-shop-adapter-local/package.json +++ b/packages/storefront-shop-adapter-local/package.json @@ -43,6 +43,6 @@ "homepage": "https://github.com/MakairaIO/storefront-shop-adapter#readme", "dependencies": { "@faker-js/faker": "7.4.0", - "@makaira/storefront-types": "1.6.0" + "@makaira/storefront-types": "1.7.0" } } diff --git a/packages/storefront-shop-adapter-shopware5/package.json b/packages/storefront-shop-adapter-shopware5/package.json index d71c5ec..2159534 100644 --- a/packages/storefront-shop-adapter-shopware5/package.json +++ b/packages/storefront-shop-adapter-shopware5/package.json @@ -42,6 +42,6 @@ }, "homepage": "https://github.com/MakairaIO/storefront-shop-adapter#readme", "dependencies": { - "@makaira/storefront-types": "1.6.0" + "@makaira/storefront-types": "1.7.0" } }