Skip to content

Commit

Permalink
chore(deps): bump the major group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the major group with 2 updates: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core).


Updates `vite` from 5.4.11 to 6.0.2
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.0.2/packages/vite)

Updates `@vueuse/core` from 11.3.0 to 12.0.0
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v12.0.0/packages/core)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: "@vueuse/core"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 4, 2024
1 parent 0c8b92e commit d098c10
Show file tree
Hide file tree
Showing 5 changed files with 111 additions and 24 deletions.
2 changes: 1 addition & 1 deletion apps/demo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@sit-onyx/icons": "workspace:^",
"@vueuse/core": "^11.3.0",
"@vueuse/core": "^12.0.0",
"pinia": "^2.2.8",
"sit-onyx": "workspace:^",
"vue-i18n": "^10.0.5",
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"postcss": "^8.4.49",
"sass-embedded": "catalog:",
"sit-onyx": "workspace:^",
"vite": "^5.4.11",
"vite": "^6.0.2",
"vitepress": "^1.5.0",
"vue": "catalog:",
"vue-chartjs": "^5.3.2"
Expand Down
2 changes: 1 addition & 1 deletion apps/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@sit-onyx/icons": "workspace:^",
"@vue/repl": "~4.2.1",
"@vueuse/core": "^11.3.0",
"@vueuse/core": "^12.0.0",
"sit-onyx": "workspace:^"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"turbo": "^2.3.3",
"typescript": "catalog:",
"typescript-eslint": "^8.17.0",
"vite": "^5.4.11",
"vite": "^6.0.2",
"vitest": "^2.1.8",
"vue-tsc": "^2.1.10"
},
Expand Down
127 changes: 107 additions & 20 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d098c10

Please sign in to comment.