Update to vscode-webview-ui-toolkit 1.2.2

Summary: We were on 1.0.0, the latest few versions bring some slight visual changes, most notably buttons have a very small 2px border radius which makes them look more friendly instead of the super sharp buttons they had before.

Reviewed By: quark-zju

Differential Revision: D45703943

fbshipit-source-id: 87e5416304a963bd2a5f350aed719aa40fbc4fa1
This commit is contained in:
Evan Krause 2023-05-09 13:03:54 -07:00 committed by Facebook GitHub Bot
parent be245fac3c
commit bd6ab82d3c
2 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@
"@types/node": "^16.7.13",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vscode/webview-ui-toolkit": "^1.0.0",
"@vscode/webview-ui-toolkit": "1.2.2",
"diff-sequences": "^29.4.3",
"immutable": "^4.3.0",
"isl-server": "0.0.0",

View File

@ -3019,10 +3019,10 @@
resolved "https://registry.npmjs.org/@vscode/codicons/-/codicons-0.0.32.tgz"
integrity sha512-3lgSTWhAzzWN/EPURoY4ZDBEA80OPmnaknNujA3qnI4Iu7AONWd9xF3iE4L+4prIe8E3TUnLQ4pxoaFTEEZNwg==
"@vscode/webview-ui-toolkit@^1.0.0":
version "1.0.0"
resolved "https://registry.npmjs.org/@vscode/webview-ui-toolkit/-/webview-ui-toolkit-1.0.0.tgz"
integrity sha512-/qaHYZXqvIKkao54b7bLzyNH8BC+X4rBmTUx1MvcIiCjqRMxml0BCpqJhnDpfrCb0IOxXRO8cAy1eB5ayzQfBA==
"@vscode/webview-ui-toolkit@1.2.2":
version "1.2.2"
resolved "https://registry.yarnpkg.com/@vscode/webview-ui-toolkit/-/webview-ui-toolkit-1.2.2.tgz#f071ec7434b2733d1c724fa874341ec20998f930"
integrity sha512-xIQoF4FC3Xh6d7KNKIoIezSiFWYFuf6gQMdDyKueKBFGeKwaHWEn+dY2g3makvvEsNMEDji/woEwvg9QSbuUsw==
dependencies:
"@microsoft/fast-element" "^1.6.2"
"@microsoft/fast-foundation" "^2.38.0"