Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#216)
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 Jan 12, 2024
1 parent d1b9efa commit cca16bd
Show file tree
Hide file tree
Showing 3 changed files with 113 additions and 102 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.9.0"
"@nuxt/kit": "^3.9.1"
},
"devDependencies": {
"@nuxt/module-builder": "workspace:*",
"@nuxt/schema": "^3.9.0",
"@types/node": "^20.10.6",
"nuxt": "^3.9.0"
"@nuxt/schema": "^3.9.1",
"@types/node": "^20.11.0",
"nuxt": "^3.9.1"
},
"build": {
"entries": [
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,29 +29,29 @@
"test": "pnpm vitest",
"test:types": "tsc --noEmit && pnpm -r test:types"
},
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"dependencies": {
"citty": "^0.1.5",
"consola": "^3.2.3",
"mlly": "^1.4.2",
"pathe": "^1.1.1",
"mlly": "^1.5.0",
"pathe": "^1.1.2",
"unbuild": "^2.0.0"
},
"peerDependencies": {
"@nuxt/kit": "^3.9.0",
"@nuxt/kit": "^3.9.1",
"nuxi": "^3.10.0"
},
"devDependencies": {
"@nuxt/kit": "^3.9.0",
"@nuxt/schema": "^3.9.0",
"@nuxt/kit": "^3.9.1",
"@nuxt/schema": "^3.9.1",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@types/node": "^20.10.6",
"@vitest/coverage-v8": "^1.1.1",
"@types/node": "^20.11.0",
"@vitest/coverage-v8": "^1.1.3",
"changelogen": "^0.5.5",
"eslint": "^8.56.0",
"jiti": "^1.21.0",
"nuxi": "^3.10.0",
"nuxt": "^3.9.0",
"vitest": "^1.1.1"
"nuxt": "^3.9.1",
"vitest": "^1.1.3"
}
}
Loading

0 comments on commit cca16bd

Please sign in to comment.