mirror of
				https://github.com/vuejs/babel-plugin-jsx.git
				synced 2025-10-31 09:22:19 +08:00 
			
		
		
		
	chore(deps-dev): bump vue from 3.0.0-rc.10 to 3.0.0 (#128)
Bumps [vue](https://github.com/vuejs/vue) from 3.0.0-rc.10 to 3.0.0. - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/commits) 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
						
							bac6fde576
						
					
				
				
					commit
					5d4a501bfe
				
			| @@ -46,6 +46,6 @@ | ||||
|     "regenerator-runtime": "^0.13.5", | ||||
|     "ts-jest": "^26.1.3", | ||||
|     "typescript": "^4.0.2", | ||||
|     "vue": "3.0.0-rc.10" | ||||
|     "vue": "3.0.0" | ||||
|   } | ||||
| } | ||||
|   | ||||
| @@ -12,7 +12,7 @@ | ||||
|     "style-loader": "^1.2.1", | ||||
|     "ts-loader": "^8.0.0", | ||||
|     "typescript": "^4.0.2", | ||||
|     "vue": "3.0.0-rc.10", | ||||
|     "vue": "3.0.0", | ||||
|     "webpack": "^4.43.0", | ||||
|     "webpack-dev-server": "^3.11.0" | ||||
|   } | ||||
|   | ||||
							
								
								
									
										72
									
								
								yarn.lock
									
									
									
									
									
								
							
							
						
						
									
										72
									
								
								yarn.lock
									
									
									
									
									
								
							| @@ -2280,17 +2280,6 @@ | ||||
