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 May 16, 2024
1 parent b9868fe commit df297e3
Show file tree
Hide file tree
Showing 4 changed files with 432 additions and 436 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:18",
"image": "node:18.20.2",
"features": {},
"customizations": {
"vscode": {
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
"test:types": "tsc --noEmit"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.3.6",
"@nuxt/eslint-config": "^0.3.12",
"@nuxt/kit": "^3.11.2",
"@nuxt/schema": "^3.11.2",
"@nuxt/test-utils": "^3.12.0",
"@types/http-proxy": "^1.17.14",
"@types/node": "^20.12.7",
"@types/node": "^20.12.12",
"@types/semver": "^7.5.8",
"@types/ws": "^8.5.10",
"c12": "^1.10.0",
Expand All @@ -61,21 +61,21 @@
"httpxy": "^0.1.5",
"jiti": "^1.21.0",
"listhen": "^1.7.2",
"magicast": "^0.3.3",
"mlly": "^1.6.1",
"magicast": "^0.3.4",
"mlly": "^1.7.0",
"nuxt": "^3.11.2",
"nypm": "^0.3.8",
"ofetch": "^1.3.4",
"pathe": "^1.1.2",
"perfect-debounce": "^1.0.0",
"pkg-types": "^1.0.3",
"pkg-types": "^1.1.1",
"prettier": "^3.2.5",
"scule": "^1.3.0",
"semver": "^7.6.0",
"semver": "^7.6.2",
"unbuild": "^2.0.0",
"unws": "^0.2.4",
"vue-tsc": "^2.0.12",
"ws": "^8.16.0"
"vue-tsc": "^2.0.19",
"ws": "^8.17.0"
},
"optionalDependencies": {
"fsevents": "~2.3.3"
Expand All @@ -85,7 +85,7 @@
"nuxt": "^3.11.2",
"h3": "^1.11.1"
},
"packageManager": "[email protected].6",
"packageManager": "[email protected].8",
"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": "[email protected].6",
"packageManager": "[email protected].8",
"scripts": {
"nuxi": "node ../bin/nuxi.mjs"
},
Expand Down
Loading

0 comments on commit df297e3

Please sign in to comment.