Skip to content

Commit 5adcc1e

Browse files
committed
fix: fixed missing yarn.lock
1 parent 348969c commit 5adcc1e

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

console/ui/yarn.lock

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1455,11 +1455,6 @@
14551455
dependencies:
14561456
csstype "^3.0.2"
14571457

1458-
"@types/trusted-types@^1.0.6":
1459-
version "1.0.6"
1460-
resolved "https://registry.yarnpkg.com/@types/trusted-types/-/trusted-types-1.0.6.tgz#569b8a08121d3203398290d602d84d73c8dcf5da"
1461-
integrity sha512-230RC8sFeHoT6sSUlRO6a8cAnclO06eeiq1QDfiv2FGCLWFvvERWgwIQD4FWqD9A69BN7Lzee4OXwoMVnnsWDw==
1462-
14631458
"@types/use-sync-external-store@^0.0.6":
14641459
version "0.0.6"
14651460
resolved "https://registry.yarnpkg.com/@types/use-sync-external-store/-/use-sync-external-store-0.0.6.tgz#60be8d21baab8c305132eb9cb912ed497852aadc"
@@ -2222,6 +2217,11 @@ dom-helpers@^5.0.1, dom-helpers@^5.1.3:
22222217
"@babel/runtime" "^7.8.7"
22232218
csstype "^3.0.2"
22242219

2220+
2221+
version "3.1.7"
2222+
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.1.7.tgz#711a8c96479fb6ced93453732c160c3c72418a6a"
2223+
integrity sha512-VaTstWtsneJY8xzy7DekmYWEOZcmzIe3Qb3zPd4STve1OBTa+e+WmS1ITQec1fZYXI3HCsOZZiSMpG6oxoWMWQ==
2224+
22252225
dot-case@^3.0.4:
22262226
version "3.0.4"
22272227
resolved "https://registry.yarnpkg.com/dot-case/-/dot-case-3.0.4.tgz#9b2b670d00a431667a8a75ba29cd1b98809ce751"
@@ -3388,6 +3388,11 @@ magic-string@^0.30.17:
33883388
dependencies:
33893389
"@jridgewell/sourcemap-codec" "^1.5.5"
33903390

3391+
3392+
version "14.0.0"
3393+
resolved "https://registry.yarnpkg.com/marked/-/marked-14.0.0.tgz#79a1477358a59e0660276f8fec76de2c33f35d83"
3394+
integrity sha512-uIj4+faQ+MgHgwUW1l2PsPglZLOLOT1uErt06dAPtx2kjteLAkbsd/0FiYg/MGS+i7ZKLb7w2WClxHkzOOuryQ==
3395+
33913396
material-react-table@^3.2.1:
33923397
version "3.2.1"
33933398
resolved "https://registry.yarnpkg.com/material-react-table/-/material-react-table-3.2.1.tgz#56f595755cab3b669b399999fed9eb305fbb6dd7"
@@ -3445,12 +3450,13 @@ mitt@^1.1.2:
34453450
resolved "https://registry.yarnpkg.com/mitt/-/mitt-1.2.0.tgz#cb24e6569c806e31bd4e3995787fe38a04fdf90d"
34463451
integrity sha512-r6lj77KlwqLhIUku9UWYes7KJtsczvolZkzp8hbaDPPaE24OmWl5s539Mytlj22siEQKosZ26qCBgda2PKwoJw==
34473452

3448-
monaco-editor@^0.53.0:
3449-
version "0.53.0"
3450-
resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.53.0.tgz#2f485492e0ee822be13b1b45e3092922963737ae"
3451-
integrity sha512-0WNThgC6CMWNXXBxTbaYYcunj08iB5rnx4/G56UOPeL9UVIUGGHA1GR0EWIh9Ebabj7NpCRawQ5b0hfN1jQmYQ==
3453+
monaco-editor@^0.54.0:
3454+
version "0.54.0"
3455+
resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.54.0.tgz#c0d6ebb46b83f1bef6f67f6aa471e38ba7ef8231"
3456+
integrity sha512-hx45SEUoLatgWxHKCmlLJH81xBo0uXP4sRkESUpmDQevfi+e7K1VuiSprK6UpQ8u4zOcKNiH0pMvHvlMWA/4cw==
34523457
dependencies:
3453-
"@types/trusted-types" "^1.0.6"
3458+
dompurify "3.1.7"
3459+
marked "14.0.0"
34543460

34553461
ms@^2.1.3:
34563462
version "2.1.3"

0 commit comments

Comments
 (0)