Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (main) (#26913)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
  • Loading branch information
renovate[bot] and danielroe committed Apr 24, 2024
1 parent af2e2da commit f524d30
Show file tree
Hide file tree
Showing 8 changed files with 370 additions and 347 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/semantic-pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: Semantic pull request
steps:
- name: Validate PR title
uses: amannn/action-semantic-pull-request@e9fabac35e210fea40ca5b14c0da95a099eff26f # v5.4.0
uses: amannn/action-semantic-pull-request@c24d6dd07c69e0826c52021944f216b2e3192535 # v5.5.0
with:
scopes: |
kit
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"@nuxt/schema": "workspace:*",
"@nuxt/vite-builder": "workspace:*",
"@nuxt/webpack-builder": "workspace:*",
"rollup": "^4.16.3",
"rollup": "^4.16.4",
"nuxt": "workspace:*",
"vite": "5.2.10",
"vue": "3.4.24",
"vue": "3.4.25",
"magic-string": "^0.30.10"
},
"devDependencies": {
Expand Down Expand Up @@ -85,7 +85,7 @@
"ufo": "1.5.3",
"vitest": "1.4.0",
"vitest-environment-nuxt": "1.0.0",
"vue": "3.4.24",
"vue": "3.4.25",
"vue-router": "4.3.2",
"vue-tsc": "2.0.14"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"unplugin-vue-router": "^0.7.0",
"unstorage": "^1.10.2",
"untyped": "^1.4.2",
"vue": "^3.4.24",
"vue": "^3.4.25",
"vue-bundle-renderer": "^2.0.0",
"vue-devtools-stub": "^0.1.0",
"vue-router": "^4.3.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"unctx": "2.3.1",
"unenv": "1.9.0",
"vite": "5.2.10",
"vue": "3.4.24",
"vue": "3.4.25",
"vue-bundle-renderer": "2.0.0",
"vue-loader": "17.4.2",
"vue-router": "4.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/estree": "1.0.5",
"@types/fs-extra": "11.0.4",
"unbuild": "latest",
"vue": "3.4.24"
"vue": "3.4.25"
},
"dependencies": {
"@nuxt/kit": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@types/webpack-hot-middleware": "2.25.9",
"@types/webpack-virtual-modules": "0.4.2",
"unbuild": "latest",
"vue": "3.4.24"
"vue": "3.4.25"
},
"peerDependencies": {
"vue": "^3.3.4"
Expand Down

0 comments on commit f524d30

Please sign in to comment.