update vue
This commit is contained in:
		
							parent
							
								
									7015df37e3
								
							
						
					
					
						commit
						17fa4ba804
					
				
					 3 changed files with 59 additions and 56 deletions
				
			
		|  | @ -9,17 +9,20 @@ | |||
| 
 | ||||
| ## 12.x.x (unreleased) | ||||
| 
 | ||||
| ### Improvements | ||||
| ### Features | ||||
| - ノートの翻訳機能を追加 | ||||
|   - 有効にするには、サーバー管理者がDeepLの無料アカウントを登録し、取得した認証キーを「インスタンス設定 > その他 > DeepL Auth Key」に設定する必要があります。 | ||||
| - Misskey更新時にダイアログを表示するように | ||||
| - ジョブキューウィジェットに警報音を鳴らす設定を追加 | ||||
| 
 | ||||
| ### Improvements | ||||
| - ブロックの挙動を改修 | ||||
| 	- ブロックされたユーザーがブロックしたユーザーに対してアクション出来ないようになりました。詳細はドキュメントをご確認ください。 | ||||
| - UIデザインの調整 | ||||
| - データベースのインデックスを最適化 | ||||
| - Proxy使用時にKeep-Aliveをサポート | ||||
| - DNSキャッシュでネガティブキャッシュをサポート | ||||
| - 依存関係の更新 | ||||
| 
 | ||||
| ### Bugfixes | ||||
| - タッチ操作でウィンドウを閉じることができない問題を修正 | ||||
|  |  | |||
|  | @ -105,7 +105,7 @@ | |||
| 		"@types/websocket": "1.0.4", | ||||
| 		"@types/ws": "7.4.7", | ||||
| 		"@typescript-eslint/parser": "4.29.1", | ||||
| 		"@vue/compiler-sfc": "3.2.2", | ||||
| 		"@vue/compiler-sfc": "3.2.3", | ||||
| 		"abort-controller": "3.0.0", | ||||
| 		"apexcharts": "3.27.3", | ||||
| 		"autobind-decorator": "2.4.0", | ||||
|  | @ -242,7 +242,7 @@ | |||
| 		"uuid": "8.3.2", | ||||
| 		"v-debounce": "0.1.2", | ||||
| 		"vanilla-tilt": "1.7.1", | ||||
| 		"vue": "3.2.2", | ||||
| 		"vue": "3.2.3", | ||||
| 		"vue-color": "2.8.1", | ||||
| 		"vue-json-pretty": "1.8.1", | ||||
| 		"vue-loader": "16.5.0", | ||||
|  |  | |||
							
								
								
									
										106
									
								
								yarn.lock
									
										
									
									
									
								
							
							
						
						
									
										106
									
								
								yarn.lock
									
										
									
									
									
								
							|  | @ -1404,37 +1404,37 @@ | |||
|   resolved "https://registry.yarnpkg.com/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz#aa58042711d6e3275dd37dc597e5d31e8c290a44" | ||||
|   integrity sha512-sL/cEvJWAnClXw0wHk85/2L0G6Sj8UB0Ctc1TEMbKSsmpRosqhwj9gWgFRZSrBr2f9tiXISwNhCPmlfqUqyb9Q== | ||||
| 
 | ||||
| "@vue/compiler-core@3.2.2": | ||||
|   version "3.2.2" | ||||
|   resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.2.2.tgz#8d3e29f129579ed9b14f48af735fd8d95f248504" | ||||
|   integrity sha512-QhCI0ZU5nAR0LMcLgzW3v75374tIrHGp8XG5CzJS7Nsy+iuignbE4MZ2XJfh5TGIrtpuzfWA4eTIfukZf/cRdg== | ||||
| "@vue/compiler-core@3.2.3": | ||||
|   version "3.2.3" | ||||
|   resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.2.3.tgz#96aa6692ad3819127f9f6256757f67f1c400ceb4" | ||||
|   integrity sha512-qQpACs40hClYqghS209OBh6NDArKPrS5emWMOH/hzDy0KtOV7Kfyy2ILWRfamIsygq8mg+xHcqtVXOjr21WvQw== | ||||
|   dependencies: | ||||
|     "@babel/parser" "^7.12.0" | ||||
|     "@babel/types" "^7.12.0" | ||||
|     "@vue/shared" "3.2.2" | ||||
|     "@vue/shared" "3.2.3" | ||||
|     estree-walker "^2.0.1" | ||||
|     source-map "^0.6.1" | ||||
| 
 | ||||
