Skip to content

Commit

Permalink
chore: downgrade nuxt (#1108)
Browse files Browse the repository at this point in the history
  • Loading branch information
patzick authored Jul 15, 2024
1 parent bf0036e commit ac2b2bc
Show file tree
Hide file tree
Showing 15 changed files with 248 additions and 466 deletions.
2 changes: 1 addition & 1 deletion examples/adyen-dropin-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@shopware/api-gen": "canary",
"@unocss/nuxt": "0.61.3",
"@vueuse/nuxt": "10.11.0",
"nuxt": "3.12.3",
"nuxt": "3.12.2",
"vue-tsc": "2.0.26"
}
}
6 changes: 3 additions & 3 deletions examples/amazon-pay-button-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@
"prepare": "nuxt-module-build prepare"
},
"dependencies": {
"@nuxt/kit": "3.12.3"
"@nuxt/kit": "3.12.2"
},
"devDependencies": {
"@amazonpay/amazon-pay-api-sdk-nodejs": "2.3.1",
"@nuxt/devtools": "1.3.9",
"@nuxt/module-builder": "0.8.1",
"@nuxt/schema": "3.12.3",
"@nuxt/schema": "3.12.2",
"@shopware-pwa/composables-next": "canary",
"@shopware/api-client": "canary",
"@types/node": "20.14.10",
"nuxt": "3.12.3",
"nuxt": "3.12.2",
"typescript": "5.5.3",
"vue-tsc": "2.0.26"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/amazon-pay-button-example/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"dependencies": {
"@shopware-pwa/composables-next": "canary",
"@shopware-pwa/nuxt3-module": "canary",
"nuxt": "3.12.3"
"nuxt": "3.12.2"
}
}
2 changes: 1 addition & 1 deletion examples/modal-teleport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@unocss/nuxt": "0.61.3",
"@unocss/reset": "0.61.0",
"eslint": "8.57.0",
"nuxt": "3.12.3",
"nuxt": "3.12.2",
"unocss": "0.61.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/mollie-credit-card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@shopware/api-gen": "canary",
"@types/node": "20.14.10",
"@vueuse/nuxt": "10.11.0",
"nuxt": "3.12.3",
"nuxt": "3.12.2",
"typescript": "5.5.3",
"vue": "3.4.31",
"vue-tsc": "2.0.26"
Expand Down
2 changes: 1 addition & 1 deletion examples/snippets-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@types/lru-cache": "7.10.10",
"@types/node": "20.14.10",
"@vueuse/nuxt": "10.11.0",
"nuxt": "3.12.3",
"nuxt": "3.12.2",
"typescript": "5.5.3",
"vue": "3.4.31",
"vue-tsc": "2.0.26"
Expand Down
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,7 +16,7 @@
"@shopware/api-client": "canary",
"@types/node": "20.14.10",
"@unocss/nuxt": "0.61.3",
"nuxt": "3.12.3",
"nuxt": "3.12.2",
"typescript": "5.5.3",
"vue": "3.4.31",
"vue-tsc": "2.0.26"
Expand Down
2 changes: 1 addition & 1 deletion examples/use-cart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@types/node": "20.14.10",
"@unocss/nuxt": "0.61.3",
"@vueuse/nuxt": "10.11.0",
"nuxt": "3.12.3",
"nuxt": "3.12.2",
"typescript": "5.5.3",
"vue": "3.4.31",
"vue-tsc": "2.0.26"
Expand Down
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 @@
"@shopware/api-client": "canary",
"@types/node": "20.14.10",
"@unocss/nuxt": "0.61.3",
"nuxt": "3.12.3",
"nuxt": "3.12.2",
"typescript": "5.5.3",
"vue": "3.4.31",
"vue-tsc": "2.0.26"
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 @@ -36,7 +36,7 @@
"test:watch": "vitest"
},
"dependencies": {
"@nuxt/kit": "3.12.3",
"@nuxt/kit": "3.12.2",
"@shopware-pwa/composables-next": "workspace:*",
"@shopware-pwa/helpers-next": "workspace:*",
"@shopware/api-client": "workspace:*",
Expand All @@ -51,13 +51,13 @@
"vue": "3.4.31"
},
"devDependencies": {
"@nuxt/schema": "3.12.3",
"@nuxt/schema": "3.12.2",
"@types/three": "0.166.0",
"@vitest/coverage-v8": "1.6.0",
"@vue/eslint-config-typescript": "13.0.0",
"eslint-config-shopware": "workspace:*",
"eslint-plugin-vue": "9.27.0",
"nuxt": "3.12.3",
"nuxt": "3.12.2",
"tsconfig": "workspace:*",
"typescript": "5.5.3",
"unbuild": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/composables/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"scule": "1.3.0"
},
"devDependencies": {
"@nuxt/kit": "3.12.3",
"@nuxt/kit": "3.12.2",
"@vitest/coverage-v8": "1.6.0",
"@vue/test-utils": "2.4.6",
"eslint-config-shopware": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions packages/nuxt3-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,17 @@
"test": "echo \"Warn: no test specified yet\""
},
"dependencies": {
"@nuxt/kit": "3.12.3",
"@nuxt/kit": "3.12.2",
"@shopware-pwa/composables-next": "workspace:*",
"@shopware-pwa/helpers-next": "workspace:*",
"@shopware/api-client": "workspace:*",
"defu": "6.1.4",
"js-cookie": "3.0.5"
},
"devDependencies": {
"@nuxt/schema": "3.12.3",
"@nuxt/schema": "3.12.2",
"eslint-config-shopware": "workspace:*",
"nuxt": "3.12.3",
"nuxt": "3.12.2",
"tsconfig": "workspace:*",
"typescript": "5.5.3",
"unbuild": "2.0.0"
Expand Down
674 changes: 228 additions & 446 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion templates/vue-blank/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@shopware/api-client": "canary",
"@types/node": "20.14.10",
"@vueuse/nuxt": "10.11.0",
"nuxt": "3.12.3",
"nuxt": "3.12.2",
"typescript": "5.5.3",
"vue": "3.4.31",
"vue-tsc": "2.0.26"
Expand Down
2 changes: 1 addition & 1 deletion templates/vue-demo-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@vue/eslint-config-typescript": "13.0.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-vue": "9.27.0",
"nuxt": "3.12.3",
"nuxt": "3.12.2",
"typescript": "5.5.3",
"vue-eslint-parser": "9.4.3",
"vue-tsc": "2.0.26"
Expand Down

0 comments on commit ac2b2bc

Please sign in to comment.