chore: upgrade deps

This commit is contained in:
三咲智子 Kevin Deng
2025-08-10 09:08:44 +08:00
parent b937287732
commit 270e5ad7c2
3 changed files with 129 additions and 124 deletions

View File

@ -20,17 +20,17 @@
],
"devDependencies": {
"@babel/plugin-syntax-typescript": "^7.27.1",
"@eslint/js": "^9.32.0",
"@oxc-project/runtime": "^0.80.0",
"@eslint/js": "^9.33.0",
"@oxc-project/runtime": "^0.81.0",
"@rollup/plugin-babel": "^6.0.4",
"@types/babel__core": "^7.20.5",
"@types/babel__helper-module-imports": "^7.18.3",
"@types/babel__helper-plugin-utils": "^7.10.3",
"@types/node": "^24.2.0",
"@types/node": "^24.2.1",
"@vitest/coverage-v8": "^3.2.4",
"@vue/babel-plugin-jsx": "workspace:*",
"bumpp": "^10.2.2",
"eslint": "^9.32.0",
"eslint": "^9.33.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import-x": "^4.16.1",
"jsdom": "^26.1.0",
@ -39,7 +39,7 @@
"tslib": "^2.8.1",
"typescript": "~5.9.2",
"typescript-eslint": "^8.39.0",
"vite": "^7.0.6",
"vite": "^7.1.1",
"vitest": "^3.2.4"
}
}