From c7ea328542e38d90a12749ee760bead70e4ea1ec Mon Sep 17 00:00:00 2001 From: patzick <13100280+patzick@users.noreply.github.com> Date: Tue, 6 Jun 2023 10:15:40 +0200 Subject: [PATCH 1/4] chore: bump dependencies --- .changeset/thick-kings-allow.md | 26 + apps/docs/package.json | 8 +- apps/e2e-tests/package.json | 6 +- examples/blank-playground/package.json | 4 +- examples/example-builder/package.json | 8 +- examples/express-checkout/package.json | 8 +- examples/login-form/package.json | 4 +- .../modal-teleport/components/AppModal.vue | 24 +- examples/modal-teleport/package.json | 14 +- examples/product-detail-page/package.json | 4 +- examples/responsive-images/package.json | 4 +- examples/use-add-to-cart/package.json | 4 +- examples/use-cart/package.json | 4 +- examples/use-checkout/package.json | 4 +- package.json | 14 +- packages/api-client/package.json | 8 +- packages/cms-base/package.json | 8 +- packages/composables/package.json | 10 +- packages/eslint-config-shopware/package.json | 8 +- packages/helpers/package.json | 6 +- packages/nuxt3-module/package.json | 8 +- packages/typer/package.json | 6 +- packages/vue3-plugin/package.json | 6 +- pnpm-lock.yaml | 5493 +++++++++-------- templates/astro/package.json | 8 +- templates/vue-blank/package.json | 8 +- templates/vue-demo-store/nuxt.config.ts | 2 +- templates/vue-demo-store/package.json | 14 +- templates/vue-vite-blank/package.json | 6 +- 29 files changed, 3144 insertions(+), 2583 deletions(-) create mode 100644 .changeset/thick-kings-allow.md diff --git a/.changeset/thick-kings-allow.md b/.changeset/thick-kings-allow.md new file mode 100644 index 000000000..3da6720db --- /dev/null +++ b/.changeset/thick-kings-allow.md @@ -0,0 +1,26 @@ +--- +"eslint-config-shopware": patch +"product-detail-page": patch +"responsive-images": patch +"blank-playground": patch +"express-checkout": patch +"exampler-builder": patch +"use-add-to-cart": patch +"vue-demo-store": patch +"vue-vite-blank": patch +"use-checkout": patch +"@shopware-pwa/nuxt3-module": patch +"@shopware-pwa/composables-next": patch +"@shopware-pwa/vue3-plugin": patch +"login-form": patch +"@shopware-pwa/api-client": patch +"vue-blank": patch +"use-cart": patch +"@shopware-pwa/cms-base": patch +"@shopware-pwa/helpers-next": patch +"shopware-astro": patch +"@shopware-pwa/typer": patch +"docs": patch +--- + +bump dependencies diff --git a/apps/docs/package.json b/apps/docs/package.json index 4a6fb066e..d87d6f4e7 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -14,17 +14,17 @@ "@shopware-pwa/helpers-next": "workspace:*", "flexsearch": "^0.7.31", "markdown-it": "^13.0.1", - "vitepress": "1.0.0-alpha.75", + "vitepress": "1.0.0-beta.1", "vitepress-plugin-search": "1.0.4-alpha.20", "vitepress-shopware-docs": "0.3.0-beta.44", - "vue": "^3.3.2" + "vue": "^3.3.4" }, "devDependencies": { "@shopware-pwa/typer": "workspace:*", "@types/markdown-it": "^12.2.3", - "@types/node": "^18.16.12", + "@types/node": "^18.16.16", "@vitejs/plugin-vue": "^4.2.3", - "typescript": "^5.0.4" + "typescript": "^5.1.3" }, "pnpm": { "peerDependencyRules": { diff --git a/apps/e2e-tests/package.json b/apps/e2e-tests/package.json index 6ec09f23e..6e3e64833 100644 --- a/apps/e2e-tests/package.json +++ b/apps/e2e-tests/package.json @@ -7,10 +7,10 @@ "test:e2e": "playwright test e2e" }, "devDependencies": { - "@playwright/test": "^1.33.0", - "playwright": "^1.33.0" + "@playwright/test": "^1.34.3", + "playwright": "^1.34.3" }, "dependencies": { - "dotenv": "^16.0.3" + "dotenv": "^16.1.4" } } diff --git a/examples/blank-playground/package.json b/examples/blank-playground/package.json index 12054a3bf..2218063cf 100644 --- a/examples/blank-playground/package.json +++ b/examples/blank-playground/package.json @@ -11,11 +11,11 @@ "@shopware-pwa/api-client": "canary", "@shopware-pwa/composables-next": "canary", "js-cookie": "^3.0.5", - "vue": "^3.3.2" + "vue": "^3.3.4" }, "devDependencies": { "@shopware-pwa/types": "canary", "@vitejs/plugin-vue": "^4.2.3", - "vite": "^4.3.7" + "vite": "^4.3.9" } } diff --git a/examples/example-builder/package.json b/examples/example-builder/package.json index 6b01531a4..335b518e0 100644 --- a/examples/example-builder/package.json +++ b/examples/example-builder/package.json @@ -10,13 +10,13 @@ }, "dependencies": { "@stackblitz/sdk": "latest", - "vue": "^3.3.2", - "vue-router": "^4.2.0" + "vue": "^3.3.4", + "vue-router": "^4.2.2" }, "devDependencies": { "@vitejs/plugin-vue": "^4.2.3", - "typescript": "^5.0.4", - "vite": "^4.3.7", + "typescript": "^5.1.3", + "vite": "^4.3.9", "vue-tsc": "^1.6.5" } } diff --git a/examples/express-checkout/package.json b/examples/express-checkout/package.json index 89ccf0a9f..e67dafe04 100644 --- a/examples/express-checkout/package.json +++ b/examples/express-checkout/package.json @@ -8,17 +8,17 @@ "preview": "vite preview" }, "dependencies": { - "@paypal/paypal-js": "^5.1.6", + "@paypal/paypal-js": "^6.0.0", "@shopware-pwa/api-client": "canary", "@shopware-pwa/composables-next": "canary", "@shopware-pwa/helpers-next": "canary", "js-cookie": "^3.0.5", - "vue": "^3.3.2", - "vue-router": "^4.2.0" + "vue": "^3.3.4", + "vue-router": "^4.2.2" }, "devDependencies": { "@shopware-pwa/types": "canary", "@vitejs/plugin-vue": "^4.2.3", - "vite": "^4.3.7" + "vite": "^4.3.9" } } diff --git a/examples/login-form/package.json b/examples/login-form/package.json index 26b75f558..9d7a098be 100644 --- a/examples/login-form/package.json +++ b/examples/login-form/package.json @@ -11,11 +11,11 @@ "@shopware-pwa/api-client": "canary", "@shopware-pwa/composables-next": "canary", "js-cookie": "^3.0.5", - "vue": "^3.3.2" + "vue": "^3.3.4" }, "devDependencies": { "@shopware-pwa/types": "canary", "@vitejs/plugin-vue": "^4.2.3", - "vite": "^4.3.7" + "vite": "^4.3.9" } } diff --git a/examples/modal-teleport/components/AppModal.vue b/examples/modal-teleport/components/AppModal.vue index 357b18d18..141b0c81d 100644 --- a/examples/modal-teleport/components/AppModal.vue +++ b/examples/modal-teleport/components/AppModal.vue @@ -9,12 +9,12 @@ const { isOpen, close } = props.controller;