Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
patzick committed Jan 29, 2024
1 parent acd6fed commit fd8dffa
Show file tree
Hide file tree
Showing 13 changed files with 451 additions and 406 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 @@ -13,7 +13,7 @@
"@shopware-pwa/nuxt3-module": "canary",
"@shopware-pwa/types": "canary",
"@shopware/api-client": "canary",
"@unocss/nuxt": "^0.58.3",
"@unocss/nuxt": "^0.58.4",
"nuxt": "^3.9.3"
}
}
6 changes: 3 additions & 3 deletions examples/modal-teleport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"@nuxt/types": "^2.17.3",
"@nuxt/typescript-build": "^3.0.2",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@unocss/nuxt": "^0.58.3",
"@unocss/reset": "^0.58.3",
"@unocss/nuxt": "^0.58.4",
"@unocss/reset": "^0.58.4",
"eslint": "^8.56.0",
"nuxt": "^3.9.3",
"unocss": "^0.58.3"
"unocss": "^0.58.4"
},
"dependencies": {
"@vueuse/nuxt": "^10.7.2",
Expand Down
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
"dotenv-cli": "^7.3.0",
"esno": "^4.0.0",
"globby": "^14.0.0",
"husky": "^9.0.4",
"husky": "^9.0.7",
"lint-staged": "^15.2.0",
"prettier": "^3.2.4",
"taze": "^0.13.1",
"turbo": "^1.11.3",
"typedoc": "^0.25.7",
"vercel": "^33.2.0"
"vercel": "^33.3.0"
},
"engines": {
"node": "^18.x || ^20.x"
Expand All @@ -52,15 +52,16 @@
"prettier --write"
]
},
"packageManager": "pnpm@8.14.3",
"packageManager": "pnpm@8.15.0",
"pnpm": {
"overrides": {
"@antfu/utils": "^0.7.7",
"@babel/traverse": "^7.23.7",
"@babel/traverse": "^7.23.9",
"@types/node": "^20",
"debug": "^4.3.4",
"follow-redirects": "^1.15.5",
"lodash": "^4.17.21",
"lodash.pick@>=3.7.0 <4.17.19": "https://github.com/lodash/lodash/archive/f299b52f39486275a9e6483b60a410e06520c538.tar.gz",
"postcss": "^8.4.33",
"semver": "^7.5.4",
"sharp": "^0.33.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 @@ -52,12 +52,12 @@
"devDependencies": {
"@shopware/api-gen": "workspace:*",
"@types/prettier": "^3.0.0",
"@vitest/coverage-v8": "^1.2.1",
"@vitest/coverage-v8": "^1.2.2",
"eslint-config-shopware": "workspace:*",
"prettier": "^3.2.4",
"tsconfig": "workspace:*",
"unbuild": "^2.0.0",
"vitest": "^1.2.1"
"vitest": "^1.2.2"
},
"dependencies": {
"ofetch": "^1.3.3"
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 @@ -41,12 +41,12 @@
},
"devDependencies": {
"@faker-js/faker": "^8.4.0",
"@vitest/coverage-v8": "^1.2.1",
"@vitest/coverage-v8": "^1.2.2",
"eslint-config-shopware": "workspace:*",
"happy-dom": "^13.3.1",
"happy-dom": "^13.3.4",
"tsconfig": "workspace:*",
"unbuild": "^2.0.0",
"vitest": "^1.2.1"
"vitest": "^1.2.2"
},
"dependencies": {
"@shopware-pwa/types": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/api-gen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
"devDependencies": {
"@types/prettier": "^3.0.0",
"@types/yargs": "^17.0.32",
"@vitest/coverage-v8": "^1.2.1",
"@vitest/coverage-v8": "^1.2.2",
"eslint-config-shopware": "workspace:*",
"picocolors": "^1.0.0",
"tsconfig": "workspace:*",
"unbuild": "^2.0.0",
"vitest": "^1.2.1"
"vitest": "^1.2.2"
},
"dependencies": {
"ofetch": "^1.3.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/cms-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@
"devDependencies": {
"@nuxt/schema": "^3.9.3",
"@shopware-pwa/types": "workspace:*",
"@vitest/coverage-v8": "^1.2.1",
"@vitest/coverage-v8": "^1.2.2",
"@vue/eslint-config-typescript": "^12.0.0",
"eslint-config-shopware": "workspace:*",
"eslint-plugin-vue": "^9.20.1",
"nuxt": "^3.9.3",
"tsconfig": "workspace:*",
"typescript": "^5.3.3",
"unbuild": "^2.0.0",
"vitest": "^1.2.1",
"vitest": "^1.2.2",
"vue-eslint-parser": "^9.4.2",
"vue-router": "^4.2.5",
"vue-tsc": "^1.8.27"
Expand Down
8 changes: 4 additions & 4 deletions packages/composables/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@
"devDependencies": {
"@nuxt/kit": "^3.9.3",
"@shopware-pwa/types": "workspace:*",
"@vitest/coverage-v8": "^1.2.1",
"@vue/test-utils": "^2.4.3",
"@vitest/coverage-v8": "^1.2.2",
"@vue/test-utils": "^2.4.4",
"eslint-config-shopware": "workspace:*",
"happy-dom": "^13.3.1",
"happy-dom": "^13.3.4",
"tsconfig": "workspace:*",
"typescript": "^5.3.3",
"unbuild": "^2.0.0",
"vitest": "^1.2.1",
"vitest": "^1.2.2",
"vue": "^3.4.15"
}
}
6 changes: 3 additions & 3 deletions packages/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
"test:watch": "vitest"
},
"devDependencies": {
"@vitest/coverage-v8": "^1.2.1",
"@vitest/coverage-v8": "^1.2.2",
"eslint-config-shopware": "workspace:*",
"happy-dom": "^13.3.1",
"happy-dom": "^13.3.4",
"tsconfig": "workspace:*",
"unbuild": "^2.0.0",
"vitest": "^1.2.1"
"vitest": "^1.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/typer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
"tsconfig": "workspace:*",
"typescript": "^5.3.3",
"unbuild": "^2.0.0",
"vitest": "^1.2.1"
"vitest": "^1.2.2"
}
}
Loading

0 comments on commit fd8dffa

Please sign in to comment.