chore: upgrade deps

This commit is contained in:
Kevin Deng
2026-05-02 15:18:47 +09:00
parent 69deadb0ad
commit 2ff807278e
6 changed files with 2384 additions and 3164 deletions

View File

@@ -42,22 +42,22 @@
}
},
"dependencies": {
"@babel/helper-module-imports": "^7.27.1",
"@babel/helper-plugin-utils": "^7.27.1",
"@babel/plugin-syntax-jsx": "^7.27.1",
"@babel/template": "^7.27.2",
"@babel/traverse": "^7.28.5",
"@babel/types": "^7.28.5",
"@babel/helper-module-imports": "^7.28.6",
"@babel/helper-plugin-utils": "^7.28.6",
"@babel/plugin-syntax-jsx": "^7.28.6",
"@babel/template": "^7.28.6",
"@babel/traverse": "^7.29.0",
"@babel/types": "^7.29.0",
"@vue/babel-helper-vue-transform-on": "workspace:*",
"@vue/babel-plugin-resolve-type": "workspace:*",
"@vue/shared": "^3.5.26"
"@vue/shared": "^3.5.33"
},
"devDependencies": {
"@babel/core": "^7.28.5",
"@babel/preset-env": "^7.28.5",
"@babel/core": "^7.29.0",
"@babel/preset-env": "^7.29.3",
"@types/babel__template": "^7.4.4",
"@types/babel__traverse": "^7.28.0",
"@vue/test-utils": "^2.4.6",
"@vue/test-utils": "^2.4.10",
"regenerator-runtime": "^0.14.1",
"vue": "catalog:"
}

View File

@@ -38,15 +38,15 @@
"@babel/core": "^7.0.0-0"
},
"dependencies": {
"@babel/code-frame": "^7.27.1",
"@babel/helper-module-imports": "^7.27.1",
"@babel/helper-plugin-utils": "^7.27.1",
"@babel/parser": "^7.28.5",
"@vue/compiler-sfc": "^3.5.26"
"@babel/code-frame": "^7.29.0",
"@babel/helper-module-imports": "^7.28.6",
"@babel/helper-plugin-utils": "^7.28.6",
"@babel/parser": "^7.29.3",
"@vue/compiler-sfc": "^3.5.33"
},
"devDependencies": {
"@babel/core": "^7.28.5",
"@types/babel__code-frame": "^7.0.6",
"@babel/core": "^7.29.0",
"@types/babel__code-frame": "^7.27.0",
"vue": "catalog:"
}
}

View File

@@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@babel/standalone": "^7.28.5",
"@babel/standalone": "^7.29.3",
"@vue/babel-plugin-jsx": "workspace:*",
"assert": "^2.1.0",
"monaco-editor": "^0.55.1",
@@ -17,7 +17,7 @@
},
"devDependencies": {
"@types/babel__standalone": "^7.1.9",
"@vitejs/plugin-vue-jsx": "^5.1.2",
"vite": "npm:rolldown-vite@latest"
"@vitejs/plugin-vue-jsx": "^5.1.5",
"vite": "^8.0.10"
}
}