Skip to content

Commit

Permalink
fix(Dependabot): bump the all group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 2 updates in the / directory: [vue](https://github.com/vuejs/core) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vue` from 3.5.5 to 3.5.6
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.5.5...v3.5.6)

Updates `vite` from 5.4.5 to 5.4.6
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.6/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.6/packages/vite)

---
updated-dependencies:
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 17, 2024
1 parent be49c24 commit 21d9dc9
Show file tree
Hide file tree
Showing 3 changed files with 146 additions and 125 deletions.
4 changes: 2 additions & 2 deletions packages/Lumen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
"devDependencies": {
"@types/node": "^22.5.5",
"typescript": "^5.6.2",
"vite": "^5.4.5",
"vite": "^5.4.6",
"vitepress": "^1.3.4"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.6.0",
"bumpp": "^9.5.2",
"sass": "^1.78.0",
"twikoo": "^1.6.39",
"vue": "^3.5.5"
"vue": "^3.5.6"
},
"files": [
"theme/",
Expand Down
4 changes: 2 additions & 2 deletions packages/Solis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@types/node": "^22.5.5",
"typescript": "^5.6.2",
"vite": "^5.4.5",
"vite": "^5.4.6",
"vitepress": "^1.3.4"
},
"dependencies": {
Expand All @@ -50,7 +50,7 @@
"gray-matter": "^4.0.3",
"sass": "^1.78.0",
"twikoo": "^1.6.39",
"vue": "^3.5.5"
"vue": "^3.5.6"
},
"files": [
"types/",
Expand Down
Loading

0 comments on commit 21d9dc9

Please sign in to comment.