mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-01-10 08:19:10 +08:00
chore(deps): update all non-major dependencies
This commit is contained in:
parent
1d6003c043
commit
ea1ca6ba19
32
package.json
32
package.json
@ -2,7 +2,7 @@
|
|||||||
"name": "vue-jsx-monorepo",
|
"name": "vue-jsx-monorepo",
|
||||||
"version": "1.2.5",
|
"version": "1.2.5",
|
||||||
"private": true,
|
"private": true,
|
||||||
"packageManager": "pnpm@9.9.0",
|
"packageManager": "pnpm@9.15.3",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "pnpm -C packages/jsx-explorer run dev",
|
"dev": "pnpm -C packages/jsx-explorer run dev",
|
||||||
@ -19,26 +19,26 @@
|
|||||||
"jsx"
|
"jsx"
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/plugin-syntax-typescript": "^7.25.4",
|
"@babel/plugin-syntax-typescript": "^7.25.9",
|
||||||
"@eslint/js": "^9.10.0",
|
"@eslint/js": "^9.17.0",
|
||||||
"@rollup/plugin-babel": "^6.0.4",
|
"@rollup/plugin-babel": "^6.0.4",
|
||||||
"@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": "^22.5.4",
|
"@types/node": "^22.10.5",
|
||||||
"@vitest/coverage-v8": "^2.0.5",
|
"@vitest/coverage-v8": "^2.1.8",
|
||||||
"@vue/babel-plugin-jsx": "workspace:*",
|
"@vue/babel-plugin-jsx": "workspace:*",
|
||||||
"bumpp": "^9.5.2",
|
"bumpp": "^9.10.0",
|
||||||
"eslint": "^9.10.0",
|
"eslint": "^9.17.0",
|
||||||
"eslint-config-prettier": "^9.1.0",
|
"eslint-config-prettier": "^9.1.0",
|
||||||
"eslint-plugin-import-x": "^4.2.1",
|
"eslint-plugin-import-x": "^4.6.1",
|
||||||
"jsdom": "^25.0.0",
|
"jsdom": "^25.0.1",
|
||||||
"prettier": "^3.3.3",
|
"prettier": "^3.4.2",
|
||||||
"tslib": "^2.7.0",
|
"tslib": "^2.8.1",
|
||||||
"tsup": "^8.2.4",
|
"tsup": "^8.3.5",
|
||||||
"typescript": "^5.5.4",
|
"typescript": "^5.7.3",
|
||||||
"typescript-eslint": "^8.4.0",
|
"typescript-eslint": "^8.19.1",
|
||||||
"vite": "^5.4.3",
|
"vite": "^5.4.11",
|
||||||
"vitest": "^2.0.5"
|
"vitest": "^2.1.8"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -23,20 +23,20 @@
|
|||||||
"dist"
|
"dist"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/helper-module-imports": "^7.24.7",
|
"@babel/helper-module-imports": "^7.25.9",
|
||||||
"@babel/helper-plugin-utils": "^7.24.8",
|
"@babel/helper-plugin-utils": "^7.25.9",
|
||||||
"@babel/plugin-syntax-jsx": "^7.24.7",
|
"@babel/plugin-syntax-jsx": "^7.25.9",
|
||||||
"@babel/template": "^7.25.0",
|
"@babel/template": "^7.25.9",
|
||||||
"@babel/traverse": "^7.25.6",
|
"@babel/traverse": "^7.26.4",
|
||||||
"@babel/types": "^7.25.6",
|
"@babel/types": "^7.26.3",
|
||||||
"@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:*",
|
||||||
"html-tags": "^3.3.1",
|
"html-tags": "^3.3.1",
|
||||||
"svg-tags": "^1.0.0"
|
"svg-tags": "^1.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.25.2",
|
"@babel/core": "^7.26.0",
|
||||||
"@babel/preset-env": "^7.25.4",
|
"@babel/preset-env": "^7.26.0",
|
||||||
"@types/babel__template": "^7.4.4",
|
"@types/babel__template": "^7.4.4",
|
||||||
"@types/babel__traverse": "^7.20.6",
|
"@types/babel__traverse": "^7.20.6",
|
||||||
"@types/svg-tags": "^1.0.2",
|
"@types/svg-tags": "^1.0.2",
|
||||||
|
@ -43,14 +43,14 @@
|
|||||||
"@babel/core": "^7.0.0-0"
|
"@babel/core": "^7.0.0-0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/code-frame": "^7.24.7",
|
"@babel/code-frame": "^7.26.2",
|
||||||
"@babel/helper-module-imports": "^7.24.7",
|
"@babel/helper-module-imports": "^7.25.9",
|
||||||
"@babel/helper-plugin-utils": "^7.24.8",
|
"@babel/helper-plugin-utils": "^7.25.9",
|
||||||
"@babel/parser": "^7.25.6",
|
"@babel/parser": "^7.26.3",
|
||||||
"@vue/compiler-sfc": "^3.5.3"
|
"@vue/compiler-sfc": "^3.5.13"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.25.2",
|
"@babel/core": "^7.26.0",
|
||||||
"@types/babel__code-frame": "^7.0.6",
|
"@types/babel__code-frame": "^7.0.6",
|
||||||
"vue": "catalog:"
|
"vue": "catalog:"
|
||||||
}
|
}
|
||||||
|
@ -9,17 +9,17 @@
|
|||||||
"preview": "vite preview"
|
"preview": "vite preview"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/standalone": "^7.25.6",
|
"@babel/standalone": "^7.26.4",
|
||||||
"@vue/babel-plugin-jsx": "workspace:*",
|
"@vue/babel-plugin-jsx": "workspace:*",
|
||||||
"assert": "^2.1.0",
|
"assert": "^2.1.0",
|
||||||
"monaco-editor": "^0.51.0",
|
"monaco-editor": "^0.52.2",
|
||||||
"vue": "catalog:"
|
"vue": "catalog:"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/babel__standalone": "^7.1.7",
|
"@types/babel__standalone": "^7.1.9",
|
||||||
"@vitejs/plugin-vue-jsx": "^4.0.1",
|
"@vitejs/plugin-vue-jsx": "^4.1.1",
|
||||||
"terser": "^5.31.6",
|
"terser": "^5.37.0",
|
||||||
"unplugin-replace": "^0.3.3",
|
"unplugin-replace": "^0.4.0",
|
||||||
"vite": "^5.4.3"
|
"vite": "^5.4.11"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
3559
pnpm-lock.yaml
generated
3559
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user