Skip to content

Commit

Permalink
build(deps-dev): bump vue from 3.3.13 to 3.4.0
Browse files Browse the repository at this point in the history
Bumps [vue](https://github.com/vuejs/core) from 3.3.13 to 3.4.0.
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.3.13...v3.4.0)

---
updated-dependencies:
- dependency-name: vue
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 29, 2023
1 parent cab2264 commit a1c310d
Show file tree
Hide file tree
Showing 11 changed files with 94 additions and 95 deletions.
2 changes: 1 addition & 1 deletion examples/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"bootstrap": "^5.3.2",
"nuxt": "3.8.2",
"pinia": "^2.1.7",
"vue": "^3.3.9",
"vue": "^3.4.0",
"vue-router": "^4.2.2"
},
"version": "1.1.0"
Expand Down
165 changes: 82 additions & 83 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
},
"devDependencies": {
"smob": "^1.4.1",
"vue": "^3.3.9"
"vue": "^3.4.0"
},
"peerDependencies": {
"smob": "^1.4.1",
"vue": "^3.3.9"
"vue": "^3.4.0"
},
"engines": {
"node": ">=18"
Expand Down
2 changes: 1 addition & 1 deletion packages/countdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"build": "cross-env NODE_ENV=production rimraf dist && npm run build:js && npm run build:types"
},
"devDependencies": {
"vue": "^3.3.13"
"vue": "^3.4.0"
},
"peerDependencies": {
"vue": "^3.x"
Expand Down
2 changes: 1 addition & 1 deletion packages/form-controls/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"devDependencies": {
"@vuecs/core": "^1.2.0",
"cross-env": "^7.0.3",
"vue": "^3.3.9"
"vue": "^3.4.0"
},
"peerDependencies": {
"@vuecs/core": "^1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gravatar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"devDependencies": {
"@types/md5": "^2.3.5",
"vue": "^3.3.13"
"vue": "^3.4.0"
},
"peerDependencies": {
"vue": "^3.x"
Expand Down
2 changes: 1 addition & 1 deletion packages/link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"build": "cross-env NODE_ENV=production rimraf dist && npm run build:js && npm run build:types"
},
"devDependencies": {
"vue": "^3.3.13"
"vue": "^3.4.0"
},
"peerDependencies": {
"vue": "^3.x"
Expand Down
Loading

0 comments on commit a1c310d

Please sign in to comment.