|     estree-walker "^2.0.1" | ||||
|     source-map "^0.6.1" | ||||
|  | ||||
| "@vue/compiler-core@3.0.0-rc.10": | ||||
|   version "3.0.0-rc.10" | ||||
|   resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.0.0-rc.10.tgz#a76f713fb0462429ec0ec10a472fff1f539c5772" | ||||
|   integrity sha512-kQzHzRsM0NPAWHeqSTb2J4VsHhjRkGeLTsGzeMnW+sojgTnS3T94KacwvYgVS4qeZAKiDq0bMNZoJWrHVQ3T8g== | ||||
|   dependencies: | ||||
|     "@babel/parser" "^7.10.4" | ||||
|     "@babel/types" "^7.10.4" | ||||
|     "@vue/shared" "3.0.0-rc.10" | ||||
|     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" | ||||
| @@ -2299,36 +2288,28 @@ | ||||
|     "@vue/compiler-core" "3.0.0" | ||||
|     "@vue/shared" "3.0.0" | ||||
|  | ||||
| "@vue/compiler-dom@3.0.0-rc.10": | ||||
|   version "3.0.0-rc.10" | ||||
|   resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.0.0-rc.10.tgz#dd1380d1ee61170de76f9eb91e0d8ac7985f0ae0" | ||||
|   integrity sha512-pqIUf5leZm0P9379utrRSVBMxhV8XaqJTEFFp5etCtbEa/H5ALs29EjFMtMcm9sQaVkZlKLu86mgIacbYB9Q3w== | ||||
| "@vue/reactivity@3.0.0": | ||||
|   version "3.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.0.0.tgz#fd15632a608650ce2a969c721787e27e2c80aa6b" | ||||
|   integrity sha512-mEGkztGQrAPZRhV7C6PorrpT3+NtuA4dY2QjMzzrW31noKhssWTajRZTwpLF39NBRrF5UU6cp9+1I0FfavMgEQ== | ||||
|   dependencies: | ||||
|     "@vue/compiler-core" "3.0.0-rc.10" | ||||
|     "@vue/shared" "3.0.0-rc.10" | ||||
|     "@vue/shared" "3.0.0" | ||||
|  | ||||
| "@vue/reactivity@3.0.0-rc.10": | ||||
|   version "3.0.0-rc.10" | ||||
|   resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.0.0-rc.10.tgz#34d5f51bcc5a7c36e27d7a9c1bd7a3d25ffa7c56" | ||||
|   integrity sha512-mkUZfOJlbqGZx2cARmhCs5r2+xLJPL7VFNagmlA3Fd66ZXBc3ZvTQdYsY4VUbYJFe5ByIzqu9TZiAkzXY+JVaA== | ||||
| "@vue/runtime-core@3.0.0": | ||||
|   version "3.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.0.0.tgz#480febf1bfe32798b6abbd71a88f8e8b473a51c2" | ||||
|   integrity sha512-3ABMLeA0ZbeVNLbGGLXr+pNUwqXILOqz8WCVGfDWwQb+jW114Cm8djOHVVDoqdvRETQvDf8yHSUmpKHZpQuTkA== | ||||
|   dependencies: | ||||
|     "@vue/shared" "3.0.0-rc.10" | ||||
|     "@vue/reactivity" "3.0.0" | ||||
|     "@vue/shared" "3.0.0" | ||||
|  | ||||
| "@vue/runtime-core@3.0.0-rc.10": | ||||
|   version "3.0.0-rc.10" | ||||
|   resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.0.0-rc.10.tgz#9055aef5113cbc328aaec29760c2151e0ed3cf40" | ||||
|   integrity sha512-VK/kq4gDDoqZ45CVwdbLLpikXLYLCt6YLhdgXX3fhf20gvPqrbEZv1ZNLruNnhhTpf9cLyU4tZ18DHeaUYPziw== | ||||
| "@vue/runtime-dom@3.0.0": | ||||
|   version "3.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.0.0.tgz#e0d1f7c7e22e1318696014cc3501e06b288c2e11" | ||||
|   integrity sha512-f312n5w9gK6mVvkDSj6/Xnot1XjlKXzFBYybmoy6ahAVC8ExbQ+LOWti1IZM/adU8VMNdKaw7Q53Hxz3y5jX8g== | ||||
|   dependencies: | ||||
|     "@vue/reactivity" "3.0.0-rc.10" | ||||
|     "@vue/shared" "3.0.0-rc.10" | ||||
|  | ||||
| "@vue/runtime-dom@3.0.0-rc.10": | ||||
|   version "3.0.0-rc.10" | ||||
|   resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.0.0-rc.10.tgz#50f95cb991483a4262163723320967ad17bb321f" | ||||
|   integrity sha512-bH4GuneHt3FQ+/21jba5orM/CO9N1cnT7J3wtrxopFJ4/4H5cvHXyG6v+ZVTu1d733Ij/6yMRA7xbtfi9a4zJw== | ||||
|   dependencies: | ||||
|     "@vue/runtime-core" "3.0.0-rc.10" | ||||
|     "@vue/shared" "3.0.0-rc.10" | ||||
|     "@vue/runtime-core" "3.0.0" | ||||
|     "@vue/shared" "3.0.0" | ||||
|     csstype "^2.6.8" | ||||
|  | ||||
| "@vue/shared@3.0.0": | ||||
| @@ -2336,11 +2317,6 @@ | ||||
|   resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.0.0.tgz#ec089236629ecc0f10346b92f101ff4339169f1a" | ||||
|   integrity sha512-4XWL/avABGxU2E2ZF1eZq3Tj7fvksCMssDZUHOykBIMmh5d+KcAnQMC5XHMhtnA0NAvktYsA2YpdsVwVmhWzvA== | ||||
|  | ||||
| "@vue/shared@3.0.0-rc.10": | ||||
|   version "3.0.0-rc.10" | ||||
|   resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.0.0-rc.10.tgz#e7ab62abcabbfc738545902b96a3aa78f59f3286" | ||||
|   integrity sha512-fI6gVhhgb3cAmEkY4oeVVA2hWZ2xvkgogHdBI5PL7gSvZnOB6XZ2eQGsYjC4W+7BegvEkoMBuZsFXVa4ZQ07XQ== | ||||
|  | ||||
| "@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" | ||||
| @@ -10554,14 +10530,14 @@ vm-browserify@^1.0.1: | ||||
|   resolved "https://r.cnpmjs.org/vm-browserify/download/vm-browserify-1.1.2.tgz#78641c488b8e6ca91a75f511e7a3b32a86e5dda0" | ||||
|   integrity sha1-eGQcSIuObKkadfUR56OzKobl3aA= | ||||
|  | ||||
| vue@3.0.0-rc.10: | ||||
|   version "3.0.0-rc.10" | ||||
|   resolved "https://registry.yarnpkg.com/vue/-/vue-3.0.0-rc.10.tgz#31298a757b4fad6ee8973d0fa27c4fde8574bd01" | ||||
|   integrity sha512-nRsyIQtOWLDMBb5dsPwg/WdIqznCMVWN6O6wJSzhseKC768wHlZKcJ7SPHhWPid9wi3Ykhtl9vtgvxTK/qICkw== | ||||
| vue@3.0.0: | ||||
|   version "3.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/vue/-/vue-3.0.0.tgz#cfb5df5c34efce319b113a1667d12b74dcfd9c90" | ||||
|   integrity sha512-ZMrAARZ32sGIaYKr7Fk2GZEBh/VhulSrGxcGBiAvbN4fhjl3tuJyNFbbbLFqGjndbLoBW66I2ECq8ICdvkKdJw== | ||||
|   dependencies: | ||||
|     "@vue/compiler-dom" "3.0.0-rc.10" | ||||
|     "@vue/runtime-dom" "3.0.0-rc.10" | ||||
|     "@vue/shared" "3.0.0-rc.10" | ||||
|     "@vue/compiler-dom" "3.0.0" | ||||
|     "@vue/runtime-dom" "3.0.0" | ||||
|     "@vue/shared" "3.0.0" | ||||
|  | ||||
| w3c-hr-time@^1.0.2: | ||||
|   version "1.0.2" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user