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 Jul 22, 2024
1 parent bca75ab commit 9cd9231
Show file tree
Hide file tree
Showing 4 changed files with 410 additions and 318 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:20.15.0",
"image": "node:20.15.1",
"features": {},
"customizations": {
"vscode": {
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
"@nuxt/schema": "^3.12.2",
"@nuxt/test-utils": "^3.13.1",
"@types/http-proxy": "^1.17.14",
"@types/node": "^20.14.9",
"@types/node": "^20.14.11",
"@types/semver": "^7.5.8",
"@types/ws": "^8.5.10",
"@types/ws": "^8.5.11",
"c12": "^1.11.1",
"changelogen": "^0.5.5",
"chokidar": "^3.6.0",
Expand All @@ -53,7 +53,7 @@
"colorette": "^2.0.20",
"consola": "^3.2.3",
"destr": "^2.0.3",
"eslint": "^9.5.0",
"eslint": "^9.7.0",
"execa": "^9.3.0",
"fuse.js": "^7.0.0",
"giget": "^1.2.3",
Expand All @@ -68,14 +68,14 @@
"ofetch": "^1.3.4",
"pathe": "^1.1.2",
"perfect-debounce": "^1.0.0",
"pkg-types": "^1.1.1",
"pkg-types": "^1.1.3",
"scule": "^1.3.0",
"semver": "^7.6.2",
"semver": "^7.6.3",
"unbuild": "^2.0.0",
"unplugin-purge-polyfills": "^0.0.4",
"unws": "^0.2.4",
"vue-tsc": "^2.0.22",
"ws": "^8.17.1"
"vue-tsc": "^2.0.28",
"ws": "^8.18.0"
},
"optionalDependencies": {
"fsevents": "~2.3.3"
Expand All @@ -85,7 +85,7 @@
"nitropack": "npm:nitropack-nightly",
"nuxt": "^3.12.2"
},
"packageManager": "pnpm@9.4.0",
"packageManager": "pnpm@9.6.0",
"engines": {
"node": "^16.10.0 || >=18.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nuxt-cli-playground",
"private": true,
"version": "1.0.0",
"packageManager": "pnpm@9.4.0",
"packageManager": "pnpm@9.6.0",
"scripts": {
"nuxi": "node ../bin/nuxi.mjs"
},
Expand Down
Loading

0 comments on commit 9cd9231

Please sign in to comment.