Skip to content

Commit 8acc52a

Browse files
committed
chore: use vite^6 for node18 test
1 parent 50e1e69 commit 8acc52a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
"rollup-plugin-sourcemaps": "^0.6.3",
5858
"ts-node": "^10.9.2",
5959
"typescript": "~5.7.3",
60+
"vite": "^6.3.5",
6061
"vitest": "^3.2.4",
6162
"wait-on": "^6.0.0",
6263
"warun": "^1.0.0"
@@ -67,7 +68,6 @@
6768
"clean": "rimraf .temp index.*",
6869
"coverage": "vitest --coverage --ui",
6970
"lint": "eslint src test package.json",
70-
"pretest": "npm run lint",
7171
"test": "vitest",
7272
"test:cover": "vitest --coverage",
7373
"update-fixtures": "ts-node --transpile-only scripts/update-fixtures-ast.js && ts-node --transpile-only scripts/update-fixtures-document-fragment.js",

0 commit comments

Comments
 (0)