Skip to content

Commit 0574509

Browse files
committed
chore: update deps
1 parent e91b92d commit 0574509

3 files changed

Lines changed: 443 additions & 530 deletions

File tree

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vite-node",
33
"type": "module",
44
"version": "5.2.0",
5-
"packageManager": "pnpm@10.27.0",
5+
"packageManager": "pnpm@10.28.0",
66
"description": "Vite as Node.js runtime",
77
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
88
"license": "MIT",
@@ -54,19 +54,19 @@
5454
"es-module-lexer": "^2.0.0",
5555
"obug": "^2.1.1",
5656
"pathe": "^2.0.3",
57-
"vite": "^7.3.0"
57+
"vite": "^7.3.1"
5858
},
5959
"devDependencies": {
60-
"@antfu/eslint-config": "^6.7.3",
60+
"@antfu/eslint-config": "^7.0.1",
6161
"@jridgewell/trace-mapping": "^0.3.31",
62-
"@types/node": "^24.10.4",
63-
"bumpp": "^10.3.2",
62+
"@types/node": "^25.0.9",
63+
"bumpp": "^10.4.0",
6464
"eslint": "^9.39.2",
65-
"inquirer": "^13.1.0",
65+
"inquirer": "^13.2.0",
6666
"tinyexec": "^1.0.2",
6767
"tinyrainbow": "^3.0.3",
6868
"tsdown": "^0.16.8",
6969
"typescript": "^5.9.3",
70-
"vitest": "^4.0.16"
70+
"vitest": "^4.0.17"
7171
}
7272
}

0 commit comments

Comments
 (0)