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

@@ -3,7 +3,7 @@
"type": "module", "type": "module",
"version": "2.0.1", "version": "2.0.1",
"private": true, "private": true,
"packageManager": "pnpm@10.26.1", "packageManager": "pnpm@11.0.3",
"license": "MIT", "license": "MIT",
"keywords": [ "keywords": [
"vue", "vue",
@@ -20,26 +20,26 @@
"release": "bumpp -r" "release": "bumpp -r"
}, },
"devDependencies": { "devDependencies": {
"@babel/plugin-syntax-typescript": "^7.27.1", "@babel/plugin-syntax-typescript": "^7.28.6",
"@rollup/plugin-babel": "^6.1.0", "@rollup/plugin-babel": "^7.0.0",
"@sxzz/eslint-config": "^7.4.4", "@sxzz/eslint-config": "^8.0.0",
"@sxzz/prettier-config": "^2.2.6", "@sxzz/prettier-config": "^2.3.1",
"@types/babel__core": "^7.20.5", "@types/babel__core": "^7.20.5",
"@types/babel__helper-module-imports": "^7.18.3", "@types/babel__helper-module-imports": "^7.18.3",
"@types/babel__helper-plugin-utils": "^7.10.3", "@types/babel__helper-plugin-utils": "^7.10.3",
"@types/node": "^24.10.4", "@types/node": "^25.6.0",
"@typescript/native-preview": "7.0.0-dev.20251222.1", "@typescript/native-preview": "7.0.0-dev.20260501.1",
"@vitest/coverage-v8": "^4.0.16", "@vitest/coverage-v8": "^4.1.5",
"@vue/babel-plugin-jsx": "workspace:*", "@vue/babel-plugin-jsx": "workspace:*",
"bumpp": "^10.3.2", "bumpp": "^11.0.1",
"eslint": "^9.39.2", "eslint": "^10.3.0",
"jsdom": "^27.3.0", "jsdom": "^29.1.1",
"prettier": "3.7.3", "prettier": "3.8.3",
"tsdown": "^0.17.0-beta.5", "tsdown": "^0.21.10",
"tslib": "^2.8.1", "tslib": "^2.8.1",
"typescript": "~5.9.3", "typescript": "~6.0.3",
"vite": "^7.2.6", "vite": "^8.0.10",
"vitest": "^4.0.16" "vitest": "^4.1.5"
}, },
"prettier": "@sxzz/prettier-config" "prettier": "@sxzz/prettier-config"
} }

View File

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

View File

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

View File

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

5472
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,4 +1,6 @@
packages: packages:
- packages/* - packages/*
allowBuilds:
esbuild: set this to true or false
catalog: catalog:
vue: ^3.5.26 vue: ^3.5.33