Skip to content

Commit

Permalink
chore(deps): Bump the vue group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the vue group with 3 updates in the / directory: [vue](https://github.com/vuejs/core), [unplugin-vue-router](https://github.com/posva/unplugin-vue-router) and [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc).


Updates `vue` from 3.4.32 to 3.4.34
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.4.32...v3.4.34)

Updates `unplugin-vue-router` from 0.10.0 to 0.10.1
- [Release notes](https://github.com/posva/unplugin-vue-router/releases)
- [Changelog](https://github.com/posva/unplugin-vue-router/blob/main/CHANGELOG.md)
- [Commits](posva/unplugin-vue-router@v0.10.0...v0.10.1)

Updates `vue-tsc` from 2.0.26 to 2.0.28
- [Release notes](https://github.com/vuejs/language-tools/releases)
- [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/language-tools/commits/v2.0.28/packages/tsc)

---
updated-dependencies:
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: vue
- dependency-name: unplugin-vue-router
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vue
- dependency-name: vue-tsc
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vue
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 25, 2024
1 parent 37c4c09 commit 53ced38
Show file tree
Hide file tree
Showing 4 changed files with 491 additions and 410 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"typescript-eslint": "^7.17.0",
"vite": "^5.3.4",
"vitest": "^2.0.4",
"vue": "^3.4.32"
"vue": "^3.4.34"
},
"packageManager": "[email protected]+sha256.691fe176eea9a8a80df20e4976f3dfb44a04841ceb885638fe2a26174f81e65e"
}
6 changes: 3 additions & 3 deletions packages/safelight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"primevue": "^4.0.1",
"rxjs": "^7.8.1",
"uuid": "^10.0.0",
"vue": "^3.4.32",
"vue": "^3.4.34",
"vue-i18n": "10.0.0-beta.5",
"vue-markdown-render": "^2.1.1",
"vue-router": "^4.4.0"
Expand All @@ -67,10 +67,10 @@
"tailwindcss": "^3.4.6",
"tsx": "^4.16.2",
"typescript": "^5.5.3",
"unplugin-vue-router": "^0.10.0",
"unplugin-vue-router": "^0.10.1",
"vite": "^5.3.4",
"vite-plugin-mkcert": "^1.17.5",
"vue-tsc": "^2.0.26"
"vue-tsc": "^2.0.28"
},
"peerDependencies": {
"mediainfo.js": "~0"
Expand Down
4 changes: 2 additions & 2 deletions packages/timeline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@vueuse/gesture": "^2.0.0",
"@vueuse/math": "^10.11.0",
"primevue": "^4.0.1",
"vue": "^3.4.32"
"vue": "^3.4.34"
},
"devDependencies": {
"@types/node": "^20.14.11",
Expand All @@ -47,6 +47,6 @@
"typescript": "^5.5.3",
"vite": "^5.3.4",
"vitest": "^2.0.4",
"vue-tsc": "^2.0.26"
"vue-tsc": "^2.0.28"
}
}
Loading

0 comments on commit 53ced38

Please sign in to comment.