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] authored Dec 31, 2023
1 parent f158ffa commit 2b93b85
Show file tree
Hide file tree
Showing 4 changed files with 533 additions and 103 deletions.
8 changes: 4 additions & 4 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
"dev:prepare": "JITI_ESM_RESOLVE=1 jiti ../src/cli.ts build --stub && JITI_ESM_RESOLVE=1 jiti ../src/cli.ts prepare"
},
"dependencies": {
"@nuxt/kit": "^3.8.2"
"@nuxt/kit": "^3.9.0"
},
"devDependencies": {
"@nuxt/module-builder": "workspace:*",
"@nuxt/schema": "^3.8.2",
"@types/node": "^20.10.5",
"nuxt": "^3.8.2"
"@nuxt/schema": "^3.9.0",
"@types/node": "^20.10.6",
"nuxt": "^3.9.0"
},
"build": {
"entries": [
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.3.3",
"vue-tsc": "^1.8.26"
"vue-tsc": "^1.8.27"
}
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"test": "pnpm vitest",
"test:types": "tsc --noEmit && pnpm -r test:types"
},
"packageManager": "pnpm@8.12.1",
"packageManager": "pnpm@8.13.1",
"dependencies": {
"citty": "^0.1.5",
"consola": "^3.2.3",
Expand All @@ -38,20 +38,20 @@
"unbuild": "^2.0.0"
},
"peerDependencies": {
"@nuxt/kit": "^3.8.2",
"@nuxt/kit": "^3.9.0",
"nuxi": "^3.10.0"
},
"devDependencies": {
"@nuxt/kit": "^3.8.2",
"@nuxt/schema": "^3.8.2",
"@nuxt/kit": "^3.9.0",
"@nuxt/schema": "^3.9.0",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@types/node": "^20.10.5",
"@vitest/coverage-v8": "^1.1.0",
"@types/node": "^20.10.6",
"@vitest/coverage-v8": "^1.1.1",
"changelogen": "^0.5.5",
"eslint": "^8.56.0",
"jiti": "^1.21.0",
"nuxi": "^3.10.0",
"nuxt": "^3.8.2",
"vitest": "^1.1.0"
"nuxt": "^3.9.0",
"vitest": "^1.1.1"
}
}
Loading

0 comments on commit 2b93b85

Please sign in to comment.