mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-05-26 04:04:25 +08:00
chore(deps): update all non-major dependencies
This commit is contained in:
parent
a72bc11ed8
commit
d5d13c0460
24
package.json
24
package.json
@ -2,7 +2,7 @@
|
||||
"name": "vue-jsx-monorepo",
|
||||
"version": "1.4.0",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@10.7.0",
|
||||
"packageManager": "pnpm@10.11.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "pnpm -C packages/jsx-explorer run dev",
|
||||
@ -19,27 +19,27 @@
|
||||
"jsx"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@babel/plugin-syntax-typescript": "^7.25.9",
|
||||
"@eslint/js": "^9.23.0",
|
||||
"@babel/plugin-syntax-typescript": "^7.27.1",
|
||||
"@eslint/js": "^9.27.0",
|
||||
"@oxc-project/runtime": "^0.66.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": "^22.13.14",
|
||||
"@vitest/coverage-v8": "^3.1.1",
|
||||
"@types/node": "^22.15.21",
|
||||
"@vitest/coverage-v8": "^3.1.4",
|
||||
"@vue/babel-plugin-jsx": "workspace:*",
|
||||
"bumpp": "^10.1.0",
|
||||
"eslint": "^9.23.0",
|
||||
"eslint-config-prettier": "^10.1.1",
|
||||
"eslint-plugin-import-x": "^4.9.4",
|
||||
"jsdom": "^26.0.0",
|
||||
"bumpp": "^10.1.1",
|
||||
"eslint": "^9.27.0",
|
||||
"eslint-config-prettier": "^10.1.5",
|
||||
"eslint-plugin-import-x": "^4.13.0",
|
||||
"jsdom": "^26.1.0",
|
||||
"prettier": "3.5.3",
|
||||
"tslib": "^2.8.1",
|
||||
"tsdown": "^0.9.6",
|
||||
"typescript": "~5.8.2",
|
||||
"typescript-eslint": "^8.29.0",
|
||||
"typescript-eslint": "^8.32.1",
|
||||
"vite": "^6.2.5",
|
||||
"vitest": "^3.1.1"
|
||||
"vitest": "^3.1.4"
|
||||
}
|
||||
}
|
||||
|
@ -31,19 +31,19 @@
|
||||
"dist"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-module-imports": "^7.25.9",
|
||||
"@babel/helper-plugin-utils": "^7.26.5",
|
||||
"@babel/plugin-syntax-jsx": "^7.25.9",
|
||||
"@babel/template": "^7.27.0",
|
||||
"@babel/traverse": "^7.27.0",
|
||||
"@babel/types": "^7.27.0",
|
||||
"@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.27.1",
|
||||
"@babel/types": "^7.27.1",
|
||||
"@vue/babel-helper-vue-transform-on": "workspace:*",
|
||||
"@vue/babel-plugin-resolve-type": "workspace:*",
|
||||
"@vue/shared": "^3.5.13"
|
||||
"@vue/shared": "^3.5.14"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.26.10",
|
||||
"@babel/preset-env": "^7.26.9",
|
||||
"@babel/core": "^7.27.1",
|
||||
"@babel/preset-env": "^7.27.2",
|
||||
"@types/babel__template": "^7.4.4",
|
||||
"@types/babel__traverse": "^7.20.7",
|
||||
"@vue/test-utils": "^2.4.6",
|
||||
|
@ -45,14 +45,14 @@
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/code-frame": "^7.26.2",
|
||||
"@babel/helper-module-imports": "^7.25.9",
|
||||
"@babel/helper-plugin-utils": "^7.26.5",
|
||||
"@babel/parser": "^7.27.0",
|
||||
"@vue/compiler-sfc": "^3.5.13"
|
||||
"@babel/code-frame": "^7.27.1",
|
||||
"@babel/helper-module-imports": "^7.27.1",
|
||||
"@babel/helper-plugin-utils": "^7.27.1",
|
||||
"@babel/parser": "^7.27.2",
|
||||
"@vue/compiler-sfc": "^3.5.14"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.26.10",
|
||||
"@babel/core": "^7.27.1",
|
||||
"@types/babel__code-frame": "^7.0.6",
|
||||
"vue": "catalog:"
|
||||
}
|
||||
|
@ -9,7 +9,7 @@
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/standalone": "^7.27.0",
|
||||
"@babel/standalone": "^7.27.2",
|
||||
"@vue/babel-plugin-jsx": "workspace:*",
|
||||
"assert": "^2.1.0",
|
||||
"monaco-editor": "^0.52.2",
|
||||
@ -18,7 +18,7 @@
|
||||
"devDependencies": {
|
||||
"@types/babel__standalone": "^7.1.9",
|
||||
"@vitejs/plugin-vue-jsx": "^4.1.2",
|
||||
"terser": "^5.39.0",
|
||||
"terser": "^5.39.2",
|
||||
"unplugin-replace": "^0.5.1",
|
||||
"vite": "^6.2.5"
|
||||
}
|
||||
|
2279
pnpm-lock.yaml
generated
2279
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,4 @@
|
||||
packages:
|
||||
- packages/*
|
||||
catalog:
|
||||
vue: ^3.5.13
|
||||
vue: ^3.5.14
|
||||
|
Loading…
x
Reference in New Issue
Block a user