Skip to content

Commit

Permalink
chore: bump dependencies (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
patzick authored Mar 27, 2023
1 parent 8233880 commit b2fde98
Show file tree
Hide file tree
Showing 19 changed files with 1,155 additions and 1,284 deletions.
7 changes: 7 additions & 0 deletions .changeset/spotty-needles-leave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"vue-demo-store": patch
"@shopware-pwa/nuxt3-module": patch
"vue-blank": patch
---

upgraded Nuxt to 3.3.2
4 changes: 2 additions & 2 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"@shopware-pwa/api-client": "workspace:*",
"@shopware-pwa/composables-next": "workspace:*",
"@shopware-pwa/helpers-next": "workspace:*",
"vitepress": "^1.0.0-alpha.61",
"vitepress": "^1.0.0-alpha.63",
"vitepress-shopware-docs": "^0.1.9",
"vue": "^3.2.47"
},
"devDependencies": {
"@shopware-pwa/typer": "workspace:*",
"@types/markdown-it": "^12.2.3",
"@types/node": "^18.15.5",
"@types/node": "^18.15.10",
"@vitejs/plugin-vue": "^4.1.0",
"typescript": "^5.0.2"
},
Expand Down
4 changes: 2 additions & 2 deletions apps/e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"test:e2e": "playwright test e2e"
},
"devDependencies": {
"@playwright/test": "^1.32.0",
"playwright": "^1.32.0"
"@playwright/test": "^1.32.1",
"playwright": "^1.32.1"
},
"dependencies": {
"dotenv": "^16.0.3"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
"dotenv-cli": "^7.1.0",
"globby": "^13.1.3",
"lint-staged": "^13.2.0",
"prettier": "^2.8.6",
"prettier": "^2.8.7",
"taze": "^0.9.1",
"turbo": "^1.8.5",
"typedoc": "^0.23.28",
"vercel": "^28.18.0"
"vercel": "^28.18.1"
},
"engines": {
"node": "^16.x || ^18.x"
Expand All @@ -48,7 +48,7 @@
"prettier --write"
]
},
"packageManager": "[email protected].0",
"packageManager": "[email protected].3",
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
Expand Down
10 changes: 5 additions & 5 deletions packages/cms-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,21 +41,21 @@
"test": "echo \"Warn: no test specified yet\""
},
"dependencies": {
"@nuxt/kit": "^3.3.1",
"@nuxt/kit": "^3.3.2",
"@shopware-pwa/api-client": "workspace:*",
"@shopware-pwa/composables-next": "workspace:*",
"@shopware-pwa/helpers-next": "workspace:*",
"@vuelidate/core": "^2.0.0",
"@vuelidate/validators": "^2.0.0",
"@vuelidate/core": "^2.0.1",
"@vuelidate/validators": "^2.0.1",
"entities": "^4.4.0",
"html-to-ast": "^0.0.6"
},
"devDependencies": {
"@nuxt/schema": "^3.3.1",
"@nuxt/schema": "^3.3.2",
"@shopware-pwa/types": "workspace:*",
"@vue/eslint-config-typescript": "^11.0.2",
"eslint-config-shopware": "workspace:*",
"eslint-plugin-vue": "^9.9.0",
"eslint-plugin-vue": "^9.10.0",
"tsconfig": "workspace:*",
"typescript": "^5.0.2",
"unbuild": "^1.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/helpers/src/cms/getCmsLayoutConfiguration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function getVisibilityClasses(content: CmsBlock | CmsSection | CmsSlot) {
)
return {};

let visibilityCssClasses: {
const visibilityCssClasses: {
"md:hidden"?: boolean;
"xl:hidden"?: boolean;
"lg:hidden"?: boolean;
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 @@ -39,14 +39,14 @@
"test": "echo \"Warn: no test specified yet\""
},
"dependencies": {
"@nuxt/kit": "^3.3.1",
"@nuxt/kit": "^3.3.2",
"@shopware-pwa/api-client": "workspace:*",
"@shopware-pwa/composables-next": "workspace:*",
"js-cookie": "^3.0.1"
},
"devDependencies": {
"@nuxt/devtools": "^0.2.5",
"@nuxt/schema": "^3.3.1",
"@nuxt/devtools": "^0.3.1",
"@nuxt/schema": "^3.3.2",
"eslint-config-shopware": "workspace:*",
"tsconfig": "workspace:*",
"typescript": "^5.0.2",
Expand Down
Loading

2 comments on commit b2fde98

@vercel
Copy link

@vercel vercel bot commented on b2fde98 Mar 27, 2023

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on b2fde98 Mar 27, 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-git-main-shopware-frontends.vercel.app
frontends-demo.vercel.app
frontends-demo-shopware-frontends.vercel.app

Please sign in to comment.