chore(deps): bump the non-breaking-changes group across 1 directory with 2 updates (#4358)

Bumps the non-breaking-changes group with 2 updates in the / directory: [vue](https://github.com/vuejs/core) and [vue-router](https://github.com/vuejs/router).


Updates `vue` from 3.5.3 to 3.5.4
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/compare/v3.5.3...v3.5.4)

Updates `vue-router` from 4.4.3 to 4.4.4
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](https://github.com/vuejs/router/compare/v4.4.3...v4.4.4)

---
updated-dependencies:
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: vue-router
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-09-11 15:10:36 +08:00 committed by GitHub
parent 6e67fb5fe7
commit 66c732fdee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
13 changed files with 290 additions and 337 deletions

View File

@ -45,6 +45,6 @@
"dayjs": "^1.11.13", "dayjs": "^1.11.13",
"pinia": "2.2.2", "pinia": "2.2.2",
"vue": "^3.5.4", "vue": "^3.5.4",
"vue-router": "^4.4.3" "vue-router": "^4.4.4"
} }
} }

View File

@ -45,7 +45,7 @@
"element-plus": "^2.8.2", "element-plus": "^2.8.2",
"pinia": "2.2.2", "pinia": "2.2.2",
"vue": "^3.5.4", "vue": "^3.5.4",
"vue-router": "^4.4.3" "vue-router": "^4.4.4"
}, },
"devDependencies": { "devDependencies": {
"unplugin-element-plus": "^0.8.0" "unplugin-element-plus": "^0.8.0"

View File

@ -44,6 +44,6 @@
"naive-ui": "^2.39.0", "naive-ui": "^2.39.0",
"pinia": "2.2.2", "pinia": "2.2.2",
"vue": "^3.5.4", "vue": "^3.5.4",
"vue-router": "^4.4.3" "vue-router": "^4.4.4"
} }
} }

View File

@ -109,7 +109,7 @@
"@ctrl/tinycolor": "4.1.0", "@ctrl/tinycolor": "4.1.0",
"clsx": "2.1.1", "clsx": "2.1.1",
"pinia": "2.2.2", "pinia": "2.2.2",
"vue": "3.5.3" "vue": "3.5.4"
}, },
"neverBuiltDependencies": [ "neverBuiltDependencies": [
"canvas", "canvas",

View File

@ -39,6 +39,6 @@
}, },
"dependencies": { "dependencies": {
"vue": "^3.5.4", "vue": "^3.5.4",
"vue-router": "^4.4.3" "vue-router": "^4.4.4"
} }
} }

View File

@ -30,7 +30,7 @@
"@vueuse/integrations": "^11.0.3", "@vueuse/integrations": "^11.0.3",
"qrcode": "^1.5.4", "qrcode": "^1.5.4",
"vue": "^3.5.4", "vue": "^3.5.4",
"vue-router": "^4.4.3" "vue-router": "^4.4.4"
}, },
"devDependencies": { "devDependencies": {
"@types/qrcode": "^1.5.5" "@types/qrcode": "^1.5.5"

View File

@ -26,7 +26,7 @@
"@vben/types": "workspace:*", "@vben/types": "workspace:*",
"@vben/utils": "workspace:*", "@vben/utils": "workspace:*",
"vue": "^3.5.4", "vue": "^3.5.4",
"vue-router": "^4.4.3", "vue-router": "^4.4.4",
"watermark-js-plus": "^1.5.6" "watermark-js-plus": "^1.5.6"
} }
} }

View File

@ -37,6 +37,6 @@
"@vben/utils": "workspace:*", "@vben/utils": "workspace:*",
"@vueuse/core": "^11.0.3", "@vueuse/core": "^11.0.3",
"vue": "^3.5.4", "vue": "^3.5.4",
"vue-router": "^4.4.3" "vue-router": "^4.4.4"
} }
} }

View File

@ -25,6 +25,6 @@
"pinia": "2.2.2", "pinia": "2.2.2",
"pinia-plugin-persistedstate": "^3.2.3", "pinia-plugin-persistedstate": "^3.2.3",
"vue": "^3.5.4", "vue": "^3.5.4",
"vue-router": "^4.4.3" "vue-router": "^4.4.4"
} }
} }

View File

@ -22,6 +22,6 @@
"dependencies": { "dependencies": {
"@vben-core/typings": "workspace:*", "@vben-core/typings": "workspace:*",
"vue": "^3.5.4", "vue": "^3.5.4",
"vue-router": "^4.4.3" "vue-router": "^4.4.4"
} }
} }

View File

@ -24,6 +24,6 @@
"dependencies": { "dependencies": {
"@vben-core/shared": "workspace:*", "@vben-core/shared": "workspace:*",
"@vben-core/typings": "workspace:*", "@vben-core/typings": "workspace:*",
"vue-router": "^4.4.3" "vue-router": "^4.4.4"
} }
} }

View File

@ -46,6 +46,6 @@
"dayjs": "^1.11.13", "dayjs": "^1.11.13",
"pinia": "2.2.2", "pinia": "2.2.2",
"vue": "^3.5.4", "vue": "^3.5.4",
"vue-router": "^4.4.3" "vue-router": "^4.4.4"
} }
} }

File diff suppressed because it is too large Load Diff