Skip to content

Commit 8e9e524

Browse files
committed
feat: feedback migration to Nuxtr API
1 parent 38953ef commit 8e9e524

File tree

17 files changed

+464
-504
lines changed

17 files changed

+464
-504
lines changed

.eslintignore

Lines changed: 0 additions & 9 deletions
This file was deleted.

.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"out",
3131
"dist",
3232
"**/*.d.ts",
33-
"ui/**"
33+
"ui/**",
34+
"node_modules/**"
3435
]
3536
}

package.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Nuxtr",
44
"description": "An extension for Nuxt offering commands and tools to make your experience more pleasant.",
55
"version": "0.2.15",
6-
"packageManager": "pnpm@8.14.3",
6+
"packageManager": "pnpm@8.15.4",
77
"engines": {
88
"vscode": "^1.85.0"
99
},
@@ -1104,29 +1104,29 @@
11041104
"@types/fs-extra": "^11.0.4",
11051105
"@types/node": "20.4.1",
11061106
"@types/vscode": "^1.85.0",
1107-
"@typescript-eslint/eslint-plugin": "^6.19.1",
1108-
"@typescript-eslint/parser": "^6.19.1",
1107+
"@typescript-eslint/eslint-plugin": "^6.21.0",
1108+
"@typescript-eslint/parser": "^6.21.0",
11091109
"changelogen": "^0.5.5",
1110-
"eslint": "^8.56.0",
1110+
"eslint": "^8.57.0",
11111111
"eslint-plugin-oxlint": "^0.1.0",
11121112
"knip": "^3.13.2",
11131113
"nuxi-edge": "3.9.1-1697113884.a6acb6a",
11141114
"taze": "^0.11.4",
1115-
"terser": "^5.27.0",
1115+
"terser": "^5.29.2",
11161116
"tsup": "^7.3.0",
1117-
"typescript": "^5.3.3"
1117+
"typescript": "^5.4.2"
11181118
},
11191119
"dependencies": {
1120-
"@nuxt/schema": "^3.9.3",
1121-
"destr": "^2.0.2",
1120+
"@nuxt/schema": "^3.10.3",
1121+
"destr": "^2.0.3",
11221122
"fs-extra": "^11.2.0",
11231123
"giget": "^1.2.1",
11241124
"jiti": "^1.21.0",
11251125
"magicast": "^0.3.3",
11261126
"ofetch": "^1.3.3",
11271127
"pathe": "^1.1.2",
11281128
"pkg-types": "^1.0.3",
1129-
"semver": "^7.5.4",
1129+
"semver": "^7.6.0",
11301130
"string-ts": "^1.3.3"
11311131
},
11321132
"pnpm": {
@@ -1135,7 +1135,8 @@
11351135
"js-yaml@<3.13.0": ">=4.1.0",
11361136
"js-yaml@<3.13.1": ">=4.1.0",
11371137
"uglify-js@<2.4.24": ">=3.17.4",
1138-
"uglify-js@<2.6.0": ">=3.17.4"
1138+
"uglify-js@<2.6.0": ">=3.17.4",
1139+
"ip@=2.0.0": ">=2.0.1"
11391140
}
11401141
}
11411142
}

0 commit comments

Comments
 (0)