Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 8, 2024
1 parent cc15a52 commit 24b7991
Show file tree
Hide file tree
Showing 4 changed files with 477 additions and 402 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@nuxt/module-builder": "workspace:*",
"@nuxt/schema": "^3.11.2",
"@types/node": "^20.12.7",
"@types/node": "^20.12.11",
"nuxt": "^3.11.2"
},
"build": {
Expand Down
2 changes: 1 addition & 1 deletion example/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
},
"devDependencies": {
"typescript": "^5.4.5",
"vue-tsc": "^2.0.14"
"vue-tsc": "^2.0.16"
}
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
"test": "pnpm vitest",
"test:types": "vue-tsc --noEmit && pnpm -r test:types"
},
"packageManager": "pnpm@9.0.6",
"packageManager": "pnpm@9.1.0",
"dependencies": {
"citty": "^0.1.6",
"consola": "^3.2.3",
"defu": "^6.1.4",
"mlly": "^1.6.1",
"mlly": "^1.7.0",
"pathe": "^1.1.2",
"pkg-types": "^1.1.0",
"unbuild": "^2.0.0"
Expand All @@ -48,21 +48,21 @@
"@nuxt/eslint-config": "^0.3.10",
"@nuxt/kit": "^3.11.2",
"@nuxt/schema": "^3.11.2",
"@types/node": "^20.12.7",
"@vitest/coverage-v8": "^1.5.2",
"@types/node": "^20.12.11",
"@vitest/coverage-v8": "^1.6.0",
"changelogen": "^0.5.5",
"eslint": "^9.1.1",
"eslint": "^9.2.0",
"jiti": "^1.21.0",
"nuxi": "^3.11.1",
"nuxt": "^3.11.2",
"typescript": "^5.4.5",
"vitest": "^1.5.2",
"vue": "^3.4.25",
"vue-tsc": "^2.0.14"
"vitest": "^1.6.0",
"vue": "^3.4.27",
"vue-tsc": "^2.0.16"
},
"resolutions": {
"@nuxt/kit": "^3.11.2",
"@nuxt/schema": "^3.11.2",
"vue": "^3.4.25"
"vue": "^3.4.27"
}
}

0 comments on commit 24b7991

Please sign in to comment.