Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#156)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 26, 2023
1 parent 2abee7d commit bb21139
Show file tree
Hide file tree
Showing 3 changed files with 619 additions and 398 deletions.
8 changes: 4 additions & 4 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"dev:prepare": "JITI_ESM_RESOLVE=1 jiti ../src/cli.ts --stub && JITI_ESM_RESOLVE=1 jiti ../src/cli.ts prepare"
},
"dependencies": {
"@nuxt/kit": "^3.6.5"
"@nuxt/kit": "^3.7.0"
},
"devDependencies": {
"@types/node": "^20.5.2",
"@types/node": "^20.5.6",
"@nuxt/module-builder": "workspace:*",
"@nuxt/schema": "^3.6.5",
"nuxt": "^3.6.5"
"@nuxt/schema": "^3.7.0",
"nuxt": "^3.7.0"
},
"build": {
"entries": [
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,27 +31,27 @@
"packageManager": "pnpm@8.6.12",
"dependencies": {
"consola": "^3.2.3",
"mlly": "^1.4.0",
"mlly": "^1.4.1",
"mri": "^1.2.0",
"pathe": "^1.1.1",
"unbuild": "^1.2.1"
},
"peerDependencies": {
"@nuxt/kit": "^3.6.5",
"nuxi": "^3.6.5"
"@nuxt/kit": "^3.7.0",
"nuxi": "^3.7.0"
},
"devDependencies": {
"@nuxt/kit": "^3.6.5",
"@nuxt/schema": "^3.6.5",
"@nuxt/kit": "^3.7.0",
"@nuxt/schema": "^3.7.0",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@types/mri": "^1.1.1",
"@types/node": "^20.5.2",
"@vitest/coverage-v8": "^0.34.2",
"eslint": "^8.47.0",
"@types/node": "^20.5.6",
"@vitest/coverage-v8": "^0.34.3",
"eslint": "^8.48.0",
"jiti": "^1.19.3",
"nuxi": "^3.6.5",
"nuxt": "^3.6.5",
"nuxi": "^3.7.0",
"nuxt": "^3.7.0",
"standard-version": "^9.5.0",
"vitest": "^0.34.2"
"vitest": "^0.34.3"
}
}
Loading

0 comments on commit bb21139

Please sign in to comment.