mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-07-04 02:53:28 +08:00
chore(deps): update all non-major dependencies
This commit is contained in:
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.12.4",
|
||||
"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.30.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.34",
|
||||
"@vitest/coverage-v8": "^3.2.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.2.0",
|
||||
"eslint": "^9.30.0",
|
||||
"eslint-config-prettier": "^10.1.5",
|
||||
"eslint-plugin-import-x": "^4.16.1",
|
||||
"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.35.1",
|
||||
"vite": "^6.2.5",
|
||||
"vitest": "^3.1.1"
|
||||
"vitest": "^3.2.4"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user