Skip to content

Commit

Permalink
chore: bump dependencies (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
patzick authored Nov 13, 2023
1 parent 135ca37 commit c3aa09e
Show file tree
Hide file tree
Showing 30 changed files with 839 additions and 489 deletions.
8 changes: 8 additions & 0 deletions .changeset/fifty-chairs-hug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"vue-demo-store": patch
---

Dependency changes:

- Changed dependency _@unocss/nuxt_ from **^0.57.2** to **^0.57.3**
- Changed dependency _@vueuse/nuxt_ from **^10.5.0** to **^10.6.1**
7 changes: 7 additions & 0 deletions .changeset/fuzzy-drinks-rhyme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@shopware-pwa/composables-next": patch
---

Dependency changes:

- Changed dependency _@vueuse/core_ from **^10.5.0** to **^10.6.1**
8 changes: 8 additions & 0 deletions .changeset/tidy-lemons-hug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@shopware/api-gen": patch
---

Dependency changes:

- Changed dependency _openapi-typescript_ from **^6.7.0** to **^6.7.1**
- Changed dependency _prettier_ from **^3.0.3** to **^3.1.0**
9 changes: 9 additions & 0 deletions .changeset/wild-peaches-yell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"shopware-astro": patch
---

Dependency changes:

- Changed dependency _@astrojs/vue_ from **^3.0.3** to **^3.0.4**
- Changed dependency _@vitejs/plugin-vue_ from **^4.4.0** to **^4.4.1**
- Changed dependency _astro_ from **^3.4.3** to **^3.5.3**
4 changes: 2 additions & 2 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
},
"devDependencies": {
"@shopware-pwa/typer": "workspace:*",
"@types/markdown-it": "^13.0.5",
"@types/markdown-it": "^13.0.6",
"@types/node": "^20.8.1",
"@vitejs/plugin-vue": "^4.4.0",
"@vitejs/plugin-vue": "^4.4.1",
"typescript": "^5.2.2"
},
"pnpm": {
Expand Down
2 changes: 1 addition & 1 deletion examples/adyen-dropin-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@adyen/adyen-web": "^5.53.2",
"@shopware-pwa/nuxt3-module": "canary",
"@shopware-pwa/types": "canary",
"@unocss/nuxt": "^0.57.2",
"@unocss/nuxt": "^0.57.3",
"nuxt": "^3.8.1"
}
}
2 changes: 1 addition & 1 deletion examples/blank-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@shopware-pwa/types": "canary",
"@vitejs/plugin-vue": "^4.4.0",
"@vitejs/plugin-vue": "^4.4.1",
"vite": "^4.5.0"
}
}
4 changes: 2 additions & 2 deletions examples/commercial-quick-order/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
},
"devDependencies": {
"@shopware-pwa/types": "canary",
"@vitejs/plugin-vue": "^4.4.0",
"@vueuse/core": "^10.5.0",
"@vitejs/plugin-vue": "^4.4.1",
"@vueuse/core": "^10.6.1",
"vite": "^4.5.0"
}
}
2 changes: 1 addition & 1 deletion examples/example-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"vue-router": "^4.2.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.4.0",
"@vitejs/plugin-vue": "^4.4.1",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vue-tsc": "^1.8.22"
Expand Down
2 changes: 1 addition & 1 deletion examples/express-checkout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@shopware-pwa/types": "canary",
"@vitejs/plugin-vue": "^4.4.0",
"@vitejs/plugin-vue": "^4.4.1",
"vite": "^4.5.0"
}
}
2 changes: 1 addition & 1 deletion examples/login-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@shopware-pwa/types": "canary",
"@vitejs/plugin-vue": "^4.4.0",
"@vitejs/plugin-vue": "^4.4.1",
"vite": "^4.5.0"
}
}
10 changes: 5 additions & 5 deletions examples/modal-teleport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/devtools": "^1.0.0",
"@nuxt/devtools": "^1.0.2",
"@nuxt/types": "^2.17.2",
"@nuxt/typescript-build": "^3.0.1",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@unocss/nuxt": "^0.57.2",
"@unocss/reset": "^0.57.2",
"@unocss/nuxt": "^0.57.3",
"@unocss/reset": "^0.57.3",
"eslint": "^8.53.0",
"nuxt": "^3.8.1",
"unocss": "^0.57.2"
"unocss": "^0.57.3"
},
"dependencies": {
"@vueuse/nuxt": "^10.5.0",
"@vueuse/nuxt": "^10.6.1",
"vue": "^3.3.8"
}
}
2 changes: 1 addition & 1 deletion examples/mollie-credit-card/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@shopware-pwa/nuxt3-module": "canary",
"@types/node": "^20.3.2",
"@vueuse/nuxt": "^10.5.0",
"@vueuse/nuxt": "^10.6.1",
"nuxt": "^3.8.1",
"typescript": "^5.2.2",
"vue": "^3.3.8",
Expand Down
2 changes: 1 addition & 1 deletion examples/new-api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"vue": "^3.3.8"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.4.0",
"@vitejs/plugin-vue": "^4.4.1",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vue-tsc": "^1.8.22"
Expand Down
2 changes: 1 addition & 1 deletion examples/product-detail-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@shopware-pwa/types": "canary",
"@vitejs/plugin-vue": "^4.4.0",
"@vitejs/plugin-vue": "^4.4.1",
"vite": "^4.5.0"
}
}
2 changes: 1 addition & 1 deletion examples/responsive-images/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@shopware-pwa/types": "canary",
"@vitejs/plugin-vue": "^4.4.0",
"@vitejs/plugin-vue": "^4.4.1",
"vite": "^4.5.0"
}
}
2 changes: 1 addition & 1 deletion examples/use-add-to-cart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@shopware-pwa/types": "canary",
"@vitejs/plugin-vue": "^4.4.0",
"@vitejs/plugin-vue": "^4.4.1",
"vite": "^4.5.0"
}
}
2 changes: 1 addition & 1 deletion examples/use-cart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@shopware-pwa/types": "canary",
"@vitejs/plugin-vue": "^4.4.0",
"@vitejs/plugin-vue": "^4.4.1",
"vite": "^4.5.0"
}
}
2 changes: 1 addition & 1 deletion examples/use-checkout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@shopware-pwa/types": "canary",
"@vitejs/plugin-vue": "^4.4.0",
"@vitejs/plugin-vue": "^4.4.1",
"vite": "^4.5.0"
}
}
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,21 @@
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@microsoft/api-documenter": "^7.23.11",
"@microsoft/api-extractor": "^7.38.2",
"@microsoft/api-documenter": "^7.23.12",
"@microsoft/api-extractor": "^7.38.3",
"@microsoft/tsdoc": "^0.14.2",
"@types/changelog-parser": "^2.8.4",
"changelog-parser": "^3.0.1",
"dotenv-cli": "^7.3.0",
"esno": "^0.17.0",
"globby": "^13.2.2",
"esno": "^4.0.0",
"globby": "^14.0.0",
"husky": "^8.0.3",
"lint-staged": "^15.0.2",
"prettier": "^3.0.3",
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"taze": "^0.12.0",
"turbo": "^1.10.16",
"typedoc": "^0.25.3",
"vercel": "^32.5.0"
"vercel": "^32.5.3"
},
"engines": {
"node": "^18.x || ^20.x"
Expand All @@ -52,7 +52,7 @@
"prettier --write"
]
},
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"pnpm": {
"overrides": {
"yaml@2": "^2.2.2",
Expand All @@ -78,7 +78,8 @@
"allowNonAppliedPatches": true,
"auditConfig": {
"ignoreCves": [
"CVE-2023-26115"
"CVE-2023-26115",
"CVE-2023-45857"
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/api-client-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@types/prettier": "^3.0.0",
"@vitest/coverage-c8": "^0.33.0",
"eslint-config-shopware": "workspace:*",
"prettier": "^3.0.3",
"prettier": "^3.1.0",
"tsconfig": "workspace:*",
"unbuild": "^2.0.0",
"vitest": "^0.34.6"
Expand Down
6 changes: 3 additions & 3 deletions packages/api-gen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@types/prettier": "^3.0.0",
"@types/yargs": "^17.0.30",
"@types/yargs": "^17.0.31",
"@vitest/coverage-c8": "^0.33.0",
"eslint-config-shopware": "workspace:*",
"picocolors": "^1.0.0",
Expand All @@ -46,8 +46,8 @@
},
"dependencies": {
"ofetch": "^1.3.3",
"openapi-typescript": "^6.7.0",
"prettier": "^3.0.3",
"openapi-typescript": "^6.7.1",
"prettier": "^3.1.0",
"semver": "^7.5.4",
"yargs": "^17.7.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/composables/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"dependencies": {
"@shopware-pwa/api-client": "workspace:*",
"@shopware-pwa/helpers-next": "workspace:*",
"@vueuse/core": "^10.5.0",
"@vueuse/core": "^10.6.1",
"scule": "^1.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt3-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"js-cookie": "^3.0.5"
},
"devDependencies": {
"@nuxt/devtools": "^1.0.0",
"@nuxt/devtools": "^1.0.2",
"@nuxt/schema": "^3.8.1",
"eslint-config-shopware": "workspace:*",
"tsconfig": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/typer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"devDependencies": {
"@shopware-pwa/types": "workspace:*",
"@types/find-in-files": "^0.5.3",
"@types/fs-extra": "^11.0.3",
"@types/fs-extra": "^11.0.4",
"eslint-config-shopware": "workspace:*",
"tsconfig": "workspace:*",
"typescript": "^5.2.2",
Expand Down
Loading

2 comments on commit c3aa09e

@vercel
Copy link

@vercel vercel bot commented on c3aa09e Nov 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

frontends-demo – ./templates/vue-demo-store

frontends-demo.vercel.app
frontends-demo-shopware-frontends.vercel.app
frontends-demo-git-main-shopware-frontends.vercel.app

@vercel
Copy link

@vercel vercel bot commented on c3aa09e Nov 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.