Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump dependencies #369

Merged
merged 2 commits into from
Aug 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .changeset/forty-knives-repair.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.4.0** to **^6.5.2**
- Changed dependency _prettier_ from **^3.0.0** to **^3.0.2**
10 changes: 10 additions & 0 deletions .changeset/great-parrots-cry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"eslint-config-shopware": patch
---

Dependency changes:

- Changed dependency _@typescript-eslint/eslint-plugin_ from **^6.2.1** to **^6.4.1**
- Changed dependency _@typescript-eslint/parser_ from **^6.2.1** to **^6.4.1**
- Changed dependency _eslint_ from **^8.46.0** to **^8.47.0**
- Changed dependency _eslint-config-prettier_ from **^8.9.0** to **^9.0.0**
7 changes: 7 additions & 0 deletions .changeset/mean-ghosts-visit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"vue-demo-store": patch
---

Dependency changes:

- Changed dependency _@unocss/nuxt_ from **^0.54.1** to **^0.55.2**
7 changes: 7 additions & 0 deletions .changeset/tiny-mirrors-study.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@shopware-pwa/typer": patch
---

Dependency changes:

- Changed dependency _vite_ from **^4.4.7** to **^4.4.9**
10 changes: 10 additions & 0 deletions .changeset/warm-otters-prove.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"shopware-astro": patch
---

Dependency changes:

