Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 23, 2024
1 parent a170122 commit 105e4be
Show file tree
Hide file tree
Showing 5 changed files with 818 additions and 855 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"commit-and-tag-version": "^12.4.1",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
Expand All @@ -37,11 +37,11 @@
"eslint-import-resolver-exports": "1.0.0-beta.5",
"eslint-plugin-ecmascript-compat": "^3.2.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-lodash-template": "^1.0.0",
"eslint-plugin-n": "^17.7.0",
"eslint-plugin-lodash-template": "^1.1.0",
"eslint-plugin-n": "^17.9.0",
"husky": "^9.0.11",
"pnpm-sync-dependencies-meta-injected": "^0.0.14",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},
"config": {
"commitizen": {
Expand All @@ -58,7 +58,7 @@
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"packageManager": "pnpm@9.1.1",
"packageManager": "pnpm@9.4.0",
"pnpm": {
"overrides": {
"magic-string": "^0.30.10",
Expand Down
16 changes: 8 additions & 8 deletions packages/quasar-app-extension-ssg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"serialize-javascript": "^6.0.2",
"unplugin-auto-import": "^0.17.6",
"vite": "^2.9.18",
"webpack": "^5.91.0",
"webpack": "^5.92.1",
"webpack-chain": "^6.5.1",
"webpack-dev-server": "^4.15.2",
"webpack-merge": "^5.10.0",
Expand All @@ -88,22 +88,22 @@
"@quasar/extras": "^1.16.11",
"@types/fs-extra": "^11.0.4",
"@types/node": "^14.18.63",
"@vue/devtools": "^7.2.1",
"@vue/devtools": "^7.3.4",
"cross-spawn": "7.0.3",
"quasar": "^2.16.4",
"vue": "^3.4.27",
"vue-router": "^4.3.2",
"workbox-build": "^7.1.0",
"vue": "^3.4.30",
"vue-router": "^4.4.0",
"workbox-build": "^7.1.1",
"workbox-webpack-plugin": "^7.1.0"
},
"peerDependencies": {
"@quasar/app-vite": "^1.9.3",
"@quasar/app-webpack": "^3.13.2",
"@quasar/extras": "^1.16.11",
"@vue/devtools": "^7.2.1",
"@vue/devtools": "^7.3.4",
"quasar": "^2.16.4",
"vue": "^3.4.27",
"vue-router": "^4.3.2",
"vue": "^3.4.30",
"vue-router": "^4.4.0",
"workbox-build": ">= 6",
"workbox-webpack-plugin": ">= 6"
},
Expand Down
6 changes: 3 additions & 3 deletions playground/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"dependencies": {
"@quasar/extras": "^1.16.11",
"quasar": "^2.16.4",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
"vue": "^3.4.30",
"vue-router": "^4.4.0"
},
"devDependencies": {
"@quasar/app-vite": "^1.9.3",
Expand All @@ -28,7 +28,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.26.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier": "^3.3.2",
"quasar-app-extension-ssg": "workspace:*"
},
"dependenciesMeta": {
Expand Down
10 changes: 5 additions & 5 deletions playground/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@
"@quasar/extras": "^1.16.11",
"core-js": "^3.37.1",
"quasar": "^2.16.4",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
"vue": "^3.4.30",
"vue-router": "^4.4.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.24.5",
"@babel/eslint-parser": "^7.24.7",
"@quasar/app-webpack": "^3.13.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.26.0",
"eslint-webpack-plugin": "^4.1.0",
"prettier": "^3.2.5",
"eslint-webpack-plugin": "^4.2.0",
"prettier": "^3.3.2",
"quasar-app-extension-ssg": "workspace:*"
},
"dependenciesMeta": {
Expand Down
Loading

0 comments on commit 105e4be

Please sign in to comment.