mirror of
				https://github.com/vuejs/babel-plugin-jsx.git
				synced 2025-11-01 01:42:21 +08:00 
			
		
		
		
	chore: upgrade deps
This commit is contained in:
		| @@ -2,7 +2,6 @@ | ||||
| import { builtinModules } from 'node:module'; | ||||
| import tseslint from 'typescript-eslint'; | ||||
| import importX from 'eslint-plugin-import-x'; | ||||
| // @ts-expect-error missing types | ||||
| import eslint from '@eslint/js'; | ||||
| // @ts-expect-error missing types | ||||
| import eslintConfigPrettier from 'eslint-config-prettier'; | ||||
|   | ||||
							
								
								
									
										30
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										30
									
								
								package.json
									
									
									
									
									
								
							| @@ -2,7 +2,7 @@ | ||||
|   "name": "vue-jsx-monorepo", | ||||
|   "version": "1.2.5", | ||||
|   "private": true, | ||||
|   "packageManager": "pnpm@9.9.0", | ||||
|   "packageManager": "pnpm@9.15.3", | ||||
|   "type": "module", | ||||
|   "scripts": { | ||||
|     "dev": "pnpm -C packages/jsx-explorer run dev", | ||||
| @@ -19,26 +19,26 @@ | ||||
|     "jsx" | ||||
|   ], | ||||
|   "devDependencies": { | ||||
|     "@babel/plugin-syntax-typescript": "^7.25.4", | ||||
|     "@eslint/js": "^9.10.0", | ||||
|     "@babel/plugin-syntax-typescript": "^7.25.9", | ||||
|     "@eslint/js": "^9.18.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.5.4", | ||||
|     "@vitest/coverage-v8": "^2.0.5", | ||||
|     "@types/node": "^22.10.5", | ||||
|     "@vitest/coverage-v8": "^2.1.8", | ||||
|     "@vue/babel-plugin-jsx": "workspace:*", | ||||
|     "bumpp": "^9.5.2", | ||||
|     "eslint": "^9.10.0", | ||||
|     "bumpp": "^9.10.0", | ||||
|     "eslint": "^9.18.0", | ||||
|     "eslint-config-prettier": "^9.1.0", | ||||
|     "eslint-plugin-import-x": "^4.2.1", | ||||
|     "eslint-plugin-import-x": "^4.6.1", | ||||
|     "jsdom": "^26.0.0", | ||||
|     "prettier": "^3.3.3", | ||||
|     "tslib": "^2.7.0", | ||||
|     "tsup": "^8.2.4", | ||||
|     "typescript": "^5.5.4", | ||||
|     "typescript-eslint": "^8.4.0", | ||||
|     "vite": "^5.4.3", | ||||
|     "vitest": "^2.0.5" | ||||
|     "prettier": "^3.4.2", | ||||
|     "tslib": "^2.8.1", | ||||
|     "tsup": "^8.3.5", | ||||
|     "typescript": "^5.7.3", | ||||
|     "typescript-eslint": "^8.19.1", | ||||
|     "vite": "^6.0.7", | ||||
|     "vitest": "^2.1.8" | ||||
|   } | ||||
| } | ||||
|   | ||||
| @@ -23,20 +23,20 @@ | ||||
|     "dist" | ||||
|   ], | ||||
|   "dependencies": { | ||||
|     "@babel/helper-module-imports": "^7.24.7", | ||||
|     "@babel/helper-plugin-utils": "^7.24.8", | ||||
|     "@babel/plugin-syntax-jsx": "^7.24.7", | ||||
|     "@babel/template": "^7.25.0", | ||||
|     "@babel/traverse": "^7.25.6", | ||||
|     "@babel/types": "^7.25.6", | ||||
|     "@babel/helper-module-imports": "^7.25.9", | ||||
|     "@babel/helper-plugin-utils": "^7.26.5", | ||||
|     "@babel/plugin-syntax-jsx": "^7.25.9", | ||||
|     "@babel/template": "^7.25.9", | ||||
|     "@babel/traverse": "^7.26.5", | ||||
|     "@babel/types": "^7.26.5", | ||||
|     "@vue/babel-helper-vue-transform-on": "workspace:*", | ||||
|     "@vue/babel-plugin-resolve-type": "workspace:*", | ||||
|     "html-tags": "^3.3.1", | ||||
|     "svg-tags": "^1.0.0" | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@babel/core": "^7.25.2", | ||||
|     "@babel/preset-env": "^7.25.4", | ||||
|     "@babel/core": "^7.26.0", | ||||
|     "@babel/preset-env": "^7.26.0", | ||||
|     "@types/babel__template": "^7.4.4", | ||||
|     "@types/babel__traverse": "^7.20.6", | ||||
|     "@types/svg-tags": "^1.0.2", | ||||
|   | ||||
| @@ -43,14 +43,14 @@ | ||||
|     "@babel/core": "^7.0.0-0" | ||||
|   }, | ||||
|   "dependencies": { | ||||
|     "@babel/code-frame": "^7.24.7", | ||||
|     "@babel/helper-module-imports": "^7.24.7", | ||||
|     "@babel/helper-plugin-utils": "^7.24.8", | ||||
|     "@babel/parser": "^7.25.6", | ||||
|     "@vue/compiler-sfc": "^3.5.3" | ||||
|     "@babel/code-frame": "^7.26.2", | ||||
|     "@babel/helper-module-imports": "^7.25.9", | ||||
|     "@babel/helper-plugin-utils": "^7.26.5", | ||||
|     "@babel/parser": "^7.26.5", | ||||
|     "@vue/compiler-sfc": "^3.5.13" | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@babel/core": "^7.25.2", | ||||
|     "@babel/core": "^7.26.0", | ||||
|     "@types/babel__code-frame": "^7.0.6", | ||||
|     "vue": "catalog:" | ||||
|   } | ||||
|   | ||||
| @@ -9,17 +9,17 @@ | ||||
|     "preview": "vite preview" | ||||
|   }, | ||||
|   "dependencies": { | ||||
|     "@babel/standalone": "^7.25.6", | ||||
|     "@babel/standalone": "^7.26.5", | ||||
|     "@vue/babel-plugin-jsx": "workspace:*", | ||||
|     "assert": "^2.1.0", | ||||
|     "monaco-editor": "^0.51.0", | ||||
|     "monaco-editor": "^0.52.2", | ||||
|     "vue": "catalog:" | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@types/babel__standalone": "^7.1.7", | ||||
|     "@vitejs/plugin-vue-jsx": "^4.0.1", | ||||
|     "terser": "^5.31.6", | ||||
|     "unplugin-replace": "^0.3.3", | ||||
|     "vite": "^5.4.3" | ||||
|     "@types/babel__standalone": "^7.1.9", | ||||
|     "@vitejs/plugin-vue-jsx": "^4.1.1", | ||||
|     "terser": "^5.37.0", | ||||
|     "unplugin-replace": "^0.4.0", | ||||
|     "vite": "^6.0.7" | ||||
|   } | ||||
| } | ||||
|   | ||||
							
								
								
									
										4018
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										4018
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
		Reference in New Issue
	
	Block a user