- Changed dependency _@astrojs/node_ from **^5.3.0** to **^5.3.5**
- Changed dependency _@vitejs/plugin-vue_ from **^4.2.3** to **^4.3.3**
- Changed dependency _@vitejs/plugin-vue-jsx_ from **^3.0.1** to **^3.0.2**
- Changed dependency _astro_ from **^2.9.6** to **^2.10.12**
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": "^12.2.3",
"@types/markdown-it": "^13.0.0",
"@types/node": "^18.16.18",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue": "^4.3.3",
"typescript": "^5.1.6"
},
"pnpm": {
Expand Down
2 changes: 1 addition & 1 deletion apps/e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test:e2e": "playwright test e2e"
},
"devDependencies": {
"@playwright/test": "^1.36.2"
"@playwright/test": "^1.37.1"
},
"dependencies": {
"dotenv": "^16.3.1"
Expand Down
4 changes: 2 additions & 2 deletions 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.2.3",
"vite": "^4.4.7"
"@vitejs/plugin-vue": "^4.3.3",
"vite": "^4.4.9"
}
}
4 changes: 2 additions & 2 deletions examples/example-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"vue-router": "^4.2.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue": "^4.3.3",
"typescript": "^5.1.6",
"vite": "^4.4.7",
"vite": "^4.4.9",
"vue-tsc": "^1.8.8"
}
}
6 changes: 3 additions & 3 deletions examples/express-checkout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "vite preview"
},
"dependencies": {
"@paypal/paypal-js": "^6.0.1",
"@paypal/paypal-js": "^7.0.0",
"@shopware-pwa/api-client": "canary",
"@shopware-pwa/composables-next": "canary",
"@shopware-pwa/helpers-next": "canary",
Expand All @@ -18,7 +18,7 @@
},
"devDependencies": {
"@shopware-pwa/types": "canary",
"@vitejs/plugin-vue": "^4.2.3",
"vite": "^4.4.7"
"@vitejs/plugin-vue": "^4.3.3",
"vite": "^4.4.9"
}
}
4 changes: 2 additions & 2 deletions 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.2.3",
"vite": "^4.4.7"
"@vitejs/plugin-vue": "^4.3.3",
"vite": "^4.4.9"
}
}
10 changes: 5 additions & 5 deletions examples/modal-teleport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/devtools": "^0.7.2",
"@nuxt/devtools": "^0.8.0",
"@nuxt/types": "^2.17.1",
"@nuxt/typescript-build": "^3.0.1",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@unocss/nuxt": "^0.54.1",
"@unocss/reset": "^0.54.1",
"eslint": "^8.46.0",
"@unocss/nuxt": "^0.55.2",
"@unocss/reset": "^0.55.2",
"eslint": "^8.47.0",
"nuxt": "^3.6.5",
"unocss": "^0.54.1"
"unocss": "^0.55.2"
},
"dependencies": {
"@vueuse/nuxt": "^10.3.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/new-api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"vue": "^3.3.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue": "^4.3.3",
"typescript": "^5.1.6",
"vite": "^4.4.7",
"vite": "^4.4.9",
"vue-tsc": "^1.8.8"
}
}
4 changes: 2 additions & 2 deletions 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.2.3",
"vite": "^4.4.7"
"@vitejs/plugin-vue": "^4.3.3",
"vite": "^4.4.9"
}
}
4 changes: 2 additions & 2 deletions 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.2.3",
"vite": "^4.4.7"
"@vitejs/plugin-vue": "^4.3.3",
"vite": "^4.4.9"
}
}
4 changes: 2 additions & 2 deletions 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.2.3",
"vite": "^4.4.7"
"@vitejs/plugin-vue": "^4.3.3",
"vite": "^4.4.9"
}
}
4 changes: 2 additions & 2 deletions 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.2.3",
"vite": "^4.4.7"
"@vitejs/plugin-vue": "^4.3.3",
"vite": "^4.4.9"
}
}
4 changes: 2 additions & 2 deletions 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.2.3",
"vite": "^4.4.7"
"@vitejs/plugin-vue": "^4.3.3",
"vite": "^4.4.9"
}
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,20 @@
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@microsoft/api-documenter": "^7.22.32",
"@microsoft/api-extractor": "^7.36.3",
"@microsoft/api-documenter": "^7.22.33",
"@microsoft/api-extractor": "^7.36.4",
"@microsoft/tsdoc": "^0.14.2",
"@types/changelog-parser": "^2.8.1",
"changelog-parser": "^3.0.1",
"dotenv-cli": "^7.2.1",
"dotenv-cli": "^7.3.0",
"globby": "^13.2.2",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"prettier": "^3.0.0",
"lint-staged": "^14.0.1",
"prettier": "^3.0.2",
"taze": "^0.11.2",
"turbo": "^1.10.12",
"typedoc": "^0.24.8",
"vercel": "^31.2.1"
"vercel": "^32.0.0"
},
"engines": {
"node": "^16.x || ^18.x"
Expand All @@ -51,7 +51,7 @@
"prettier --write"
]
},
"packageManager": "[email protected].11",
"packageManager": "[email protected].12",
"pnpm": {
"overrides": {
"yaml@2": "^2.2.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/api-client-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
"@types/prettier": "^3.0.0",
"@vitest/coverage-c8": "^0.33.0",
"eslint-config-shopware": "workspace:*",
"prettier": "^3.0.0",
"prettier": "^3.0.2",
"tsconfig": "workspace:*",
"vitest": "^0.33.0"
"vitest": "^0.34.2"
},
"dependencies": {
"ofetch": "^1.1.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
},
"devDependencies": {
"@faker-js/faker": "^8.0.2",
"@vitest/coverage-v8": "^0.33.0",
"@vitest/coverage-v8": "^0.34.2",
"eslint-config-shopware": "workspace:*",
"happy-dom": "^10.5.2",
"happy-dom": "^10.10.4",
"tsconfig": "workspace:*",
"vitest": "^0.33.0"
"vitest": "^0.34.2"
},
"dependencies": {
"@shopware-pwa/types": "workspace:*",
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 @@ -41,12 +41,12 @@
"eslint-config-shopware": "workspace:*",
"picocolors": "^1.0.0",
"tsconfig": "workspace:*",
"vitest": "^0.33.0"
"vitest": "^0.34.2"
},
"dependencies": {
"ofetch": "^1.1.1",
"openapi-typescript": "^6.4.0",
"prettier": "^3.0.0",
"openapi-typescript": "^6.5.2",
"prettier": "^3.0.2",
"semver": "^7.5.4",
"yargs": "^17.7.2"
}
Expand Down
Loading
Loading