chore: upgrade deps

This commit is contained in:
Kevin Deng
2025-12-03 05:39:22 +08:00
parent ef12724717
commit 2eba605dbe
7 changed files with 353 additions and 534 deletions

View File

@@ -1,14 +1,14 @@
{
"name": "vue-jsx-monorepo",
"type": "module",
"version": "2.0.1",
"private": true,
"packageManager": "pnpm@10.23.0",
"type": "module",
"packageManager": "pnpm@10.24.0",
"license": "MIT",
"keywords": [
"vue",
"jsx"
],
"license": "MIT",
"scripts": {
"dev": "pnpm -C packages/jsx-explorer run dev",
"build": "tsdown",
@@ -22,24 +22,24 @@
"devDependencies": {
"@babel/plugin-syntax-typescript": "^7.27.1",
"@rollup/plugin-babel": "^6.1.0",
"@sxzz/eslint-config": "^7.3.2",
"@sxzz/prettier-config": "^2.2.5",
"@sxzz/eslint-config": "^7.4.1",
"@sxzz/prettier-config": "^2.2.6",
"@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.10.1",
"@typescript/native-preview": "7.0.0-dev.20251202.1",
"@vitest/coverage-v8": "^4.0.14",
"@vitest/coverage-v8": "^4.0.15",
"@vue/babel-plugin-jsx": "workspace:*",
"bumpp": "^10.3.1",
"bumpp": "^10.3.2",
"eslint": "^9.39.1",
"jsdom": "^27.2.0",
"prettier": "3.6.2",
"tsdown": "^0.16.7",
"prettier": "3.7.3",
"tsdown": "^0.17.0-beta.5",
"tslib": "^2.8.1",
"typescript": "~5.9.3",
"vite": "^7.2.4",
"vitest": "^4.0.14"
"vite": "^7.2.6",
"vitest": "^4.0.15"
},
"prettier": "@sxzz/prettier-config"
}