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 29, 2024
1 parent 1bbd196 commit 3b122a2
Show file tree
Hide file tree
Showing 4 changed files with 358 additions and 417 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",
"image": "node:20.14.0",
"features": {},
"customizations": {
"vscode": {
Expand Down
20 changes: 10 additions & 10 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.12",
"@nuxt/eslint-config": "^0.3.13",
"@nuxt/kit": "^3.11.2",
"@nuxt/schema": "^3.11.2",
"@nuxt/test-utils": "^3.13.1",
"@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 @@ -53,28 +53,28 @@
"colorette": "^2.0.20",
"consola": "^3.2.3",
"destr": "^2.0.3",
"eslint": "^9.2.0",
"eslint": "^9.3.0",
"execa": "^8.0.1",
"fuse.js": "^7.0.0",
"giget": "^1.2.3",
"h3": "^1.11.1",
"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",
"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 @@ -84,7 +84,7 @@
"nuxt": "^3.11.2",
"h3": "^1.11.1"
},
"packageManager": "[email protected].1",
"packageManager": "[email protected].3",
"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].1",
"packageManager": "[email protected].3",
"scripts": {
"nuxi": "node ../bin/nuxi.mjs"
},
Expand Down
Loading

0 comments on commit 3b122a2

Please sign in to comment.