Skip to content

Commit

Permalink
chore: bump dependencies (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
patzick authored Jul 18, 2023
1 parent 16c4202 commit a75617f
Show file tree
Hide file tree
Showing 32 changed files with 703 additions and 902 deletions.
9 changes: 9 additions & 0 deletions .changeset/bright-mirrors-tell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"eslint-config-shopware": patch
---

Dependency changes:

- Changed dependency _@typescript-eslint/eslint-plugin_ from **^6.0.0** to **^6.1.0**
- Changed dependency _@typescript-eslint/parser_ from **^6.0.0** to **^6.1.0**
- Changed dependency _eslint_ from **^8.44.0** to **^8.45.0**
7 changes: 7 additions & 0 deletions .changeset/chilly-jars-count.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"shopware-astro": patch
---

Dependency changes:

- Changed dependency _astro_ from **^2.8.0** to **^2.8.3**
7 changes: 7 additions & 0 deletions .changeset/funny-months-chew.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@shopware-pwa/nuxt3-module": patch
---

Dependency changes:

- Changed dependency _@nuxt/kit_ from **^3.6.2** to **^3.6.3**
7 changes: 7 additions & 0 deletions .changeset/moody-forks-laugh.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.2** to **^4.4.4**
7 changes: 7 additions & 0 deletions .changeset/thirty-dolls-compare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"vite-vue-plugin-disable-inputs": patch
---

Dependency changes:

- Changed dependency _vite_ from **^4.4.2** to **^4.4.4**
7 changes: 7 additions & 0 deletions .changeset/wild-trains-search.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@shopware-pwa/cms-base": patch
---

Dependency changes:

- Changed dependency _@nuxt/kit_ from **^3.6.2** to **^3.6.3**
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.35.1"
"@playwright/test": "^1.36.1"
},
"dependencies": {
"dotenv": "^16.3.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/blank-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"devDependencies": {
"@shopware-pwa/types": "canary",
"@vitejs/plugin-vue": "^4.2.3",
"vite": "^4.4.2"
"vite": "^4.4.4"
}
}
4 changes: 2 additions & 2 deletions examples/example-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"typescript": "^5.1.6",
"vite": "^4.4.2",
"vue-tsc": "^1.8.4"
"vite": "^4.4.4",
"vue-tsc": "^1.8.5"
}
}
2 changes: 1 addition & 1 deletion examples/express-checkout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"devDependencies": {
"@shopware-pwa/types": "canary",
"@vitejs/plugin-vue": "^4.2.3",
"vite": "^4.4.2"
"vite": "^4.4.4"
}
}
2 changes: 1 addition & 1 deletion examples/login-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"devDependencies": {
"@shopware-pwa/types": "canary",
"@vitejs/plugin-vue": "^4.2.3",
"vite": "^4.4.2"
"vite": "^4.4.4"
}
}
6 changes: 3 additions & 3 deletions examples/modal-teleport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
},
"devDependencies": {
"@nuxt/devtools": "^0.6.7",
"@nuxt/types": "^2.17.0",
"@nuxt/types": "^2.17.1",
"@nuxt/typescript-build": "^3.0.1",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@unocss/nuxt": "^0.53.5",
"@unocss/reset": "^0.53.5",
"eslint": "^8.44.0",
"nuxt": "^3.6.2",
"eslint": "^8.45.0",
"nuxt": "^3.6.3",
"unocss": "^0.53.5"
},
"dependencies": {
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 @@ -16,7 +16,7 @@
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"typescript": "^5.1.6",
"vite": "^4.4.2",
"vue-tsc": "^1.8.4"
"vite": "^4.4.4",
"vue-tsc": "^1.8.5"
}
}
2 changes: 1 addition & 1 deletion examples/product-detail-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"devDependencies": {
"@shopware-pwa/types": "canary",
"@vitejs/plugin-vue": "^4.2.3",
"vite": "^4.4.2"
"vite": "^4.4.4"
}
}
2 changes: 1 addition & 1 deletion examples/responsive-images/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"devDependencies": {
"@shopware-pwa/types": "canary",
"@vitejs/plugin-vue": "^4.2.3",
"vite": "^4.4.2"
"vite": "^4.4.4"
}
}
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 @@ -16,6 +16,6 @@
"devDependencies": {
"@shopware-pwa/types": "canary",
"@vitejs/plugin-vue": "^4.2.3",
"vite": "^4.4.2"
"vite": "^4.4.4"
}
}
2 changes: 1 addition & 1 deletion examples/use-cart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"devDependencies": {
"@shopware-pwa/types": "canary",
"@vitejs/plugin-vue": "^4.2.3",
"vite": "^4.4.2"
"vite": "^4.4.4"
}
}
2 changes: 1 addition & 1 deletion examples/use-checkout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"devDependencies": {
"@shopware-pwa/types": "canary",
"@vitejs/plugin-vue": "^4.2.3",
"vite": "^4.4.2"
"vite": "^4.4.4"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@microsoft/api-documenter": "^7.22.24",
"@microsoft/api-extractor": "^7.36.1",
"@microsoft/api-documenter": "^7.22.28",
"@microsoft/api-extractor": "^7.36.2",
"@microsoft/tsdoc": "^0.14.2",
"@types/changelog-parser": "^2.8.1",
"changelog-parser": "^3.0.1",
Expand All @@ -39,9 +39,9 @@
"lint-staged": "^13.2.3",
"prettier": "^3.0.0",
"taze": "^0.11.2",
"turbo": "^1.10.7",
"turbo": "^1.10.8",
"typedoc": "^0.24.8",
"vercel": "^31.0.2"
"vercel": "^31.0.3"
},
"engines": {
"node": "^16.x || ^18.x"
Expand All @@ -51,7 +51,7 @@
"prettier --write"
]
},
"packageManager": "[email protected].7",
"packageManager": "[email protected].8",
"pnpm": {
"overrides": {
"yaml@2": "^2.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@faker-js/faker": "^8.0.2",
"@vitest/coverage-v8": "^0.33.0",
"eslint-config-shopware": "workspace:*",
"happy-dom": "^10.1.1",
"happy-dom": "^10.5.1",
"tsconfig": "workspace:*",
"vitest": "^0.33.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/cms-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"test": "echo \"Warn: no test specified yet\""
},
"dependencies": {
"@nuxt/kit": "^3.6.2",
"@nuxt/kit": "^3.6.3",
"@shopware-pwa/api-client": "workspace:*",
"@shopware-pwa/composables-next": "workspace:*",
"@shopware-pwa/helpers-next": "workspace:*",
Expand All @@ -51,7 +51,7 @@
"html-to-ast": "^0.0.6"
},
"devDependencies": {
"@nuxt/schema": "^3.6.2",
"@nuxt/schema": "^3.6.3",
"@shopware-pwa/types": "workspace:*",
"@vue/eslint-config-typescript": "^11.0.3",
"eslint-config-shopware": "workspace:*",
Expand All @@ -60,6 +60,6 @@
"typescript": "^5.1.6",
"unbuild": "^1.2.1",
"vue-eslint-parser": "^9.3.1",
"vue-tsc": "^1.8.4"
"vue-tsc": "^1.8.5"
}
}
2 changes: 1 addition & 1 deletion packages/composables/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@vitest/coverage-v8": "^0.33.0",
"@vue/test-utils": "^2.4.0",
"eslint-config-shopware": "workspace:*",
"happy-dom": "^10.1.1",
"happy-dom": "^10.5.1",
"tsconfig": "workspace:*",
"typescript": "^5.1.6",
"unbuild": "^1.2.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config-shopware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.44.0",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"typescript": "^5.1.6"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@vitest/coverage-v8": "^0.33.0",
"eslint-config-shopware": "workspace:*",
"happy-dom": "^10.1.1",
"happy-dom": "^10.5.1",
"tsconfig": "workspace:*",
"vitest": "^0.33.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/nuxt3-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
"test": "echo \"Warn: no test specified yet\""
},
"dependencies": {
"@nuxt/kit": "^3.6.2",
"@nuxt/kit": "^3.6.3",
"@shopware-pwa/api-client": "workspace:*",
"@shopware-pwa/composables-next": "workspace:*",
"js-cookie": "^3.0.5"
},
"devDependencies": {
"@nuxt/devtools": "^0.6.7",
"@nuxt/schema": "^3.6.2",
"@nuxt/schema": "^3.6.3",
"eslint-config-shopware": "workspace:*",
"tsconfig": "workspace:*",
"typescript": "^5.1.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/typer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"ts-dox": "^0.1.0",
"typedoc": "^0.24.8",
"vinyl": "^3.0.0",
"vite": "^4.4.2"
"vite": "^4.4.4"
},
"devDependencies": {
"@shopware-pwa/types": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-vue-plugin-disable-inputs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"vite": "^4.4.2"
"vite": "^4.4.4"
},
"devDependencies": {
"eslint-config-shopware": "workspace:*",
Expand Down
Loading

2 comments on commit a75617f

@vercel
Copy link

@vercel vercel bot commented on a75617f Jul 18, 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 a75617f Jul 18, 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.