mirror of
				https://github.com/vuejs/babel-plugin-jsx.git
				synced 2025-10-31 01:12:17 +08:00 
			
		
		
		
	chore: upgrade deps
This commit is contained in:
		
							
								
								
									
										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" | ||||
|   } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user