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 Jan 24, 2025
1 parent 9592f01 commit 6ee53ad
Show file tree
Hide file tree
Showing 6 changed files with 649 additions and 478 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// https://code.visualstudio.com/docs/devcontainers/containers
// https://containers.dev/implementors/json_reference/
{
"image": "node:22.13.0",
"image": "node:22.13.1",
"features": {},
"customizations": {
"vscode": {
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,25 @@
"test:unit": "vitest --coverage"
},
"devDependencies": {
"@antfu/eslint-config": "^3.14.0",
"@antfu/eslint-config": "^3.16.0",
"@nuxt/eslint-config": "^0.7.5",
"@types/node": "^22.10.7",
"@vitest/coverage-v8": "^3.0.2",
"@types/node": "^22.10.10",
"@vitest/coverage-v8": "^3.0.4",
"changelogen": "^0.5.7",
"eslint": "^9.18.0",
"knip": "^5.42.2",
"eslint": "^9.19.0",
"knip": "^5.43.3",
"pkg-pr-new": "^0.0.39",
"std-env": "^3.8.0",
"tinyexec": "^0.3.2",
"typescript": "^5.7.3",
"vitest": "^3.0.2",
"vitest": "^3.0.4",
"vue": "^3.5.13"
},
"resolutions": {
"@nuxt/cli": "workspace:*",
"@nuxt/schema": "3.15.2",
"create-nuxt-app": "workspace:*",
"h3": "^1.13.1",
"h3": "^1.14.0",
"nitropack": "npm:nitropack-nightly",
"nuxi": "workspace:*"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/create-nuxt-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"citty": "^0.1.6"
},
"devDependencies": {
"@types/node": "^22.10.7",
"rollup": "^4.31.0",
"@types/node": "^22.10.10",
"rollup": "^4.32.0",
"rollup-plugin-visualizer": "^5.14.0",
"typescript": "^5.7.3",
"unbuild": "^3.3.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/nuxi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@nuxt/kit": "^3.15.2",
"@nuxt/schema": "^3.15.2",
"@nuxt/test-utils": "^3.15.4",
"@types/node": "^22.10.7",
"@types/node": "^22.10.10",
"@types/semver": "^7.5.8",
"c12": "^2.0.1",
"chokidar": "^4.0.3",
Expand All @@ -52,7 +52,7 @@
"defu": "^6.1.4",
"fuse.js": "^7.0.0",
"giget": "^1.2.3",
"h3": "^1.13.1",
"h3": "^1.14.0",
"httpxy": "^0.1.6",
"jiti": "^2.4.2",
"listhen": "^1.9.0",
Expand All @@ -64,7 +64,7 @@
"pathe": "^2.0.2",
"perfect-debounce": "^1.0.0",
"pkg-types": "^1.3.1",
"rollup": "^4.31.0",
"rollup": "^4.32.0",
"rollup-plugin-visualizer": "^5.14.0",
"scule": "^1.3.0",
"semver": "^7.6.3",
Expand All @@ -74,6 +74,6 @@
"ufo": "^1.5.4",
"unbuild": "^3.3.1",
"unplugin-purge-polyfills": "^0.0.7",
"vitest": "^3.0.2"
"vitest": "^3.0.4"
}
}
8 changes: 4 additions & 4 deletions packages/nuxt-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"defu": "^6.1.4",
"fuse.js": "^7.0.0",
"giget": "^1.2.3",
"h3": "^1.13.1",
"h3": "^1.14.0",
"httpxy": "^0.1.6",
"jiti": "^2.4.2",
"listhen": "^1.9.0",
Expand All @@ -58,12 +58,12 @@
"ufo": "^1.5.4"
},
"devDependencies": {
"@types/node": "^22.10.7",
"rollup": "^4.31.0",
"@types/node": "^22.10.10",
"rollup": "^4.32.0",
"rollup-plugin-visualizer": "^5.14.0",
"typescript": "^5.7.3",
"unbuild": "^3.3.1",
"unplugin-purge-polyfills": "^0.0.7",
"vitest": "^3.0.2"
"vitest": "^3.0.4"
}
}
Loading

0 comments on commit 6ee53ad

Please sign in to comment.