| "@vue/compiler-dom@3.2.2": | ||||
|   version "3.2.2" | ||||
|   resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.2.2.tgz#26e198498746c53047c3744d26fc95e670692ab7" | ||||
|   integrity sha512-ggcc+NV/ENIE0Uc3TxVE/sKrhYVpLepMAAmEiQ047332mbKOvUkowz4TTFZ+YkgOIuBOPP0XpCxmCMg7p874mA== | ||||
| "@vue/compiler-dom@3.2.3": | ||||
|   version "3.2.3" | ||||
|   resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.2.3.tgz#2576959b979dd8a765171943cfa5409437eb1e80" | ||||
|   integrity sha512-hEKd+h9eIT+et/l0Nmiup5CWFHC4KuhUcrdAIPLcv1uskVQA3gSDAAx9UGB/G9cRB2gmBpFONHEi8zKrlnsaWQ== | ||||
|   dependencies: | ||||
|     "@vue/compiler-core" "3.2.2" | ||||
|     "@vue/shared" "3.2.2" | ||||
|     "@vue/compiler-core" "3.2.3" | ||||
|     "@vue/shared" "3.2.3" | ||||
| 
 | ||||
| "@vue/compiler-sfc@3.2.2": | ||||
|   version "3.2.2" | ||||
|   resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.2.2.tgz#5b7b13b07689be8e4880d856f72d1be500785be9" | ||||
|   integrity sha512-hrtqpQ5L6IPn5v7yVRo7uvLcQxv0z1+KBjZBWMBOcrXz4t+PKUxU/SWd6Tl9T8FDmYlunzKUh6lcx+2CLo6f5A== | ||||
| "@vue/compiler-sfc@3.2.3": | ||||
|   version "3.2.3" | ||||
|   resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.2.3.tgz#49195959e168cd7fbecb6c46badb5756b8edaf10" | ||||
|   integrity sha512-TlaDOChFUzt3lqqaFNRD2XI0lrRWYA0/jTgWKUrCLVEPZ0tNP8Vyjmml3+1QlAo4pyjaOjYacq0OS4eCGVFJ3w== | ||||
|   dependencies: | ||||
|     "@babel/parser" "^7.13.9" | ||||
|     "@babel/types" "^7.13.0" | ||||
|     "@types/estree" "^0.0.48" | ||||
|     "@vue/compiler-core" "3.2.2" | ||||
|     "@vue/compiler-dom" "3.2.2" | ||||
|     "@vue/compiler-ssr" "3.2.2" | ||||
|     "@vue/shared" "3.2.2" | ||||
|     "@vue/compiler-core" "3.2.3" | ||||
|     "@vue/compiler-dom" "3.2.3" | ||||
|     "@vue/compiler-ssr" "3.2.3" | ||||
|     "@vue/shared" "3.2.3" | ||||
|     consolidate "^0.16.0" | ||||
|     estree-walker "^2.0.1" | ||||
|     hash-sum "^2.0.0" | ||||
|  | @ -1446,42 +1446,42 @@ | |||
|     postcss-selector-parser "^6.0.4" | ||||
|     source-map "^0.6.1" | ||||
| 
 | ||||
| "@vue/compiler-ssr@3.2.2": | ||||
|   version "3.2.2" | ||||
|   resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.2.2.tgz#633bb8e01f00a969c35ca12db32be7fe4c7185a9" | ||||
|   integrity sha512-rVl1agMFhdEN3Go0bCriXo+3cysxKIuRP0yh1Wd8ysRrKfAmokyDhUA8PrGSq2Ymj/LdZTh+4OKfj3p2+C+hlA== | ||||
| "@vue/compiler-ssr@3.2.3": | ||||
|   version "3.2.3" | ||||
|   resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.2.3.tgz#75518e43e52c3d50db2e06cbdf37b981d3b4e711" | ||||
|   integrity sha512-VMYXYBXPohxlPvg42tT8Gcc58Wo1fPP4IE+aLgpmnNmMFuTsGEKOBK4mZqtNpv9dxgF6ooro9gQlA6BfOy3lGg== | ||||
|   dependencies: | ||||
|     "@vue/compiler-dom" "3.2.2" | ||||
|     "@vue/shared" "3.2.2" | ||||
|     "@vue/compiler-dom" "3.2.3" | ||||
|     "@vue/shared" "3.2.3" | ||||
| 
 | ||||
| "@vue/reactivity@3.2.2": | ||||
|   version "3.2.2" | ||||
|   resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.2.2.tgz#d37011a68395e038a3cf5256af52d48c591b06b6" | ||||
|   integrity sha512-IHjhtmrhK6dzacj/EnLQDWOaA3HuzzVk6w84qgV8EpS4uWGIJXiRalMRg6XvGW2ykJvIl3pLsF0aBFlTMRiLOA== | ||||
| "@vue/reactivity@3.2.3": | ||||
|   version "3.2.3" | ||||
|   resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.2.3.tgz#df466543542a2ae20553dea1efd57bec1da634f3" | ||||
|   integrity sha512-HGmciaVNb3VKn4f4wCswFWLXBcopKQbO1oEs+WunBtt5tym0SS2wFNEGvWfW0dzzlXRbM507ys09m68L+JTa/Q== | ||||
|   dependencies: | ||||
|     "@vue/shared" "3.2.2" | ||||
|     "@vue/shared" "3.2.3" | ||||
| 
 | ||||
