mirror of
				https://github.com/vuejs/babel-plugin-jsx.git
				synced 2025-10-31 09:22:19 +08:00 
			
		
		
		
	chore(deps-dev): bump @vue/compiler-dom from 3.0.0 to 3.0.4 (#208)
Bumps [@vue/compiler-dom](https://github.com/vuejs/vue-next/tree/HEAD/packages/compiler-dom) from 3.0.0 to 3.0.4. - [Release notes](https://github.com/vuejs/vue-next/releases) - [Changelog](https://github.com/vuejs/vue-next/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-next/commits/v3.0.4/packages/compiler-dom) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							1fd1faefd8
						
					
				
				
					commit
					c04904f209
				
			| @@ -40,7 +40,7 @@ | ||||
|     "@types/svg-tags": "^1.0.0", | ||||
|     "@typescript-eslint/eslint-plugin": "^4.0.1", | ||||
|     "@typescript-eslint/parser": "^4.0.1", | ||||
|     "@vue/compiler-dom": "3.0.0", | ||||
|     "@vue/compiler-dom": "3.0.4", | ||||
|     "@vue/test-utils": "2.0.0-beta.2", | ||||
|     "jest": "^26.0.1", | ||||
|     "regenerator-runtime": "^0.13.5", | ||||
|   | ||||
							
								
								
									
										28
									
								
								yarn.lock
									
									
									
									
									
								
							
							
						
						
									
										28
									
								
								yarn.lock
									
									
									
									
									
								
							| @@ -246,7 +246,7 @@ | ||||
|     chalk "^2.0.0" | ||||
|     js-tokens "^4.0.0" | ||||
|  | ||||
| "@babel/parser@^7.1.0", "@babel/parser@^7.11.5", "@babel/parser@^7.12.10", "@babel/parser@^7.12.7": | ||||
| "@babel/parser@^7.1.0", "@babel/parser@^7.11.5", "@babel/parser@^7.12.0", "@babel/parser@^7.12.10", "@babel/parser@^7.12.7": | ||||
|   version "7.12.10" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.10.tgz#824600d59e96aea26a5a2af5a9d812af05c3ae81" | ||||
|   integrity sha512-PJdRPwyoOqFAWfLytxrWwGrAxghCgh/yTNCYciOz8QgjflA7aZhECPZAa2VUedKg2+QMWkI0L9lynh2SNmNEgA== | ||||
| @@ -826,7 +826,7 @@ | ||||
|     globals "^11.1.0" | ||||
|     lodash "^4.17.19" | ||||
|  | ||||
| "@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.11.5", "@babel/types@^7.12.1", "@babel/types@^7.12.10", "@babel/types@^7.12.5", "@babel/types@^7.12.7", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": | ||||
| "@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.11.5", "@babel/types@^7.12.0", "@babel/types@^7.12.1", "@babel/types@^7.12.10", "@babel/types@^7.12.5", "@babel/types@^7.12.7", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": | ||||
|   version "7.12.10" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.10.tgz#7965e4a7260b26f09c56bcfcb0498af1f6d9b260" | ||||
|   integrity sha512-sf6wboJV5mGyip2hIpDSKsr80RszPinEFjsHTalMxZAZkoQ2/2yQzxlcFN52SJqsyPfLtPmenL4g2KB3KJXPDw== | ||||
| @@ -2234,6 +2234,17 @@ | ||||
|     estree-walker "^2.0.1" | ||||
|     source-map "^0.6.1" | ||||
|  | ||||
| "@vue/compiler-core@3.0.4": | ||||
|   version "3.0.4" | ||||
|   resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.0.4.tgz#0122aca6eada4cb28b39ed930af917444755e330" | ||||
|   integrity sha512-snpMICsbWTZqBFnPB03qr4DtiSxVYfDF3DvbDSkN9Z9NTM8Chl8E/lYhKBSsvauq91DAWAh8PU3lr9vrLyQsug== | ||||
|   dependencies: | ||||
|     "@babel/parser" "^7.12.0" | ||||
|     "@babel/types" "^7.12.0" | ||||
|     "@vue/shared" "3.0.4" | ||||
|     estree-walker "^2.0.1" | ||||
|     source-map "^0.6.1" | ||||
|  | ||||
| "@vue/compiler-dom@3.0.0": | ||||
|   version "3.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.0.0.tgz#4cbb48fcf1f852daef2babcf9953b681ac463526" | ||||
| @@ -2242,6 +2253,14 @@ | ||||
|     "@vue/compiler-core" "3.0.0" | ||||
|     "@vue/shared" "3.0.0" | ||||
|  | ||||
| "@vue/compiler-dom@3.0.4": | ||||
|   version "3.0.4" | ||||
|   resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.0.4.tgz#834fd4b15c5698cf9f4505c2bfbccca058a843eb" | ||||
|   integrity sha512-FOxbHBIkkGjYQeTz1DlXQjS1Ms8EPXQWsdTdTPeohoS0KzCz6RiOjiAG+jLtMi6Nr5GX2h0TlCvcnI8mcsicFQ== | ||||
|   dependencies: | ||||
|     "@vue/compiler-core" "3.0.4" | ||||
|     "@vue/shared" "3.0.4" | ||||
|  | ||||
| "@vue/reactivity@3.0.0": | ||||
|   version "3.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.0.0.tgz#fd15632a608650ce2a969c721787e27e2c80aa6b" | ||||
| @@ -2271,6 +2290,11 @@ | ||||
|   resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.0.0.tgz#ec089236629ecc0f10346b92f101ff4339169f1a" | ||||
|   integrity sha512-4XWL/avABGxU2E2ZF1eZq3Tj7fvksCMssDZUHOykBIMmh5d+KcAnQMC5XHMhtnA0NAvktYsA2YpdsVwVmhWzvA== | ||||
|  | ||||
| "@vue/shared@3.0.4": | ||||
|   version "3.0.4" | ||||
|   resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.0.4.tgz#6dc50f593bdfdeaa6183d1dbc15e2d45e7c6b8b3" | ||||
|   integrity sha512-Swfbz31AaMX48CpFl+YmIrqOH9MgJMTrltG9e26A4ZxYx9LjGuMV+41WnxFzS3Bc9nbrc6sDPM37G6nIT8NJSg== | ||||
|  | ||||
| "@vue/test-utils@2.0.0-beta.2": | ||||
|   version "2.0.0-beta.2" | ||||
|   resolved "https://registry.yarnpkg.com/@vue/test-utils/-/test-utils-2.0.0-beta.2.tgz#1b57245c0dab325cc1d9133d74738f063a24589c" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user