mirror of
				https://github.com/vuejs/babel-plugin-jsx.git
				synced 2025-10-30 17:02:00 +08:00 
			
		
		
		
	fix: add @babel/core as peerDependencies
				
					
				
			Fixes pnpm & yarn warnings as said in https://github.com/vuejs/create-vue/issues/213
This commit is contained in:
		| @@ -48,5 +48,8 @@ | ||||
|     "ts-jest": "^26.5.6", | ||||
|     "typescript": "^4.8.4", | ||||
|     "vue": "3.2.41" | ||||
|   }, | ||||
|   "peerDependencies": { | ||||
|     "@babel/core": "^7.0.0-0" | ||||
|   } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user