| "@vue/runtime-core@3.2.2": | ||||
|   version "3.2.2" | ||||
|   resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.2.2.tgz#b9a7250783de19dd8dd6febf008084b0f9144586" | ||||
|   integrity sha512-/aUk1+GO/VPX0oVxhbzSWE1zrf3/wGCsO1ALNisVokYftKqfqLDjbJHE6mrI2hx3MiuwbHrWjJClkGUVTIOPEQ== | ||||
| "@vue/runtime-core@3.2.3": | ||||
|   version "3.2.3" | ||||
|   resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.2.3.tgz#6f34ec620d6d75c255a1e75e64a4b6f90a4a2039" | ||||
|   integrity sha512-yn6FL2fCKi5dauJYm8u6iiGs7VoXoIWdr+icIFtEW4eObUKOzDwYpBaqCf8orhI1LEnyZO7rLplbfoJJColBwg== | ||||
|   dependencies: | ||||
|     "@vue/reactivity" "3.2.2" | ||||
|     "@vue/shared" "3.2.2" | ||||
|     "@vue/reactivity" "3.2.3" | ||||
|     "@vue/shared" "3.2.3" | ||||
| 
 | ||||
| "@vue/runtime-dom@3.2.2": | ||||
|   version "3.2.2" | ||||
|   resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.2.2.tgz#6d0da23ed1cfc702477f4b8c5dc4f9335c94e119" | ||||
|   integrity sha512-1Le/NpCfawCOfePfJezvWUF+oCVLU8N+IHN4oFDOxRe6/PgHNJ+yT+YdxFifBfI+TIAoXI/9PsnqzmJZV+xsmw== | ||||
| "@vue/runtime-dom@3.2.3": | ||||
|   version "3.2.3" | ||||
|   resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.2.3.tgz#4f0930681efd9d11d99a593221bcae9423f69fcb" | ||||
|   integrity sha512-YpulzSn0ydzgbfE1i9O1MJAspUHTA9q6AmqRrDLIR5AP9jmoGA//TmnB90IhA7OOGpuSVm4f1VUZ+gm/URPPgA== | ||||
|   dependencies: | ||||
|     "@vue/runtime-core" "3.2.2" | ||||
|     "@vue/shared" "3.2.2" | ||||
|     "@vue/runtime-core" "3.2.3" | ||||
|     "@vue/shared" "3.2.3" | ||||
|     csstype "^2.6.8" | ||||
| 
 | ||||
| "@vue/shared@3.2.2": | ||||
|   version "3.2.2" | ||||
|   resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.2.2.tgz#6104185ebd57af5a14ac51c1f491b2205fc24054" | ||||
|   integrity sha512-dvYb318tk9uOzHtSaT3WII/HscQSIRzoCZ5GyxEb3JlkEXASpAUAQwKnvSe2CudnF8XHFRTB7VITWSnWNLZUtA== | ||||
| "@vue/shared@3.2.3": | ||||
|   version "3.2.3" | ||||
|   resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.2.3.tgz#89e338a5524450c876d3512b4cc6ba80a4205e2c" | ||||
|   integrity sha512-1f8kyoabSgoga0E89itGIoaCo2Ayr6i6jQq/kHhhYrrBxoK7LNNwuWQghW0k/bapimyIzQiN891XzquYP78aqg== | ||||
| 
 | ||||
| "@webassemblyjs/ast@1.11.0": | ||||
|   version "1.11.0" | ||||
|  | @ -12050,14 +12050,14 @@ vue-svg-loader@0.17.0-beta.2: | |||
|     semver "^7.3.2" | ||||
|     svgo "^1.3.2" | ||||
| 
 | ||||
| vue@3.2.2: | ||||
|   version "3.2.2" | ||||
|   resolved "https://registry.yarnpkg.com/vue/-/vue-3.2.2.tgz#11715cb71a02baefd0f6e6552dc623680eb1bf32" | ||||
|   integrity sha512-D/LuzAV30CgNJYGyNheE/VUs5N4toL2IgmS6c9qeOxvyh0xyn4exyRqizpXIrsvfx34zG9x5gCI2tdRHCGvF9w== | ||||
| vue@3.2.3: | ||||
|   version "3.2.3" | ||||
|   resolved "https://registry.yarnpkg.com/vue/-/vue-3.2.3.tgz#7717e69ab6e8c7ae7ee12baa50a7ab5cab8a1c31" | ||||
|   integrity sha512-z3/maZr+As43eL42pJTLWG+mnOTXpdPvbhFN7cDs8ZpJgMWtKlbjInLcyOD2XRyH424yulupYhyEFITfybcKnw== | ||||
|   dependencies: | ||||
|     "@vue/compiler-dom" "3.2.2" | ||||
|     "@vue/runtime-dom" "3.2.2" | ||||
|     "@vue/shared" "3.2.2" | ||||
|     "@vue/compiler-dom" "3.2.3" | ||||
|     "@vue/runtime-dom" "3.2.3" | ||||
|     "@vue/shared" "3.2.3" | ||||
| 
 | ||||
| vuedraggable@4.0.1: | ||||
|   version "4.0.1" | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue