From ede856be212e1265c265ed1b3c58186b4ad2b6d0 Mon Sep 17 00:00:00 2001 From: Nilay Majorwar Date: Thu, 3 Feb 2022 19:45:38 +0530 Subject: [PATCH] Switch to Blueprintjs v4 --- package.json | 5 +- styles/mosaic.scss | 10 +- ui/MainLayout.tsx | 2 +- ui/code-editor/themes/dark.json | 173 +++++++----------- ui/code-editor/themes/light.json | 81 ++------ ui/providers/dark-mode-provider.tsx | 2 +- yarn.lock | 274 ++++++++++++++++++++++++---- 7 files changed, 331 insertions(+), 216 deletions(-) diff --git a/package.json b/package.json index a8ae361..cd81a5a 100644 --- a/package.json +++ b/package.json @@ -12,13 +12,14 @@ "add-new-language": "node scripts/add-new-language.js" }, "dependencies": { - "@blueprintjs/core": "^3.51.3", + "@blueprintjs/core": "^4.0.0-beta.12", "@monaco-editor/react": "^4.3.1", "monaco-editor": "^0.30.1", "next": "12.0.7", "react": "17.0.2", "react-dom": "17.0.2", - "react-mosaic-component": "^5.0.0" + "react-mosaic-component": "^5.0.0", + "sass": "^1.49.7" }, "devDependencies": { "@types/jest": "^27.4.0", diff --git a/styles/mosaic.scss b/styles/mosaic.scss index 3588d63..4cc9dc3 100644 --- a/styles/mosaic.scss +++ b/styles/mosaic.scss @@ -57,7 +57,7 @@ .separator { border-left: 1px solid $light-gray2; } - .bp3-button { + .bp4-button { &, &:before { color: $gray2; @@ -80,7 +80,7 @@ transition: height 250ms; box-shadow: 0 1px 1px $pt-divider-black; - .bp3-button { + .bp4-button { &, &:before { color: $gray2; @@ -103,7 +103,7 @@ } } - &.bp3-dark { + &.bp4-dark { background: $dark-gray2; .mosaic-zero-state { @@ -148,7 +148,7 @@ .separator { border-color: $gray1; } - .bp3-button { + .bp4-button { &, &:before { color: $gray4; @@ -161,7 +161,7 @@ } .mosaic-window-additional-actions-bar { - .bp3-button { + .bp4-button { &, &:before { color: $gray5; diff --git a/ui/MainLayout.tsx b/ui/MainLayout.tsx index 5e36394..4cbec75 100644 --- a/ui/MainLayout.tsx +++ b/ui/MainLayout.tsx @@ -25,7 +25,7 @@ type Props = { export const MainLayout = (props: Props) => { const { isDark } = useDarkMode(); - const mosaicClass = "mosaic-custom-theme" + (isDark ? " bp3-dark" : ""); + const mosaicClass = "mosaic-custom-theme" + (isDark ? " bp4-dark" : ""); const MOSAIC_MAP = { editor: props.renderEditor, diff --git a/ui/code-editor/themes/dark.json b/ui/code-editor/themes/dark.json index f8cf18d..4ffa3a9 100644 --- a/ui/code-editor/themes/dark.json +++ b/ui/code-editor/themes/dark.json @@ -2,124 +2,91 @@ "inherit": false, "base": "vs-dark", "colors": { - "focusBorder": "#48AFF0", - "foreground": "#d6dfe6", - "button.background": "#48AFF0", + "focusBorder": "#2D72D2", + "foreground": "#F6F7F9", + "button.background": "#2D72D2", "button.foreground": "#ffffff", - "dropdown.background": "#415869", - "input.background": "#415869", - "inputOption.activeBorder": "#48AFF0", - "list.activeSelectionBackground": "#48AFF080", + "dropdown.background": "#4b5360", + "input.background": "#4b5360", + "inputOption.activeBorder": "#2D72D2", + "list.activeSelectionBackground": "#2D72D280", "list.activeSelectionForeground": "#FFFFFF", - "list.dropBackground": "#48AFF080", - "list.focusBackground": "#48AFF080", + "list.dropBackground": "#2D72D280", + "list.focusBackground": "#2D72D280", "list.focusForeground": "#FFFFFF", - "list.highlightForeground": "#48AFF0", + "list.highlightForeground": "#2D72D2", "list.hoverBackground": "#FFFFFF1a", "list.inactiveSelectionBackground": "#FFFFFF33", - "badge.background": "#48AFF0", + "activityBar.background": "#414854", + "activityBar.dropBackground": "#2D72D280", + "activityBarBadge.background": "#2D72D2", + "activityBarBadge.foreground": "#ffffff", + "badge.background": "#2D72D2", "badge.foreground": "#ffffff", - "sideBar.background": "#31424f", - "sideBarSectionHeader.background": "#394d5c", - "editorGroup.dropBackground": "#48AFF080", - "editorGroup.focusedEmptyBorder": "#48AFF0", - "editorGroupHeader.tabsBackground": "#31424f", - "editor.background": "#293742", - "editor.foreground": "#d6dfe6", + "sideBar.background": "#383e48", + "sideBarSectionHeader.background": "#414854", + "editorGroup.dropBackground": "#2D72D280", + "editorGroup.focusedEmptyBorder": "#2D72D2", + "editorGroupHeader.tabsBackground": "#383e48", + "tab.border": "#00000033", + "tab.activeBorder": "#2D72D2", + "tab.inactiveBackground": "#414854", + "tab.activeModifiedBorder": "#2D72D2", + "tab.inactiveModifiedBorder": "#1b447e", + "tab.unfocusedActiveModifiedBorder": "#245ba8", + "tab.unfocusedInactiveModifiedBorder": "#1b447e", + "editor.background": "#2F343C", + "editor.foreground": "#F6F7F9", "editorLineNumber.foreground": "#FFFFFF4d", - "editorLineNumber.activeForeground": "#48AFF0", - "editor.lineHighlightBorder": "#FFFFFF1a", + "editorLineNumber.activeForeground": "#F6F7F9", + "editor.lineHighlightBorder": "#ffffff00", + "editor.lineHighlightBackground": "#FFFFFF0a", "editor.rangeHighlightBackground": "#FFFFFF0d", - "editorWidget.background": "#31424f", - "editorHoverWidget.background": "#31424f", - "editorMarkerNavigation.background": "#31424f", - "panel.background": "#31424f", + "editorWidget.background": "#383e48", + "editorHoverWidget.background": "#383e48", + "editorMarkerNavigation.background": "#383e48", + "peekView.border": "#2D72D2", + "peekViewEditor.background": "#252930", + "peekViewResult.background": "#383e48", + "peekViewTitle.background": "#2F343C", + "panel.background": "#383e48", "panel.border": "#FFFFFF1a", - "panelTitle.activeBorder": "#d6dfe680", - "panelTitle.inactiveForeground": "#d6dfe680", - "statusBar.background": "#202c34", - "statusBar.debuggingBackground": "#48AFF0", + "panelTitle.activeBorder": "#F6F7F980", + "panelTitle.inactiveForeground": "#F6F7F980", + "statusBar.background": "#252930", + "statusBar.debuggingBackground": "#2D72D2", "statusBar.debuggingForeground": "#ffffff", - "statusBar.noFolderBackground": "#202c34", - "statusBarItem.activeBackground": "#48AFF080", + "statusBar.noFolderBackground": "#252930", + "statusBarItem.activeBackground": "#2D72D280", "statusBarItem.hoverBackground": "#FFFFFF1a", - "statusBarItem.remoteBackground": "#48AFF0", + "statusBarItem.remoteBackground": "#2D72D2", "statusBarItem.remoteForeground": "#ffffff", - "titleBar.activeBackground": "#202c34", + "titleBar.activeBackground": "#252930", "pickerGroup.border": "#FFFFFF1a", - "debugToolBar.background": "#394d5c", - "editorBracketHighlight.foreground1": "#5adaff", - "editorBracketHighlight.foreground2": "#ff8f8f", - "editorBracketHighlight.foreground3": "#4cffb5", - "editorBracketHighlight.foreground4": "#ffdf7f", - "selection.background": "#48AFF0" + "debugToolBar.background": "#414854", + "editorBracketHighlight.foreground1": "#388eff", + "editorBracketHighlight.foreground2": "#ff5257", + "editorBracketHighlight.foreground3": "#2ba665", + "editorBracketHighlight.foreground4": "#fff099", + "selection.background": "#2D72D2" }, "rules": [ - { - "foreground": "#ffffff", - "token": "plain" - }, - { - "foreground": "#48aff0", - "token": "blue" - }, - { - "foreground": "#3DCC91", - "token": "green" - }, - { - "foreground": "#FFB366", - "token": "orange" - }, - { - "foreground": "#FF7373", - "token": "red" - }, - { - "foreground": "#FF6E4A", - "token": "vermillion" - }, - { - "foreground": "#FF66A1", - "token": "rose" - }, - { - "foreground": "#C274C2", - "token": "violet" - }, - { - "foreground": "#AD99FF", - "token": "indigo" - }, - { - "foreground": "#669EFF", - "token": "cobalt" - }, - { - "foreground": "#2EE6D6", - "token": "turquoise" - }, - { - "foreground": "#62D96B", - "token": "forest" - }, - { - "foreground": "#D1F26D", - "token": "lime" - }, - { - "foreground": "#FFC940", - "token": "gold" - }, - { - "foreground": "#C99765", - "token": "sepia" - }, - { - "foreground": "#7ba5c6", - "fontStyle": "italic", - "token": "comment" - } + { "foreground": "#ffffff", "token": "plain" }, + { "foreground": "#61AFEF", "token": "blue" }, + { "foreground": "#72CA9B", "token": "green" }, + { "foreground": "#EC9A3C", "token": "orange" }, + { "foreground": "#E76A6E", "token": "red" }, + { "foreground": "#EB6847", "token": "vermillion" }, + { "foreground": "#F5498B", "token": "rose" }, + { "foreground": "#BD6BBD", "token": "violet" }, + { "foreground": "#9881F3", "token": "indigo" }, + { "foreground": "#3FA6DA", "token": "cerulean" }, + { "foreground": "#13C9BA", "token": "turquoise" }, + { "foreground": "#43BF4D", "token": "forest" }, + { "foreground": "#B6D94C", "token": "lime" }, + { "foreground": "#F0B726", "token": "gold" }, + { "foreground": "#AF855A", "token": "sepia" }, + { "foreground": "#8F99A8", "fontStyle": "italic", "token": "comment" } ], "encodedTokensColors": [] } diff --git a/ui/code-editor/themes/light.json b/ui/code-editor/themes/light.json index 28459e4..3d1b034 100644 --- a/ui/code-editor/themes/light.json +++ b/ui/code-editor/themes/light.json @@ -74,71 +74,22 @@ "selection.background": "#0E5A8A" }, "rules": [ - { - "foreground": "#202B33", - "token": "plain" - }, - { - "foreground": "#137CBD", - "token": "blue" - }, - { - "foreground": "#0F9960", - "token": "green" - }, - { - "foreground": "#D9822B", - "token": "orange" - }, - { - "foreground": "#DB3737", - "token": "red" - }, - { - "foreground": "#D13913", - "token": "vermillion" - }, - { - "foreground": "#DB2C6F", - "token": "rose" - }, - { - "foreground": "#8F398F", - "token": "violet" - }, - { - "foreground": "#7157D9", - "token": "indigo" - }, - { - "foreground": "#2965CC", - "token": "cobalt" - }, - { - "foreground": "#00B3A4", - "token": "turquoise" - }, - { - "foreground": "#29A634", - "token": "forest" - }, - { - "foreground": "#9BBF30", - "token": "lime" - }, - { - "foreground": "#D99E0B", - "token": "gold" - }, - { - "foreground": "#96622D", - "token": "sepia" - }, - { - "foreground": "#5C7080", - "fontStyle": "italic", - "token": "comment" - } + { "foreground": "#1C2127", "token": "plain" }, + { "foreground": "#2D72D2", "token": "blue" }, + { "foreground": "#238551", "token": "green" }, + { "foreground": "#C87619", "token": "orange" }, + { "foreground": "#CD4246", "token": "red" }, + { "foreground": "#D33D17", "token": "vermillion" }, + { "foreground": "#DB2C6F", "token": "rose" }, + { "foreground": "#9D3F9D", "token": "violet" }, + { "foreground": "#7961DB", "token": "indigo" }, + { "foreground": "#147EB3", "token": "cerulean" }, + { "foreground": "#00A396", "token": "turquoise" }, + { "foreground": "#29A634", "token": "forest" }, + { "foreground": "#8EB125", "token": "lime" }, + { "foreground": "#D1980B", "token": "gold" }, + { "foreground": "#946638", "token": "sepia" }, + { "foreground": "#5C7080", "fontStyle": "italic", "token": "comment" } ], "encodedTokensColors": [] } diff --git a/ui/providers/dark-mode-provider.tsx b/ui/providers/dark-mode-provider.tsx index 830fc51..cf1a0be 100644 --- a/ui/providers/dark-mode-provider.tsx +++ b/ui/providers/dark-mode-provider.tsx @@ -29,7 +29,7 @@ export const DarkModeProvider = ({ height: "100%", backgroundColor: isDark ? Colors.DARK_GRAY2 : Colors.GRAY4, }} - className={isDark ? "bp3-dark" : ""} + className={isDark ? "bp4-dark" : ""} > {children} diff --git a/yarn.lock b/yarn.lock index f7e8b22..d428d0d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -296,7 +296,14 @@ dependencies: regenerator-runtime "^0.13.4" -"@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.16.3", "@babel/runtime@^7.9.2": +"@babel/runtime@^7.1.2", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.7": + version "7.17.0" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.17.0.tgz#b8d142fc0f7664fb3d9b5833fd40dcbab89276c0" + integrity sha512-etcO/ohMNaNA2UBdaXBBSX/3aEzFMRrVfaPv8Ptc0k+cWpWW0QFiGZ2XnVqQZI1Cf734LbPGmqBKWESfW4x/dQ== + dependencies: + regenerator-runtime "^0.13.4" + +"@babel/runtime@^7.10.2", "@babel/runtime@^7.16.3", "@babel/runtime@^7.9.2": version "7.16.3" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.16.3.tgz#b86f0db02a04187a3c17caa77de69840165d42d5" integrity sha512-WBwekcqacdY2e9AF/Q7WLFUWmdJGJTkbjqTjoMDgXkVZ3ZRUvOPsLb5KdwISoQVsbP+DQzVZW4Zhci0DvpbNTQ== @@ -349,34 +356,34 @@ resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== -"@blueprintjs/colors@^4.0.0-alpha.1": - version "4.0.0-alpha.1" - resolved "https://registry.yarnpkg.com/@blueprintjs/colors/-/colors-4.0.0-alpha.1.tgz#370684b404e5400494169c54cc3a31385fc6db6a" - integrity sha512-i95xW/cAIijJAMIBDrXw1WLbGVXVaRDRG1Ga0CxOtMVwL20zvdXlQj7EMqhkgVEJo9LaKNIDliPI+jsh7h5Lag== +"@blueprintjs/colors@^4.0.0-beta.3": + version "4.0.0-beta.3" + resolved "https://registry.yarnpkg.com/@blueprintjs/colors/-/colors-4.0.0-beta.3.tgz#19359e31cb37497e2cd2ca16c10f71c5e24e9c9f" + integrity sha512-42i7qeyFZT/qJFj8iagVECB91HmqxiCY7rw+EaOHSKCwbasbJF0BmAMViZCrOhvw++ZQ2WXmu+CxH6jkvSeDtg== -"@blueprintjs/core@^3.51.3": - version "3.51.3" - resolved "https://registry.yarnpkg.com/@blueprintjs/core/-/core-3.51.3.tgz#d74dd9ac299c0d8f635f04a81c8bda7ef534f069" - integrity sha512-Z3xGWBMBuboKFx19uxWNAUjITsCmpm+594R/KEAM578uT6yoydT6s5S7N12APAsFe8w3H1Yu2hbWHlHTvRfOhA== +"@blueprintjs/core@^4.0.0-beta.12": + version "4.0.0-beta.12" + resolved "https://registry.yarnpkg.com/@blueprintjs/core/-/core-4.0.0-beta.12.tgz#b8fbbd357094b2e8f369955bfbad4eb43483d84b" + integrity sha512-d2Cy2V58IBGcy3V3/4EbNoXGIoJ7zbbPHYsflEZBum7t1vjbFfjTNFJw9BDRJM5mKlcBYOn8/DRtqld4aB6JHg== dependencies: - "@blueprintjs/colors" "^4.0.0-alpha.1" - "@blueprintjs/icons" "^3.31.0" + "@blueprintjs/colors" "^4.0.0-beta.3" + "@blueprintjs/icons" "^4.0.0-beta.6" "@types/dom4" "^2.0.1" classnames "^2.2" dom4 "^2.1.5" normalize.css "^8.0.1" popper.js "^1.16.1" - react-lifecycles-compat "^3.0.4" react-popper "^1.3.7" - react-transition-group "^2.9.0" + react-transition-group "^4.4.1" resize-observer-polyfill "^1.5.1" tslib "~1.13.0" -"@blueprintjs/icons@^3.31.0": - version "3.31.0" - resolved "https://registry.yarnpkg.com/@blueprintjs/icons/-/icons-3.31.0.tgz#9b3075a45e93dacaf4363390e9985263d2999c6e" - integrity sha512-6pXhHC8zEvoDKN5KNsIHNuCRKsemmRbXNv1jweB95VaFzR1M+Mik+Qi+13Wd+VtZrzes2ZcWttIeyuK91NoLCw== +"@blueprintjs/icons@^4.0.0-beta.6": + version "4.0.0-beta.6" + resolved "https://registry.yarnpkg.com/@blueprintjs/icons/-/icons-4.0.0-beta.6.tgz#da93c8ac183821658feff3b526c3ea0239c05047" + integrity sha512-HiIvjrfG+hRMvlwBvDPpEaAkaYUGNNWT6wNTrx9iQK40jIAyrIlt3CksTAKCgiZD/hhipHJUeTuMRzdp8G//EA== dependencies: + change-case "^4.1.2" classnames "^2.2" tslib "~1.13.0" @@ -1253,7 +1260,7 @@ ansi-styles@^5.0.0: resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-5.2.0.tgz#07449690ad45777d1924ac2abb2fc8895dba836b" integrity sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA== -anymatch@^3.0.3, anymatch@~3.1.1: +anymatch@^3.0.3, anymatch@~3.1.1, anymatch@~3.1.2: version "3.1.2" resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.2.tgz#c0557c096af32f106198f4f4e2a383537e378716" integrity sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg== @@ -1607,6 +1614,14 @@ callsites@^3.0.0: resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73" integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ== +camel-case@^4.1.2: + version "4.1.2" + resolved "https://registry.yarnpkg.com/camel-case/-/camel-case-4.1.2.tgz#9728072a954f805228225a6deea6b38461e1bd5a" + integrity sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw== + dependencies: + pascal-case "^3.1.2" + tslib "^2.0.3" + camelcase@^5.3.1: version "5.3.1" resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320" @@ -1627,6 +1642,15 @@ caniuse-lite@^1.0.30001286: resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001289.tgz#d62a20175c4d9e740feda12a78b7c8df7866329e" integrity sha512-hV6x4IfrYViN8cJbGFVbjD7KCrhS/O7wfDgvevYRanJ/IN+hhxpTcXXqaxy3CzPNFe5rlqdimdEB/k7H0YzxHg== +capital-case@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/capital-case/-/capital-case-1.0.4.tgz#9d130292353c9249f6b00fa5852bee38a717e669" + integrity sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A== + dependencies: + no-case "^3.0.4" + tslib "^2.0.3" + upper-case-first "^2.0.2" + chalk@2.4.2, chalk@^2.0.0: version "2.4.2" resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" @@ -1652,6 +1676,24 @@ chalk@^4.0.0, chalk@^4.1.0: ansi-styles "^4.1.0" supports-color "^7.1.0" +change-case@^4.1.2: + version "4.1.2" + resolved "https://registry.yarnpkg.com/change-case/-/change-case-4.1.2.tgz#fedfc5f136045e2398c0410ee441f95704641e12" + integrity sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A== + dependencies: + camel-case "^4.1.2" + capital-case "^1.0.4" + constant-case "^3.0.4" + dot-case "^3.0.4" + header-case "^2.0.4" + no-case "^3.0.4" + param-case "^3.0.4" + pascal-case "^3.1.2" + path-case "^3.0.4" + sentence-case "^3.0.4" + snake-case "^3.0.4" + tslib "^2.0.3" + char-regex@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf" @@ -1672,6 +1714,21 @@ chokidar@3.5.1: optionalDependencies: fsevents "~2.3.1" +"chokidar@>=3.0.0 <4.0.0": + version "3.5.3" + resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.3.tgz#1cf37c8707b932bd1af1ae22c0432e2acd1903bd" + integrity sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw== + dependencies: + anymatch "~3.1.2" + braces "~3.0.2" + glob-parent "~5.1.2" + is-binary-path "~2.1.0" + is-glob "~4.0.1" + normalize-path "~3.0.0" + readdirp "~3.6.0" + optionalDependencies: + fsevents "~2.3.2" + chrome-trace-event@^1.0.2: version "1.0.3" resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz#1015eced4741e15d06664a957dbbf50d041e26ac" @@ -1794,6 +1851,15 @@ concat-map@0.0.1: resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= +constant-case@^3.0.4: + version "3.0.4" + resolved "https://registry.yarnpkg.com/constant-case/-/constant-case-3.0.4.tgz#3b84a9aeaf4cf31ec45e6bf5de91bdfb0589faf1" + integrity sha512-I2hSBi7Vvs7BEuJDr5dDHfzb/Ruj3FyvFyh7KLilAjNQw3Be+xgqUBA2W6scVEcL0hL1dwPRtIqEPVUCKkSsyQ== + dependencies: + no-case "^3.0.4" + tslib "^2.0.3" + upper-case "^2.0.2" + constants-browserify@1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/constants-browserify/-/constants-browserify-1.0.0.tgz#c20b96d8c617748aaf1c16021760cd27fcb8cb75" @@ -2067,12 +2133,13 @@ doctrine@^3.0.0: dependencies: esutils "^2.0.2" -dom-helpers@^3.4.0: - version "3.4.0" - resolved "https://registry.yarnpkg.com/dom-helpers/-/dom-helpers-3.4.0.tgz#e9b369700f959f62ecde5a6babde4bccd9169af8" - integrity sha512-LnuPJ+dwqKDIyotW1VzmOZ5TONUN7CwkCR5hrgawTUbkBGYdeoNLZo6nNfGkCrjtE1nXXaj7iMMpDa8/d9WoIA== +dom-helpers@^5.0.1: + version "5.2.1" + resolved "https://registry.yarnpkg.com/dom-helpers/-/dom-helpers-5.2.1.tgz#d9400536b2bf8225ad98fe052e029451ac40e902" + integrity sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA== dependencies: - "@babel/runtime" "^7.1.2" + "@babel/runtime" "^7.8.7" + csstype "^3.0.2" dom4@^2.1.5: version "2.1.6" @@ -2091,6 +2158,14 @@ domexception@^2.0.1: dependencies: webidl-conversions "^5.0.0" +dot-case@^3.0.4: + version "3.0.4" + resolved "https://registry.yarnpkg.com/dot-case/-/dot-case-3.0.4.tgz#9b2b670d00a431667a8a75ba29cd1b98809ce751" + integrity sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w== + dependencies: + no-case "^3.0.4" + tslib "^2.0.3" + electron-to-chromium@^1.3.723: version "1.4.11" resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.11.tgz#303c9deebbe90c68bf5c2c81a88a3bf4522c8810" @@ -2626,7 +2701,7 @@ fs.realpath@^1.0.0: resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8= -fsevents@^2.3.2, fsevents@~2.3.1: +fsevents@^2.3.2, fsevents@~2.3.1, fsevents@~2.3.2: version "2.3.2" resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a" integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA== @@ -2685,7 +2760,7 @@ get-symbol-description@^1.0.0: call-bind "^1.0.2" get-intrinsic "^1.1.1" -glob-parent@^5.1.2, glob-parent@~5.1.0: +glob-parent@^5.1.2, glob-parent@~5.1.0, glob-parent@~5.1.2: version "5.1.2" resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4" integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow== @@ -2818,6 +2893,14 @@ he@1.2.0: resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f" integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw== +header-case@^2.0.4: + version "2.0.4" + resolved "https://registry.yarnpkg.com/header-case/-/header-case-2.0.4.tgz#5a42e63b55177349cf405beb8d775acabb92c063" + integrity sha512-H/vuk5TEEVZwrR0lp2zed9OCo1uAILMlx0JEMgC26rzyJJ3N1v6XkwHHXJQdR2doSjcGPM6OKPYoJgf0plJ11Q== + dependencies: + capital-case "^1.0.4" + tslib "^2.0.3" + hmac-drbg@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1" @@ -2925,6 +3008,11 @@ immutability-helper@^3.1.1: resolved "https://registry.yarnpkg.com/immutability-helper/-/immutability-helper-3.1.1.tgz#2b86b2286ed3b1241c9e23b7b21e0444f52f77b7" integrity sha512-Q0QaXjPjwIju/28TsugCHNEASwoCcJSyJV3uO1sOIQGI0jKgm9f41Lvz0DZj3n46cNCyAZTsEYoY4C2bVRUzyQ== +immutable@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.0.0.tgz#b86f78de6adef3608395efb269a91462797e2c23" + integrity sha512-zIE9hX70qew5qTUjSS7wi1iwj/l7+m54KWU247nhM3v806UdGj1yDndXj+IOYxxtW9zyLI+xqFNZjTuDaLUqFw== + import-fresh@^3.0.0, import-fresh@^3.2.1: version "3.3.0" resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b" @@ -3806,6 +3894,13 @@ loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.4.0: dependencies: js-tokens "^3.0.0 || ^4.0.0" +lower-case@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/lower-case/-/lower-case-2.0.2.tgz#6fa237c63dbdc4a82ca0fd882e4722dc5e634e28" + integrity sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg== + dependencies: + tslib "^2.0.3" + lru-cache@^6.0.0: version "6.0.0" resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94" @@ -4003,6 +4098,14 @@ next@12.0.7: "@next/swc-win32-ia32-msvc" "12.0.7" "@next/swc-win32-x64-msvc" "12.0.7" +no-case@^3.0.4: + version "3.0.4" + resolved "https://registry.yarnpkg.com/no-case/-/no-case-3.0.4.tgz#d361fd5c9800f558551a8369fc0dcd4662b6124d" + integrity sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg== + dependencies: + lower-case "^2.0.2" + tslib "^2.0.3" + node-fetch@2.6.1: version "2.6.1" resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052" @@ -4213,6 +4316,14 @@ pako@~1.0.5: resolved "https://registry.yarnpkg.com/pako/-/pako-1.0.11.tgz#6c9599d340d54dfd3946380252a35705a6b992bf" integrity sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw== +param-case@^3.0.4: + version "3.0.4" + resolved "https://registry.yarnpkg.com/param-case/-/param-case-3.0.4.tgz#7d17fe4aa12bde34d4a77d91acfb6219caad01c5" + integrity sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A== + dependencies: + dot-case "^3.0.4" + tslib "^2.0.3" + parent-module@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2" @@ -4236,11 +4347,27 @@ parse5@6.0.1: resolved "https://registry.yarnpkg.com/parse5/-/parse5-6.0.1.tgz#e1a1c085c569b3dc08321184f19a39cc27f7c30b" integrity sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw== +pascal-case@^3.1.2: + version "3.1.2" + resolved "https://registry.yarnpkg.com/pascal-case/-/pascal-case-3.1.2.tgz#b48e0ef2b98e205e7c1dae747d0b1508237660eb" + integrity sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g== + dependencies: + no-case "^3.0.4" + tslib "^2.0.3" + path-browserify@1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/path-browserify/-/path-browserify-1.0.1.tgz#d98454a9c3753d5790860f16f68867b9e46be1fd" integrity sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g== +path-case@^3.0.4: + version "3.0.4" + resolved "https://registry.yarnpkg.com/path-case/-/path-case-3.0.4.tgz#9168645334eb942658375c56f80b4c0cb5f82c6f" + integrity sha512-qO4qCFjXqVTrcbPt/hQfhTQ+VhFsqNKOPtytgNKkKxSoEp3XPUQ8ObFuePylOIok5gjn69ry8XiULxCwot3Wfg== + dependencies: + dot-case "^3.0.4" + tslib "^2.0.3" + path-exists@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515" @@ -4367,7 +4494,16 @@ prompts@^2.0.1: kleur "^3.0.3" sisteransi "^1.0.5" -prop-types@^15.6.1, prop-types@^15.6.2, prop-types@^15.7.2: +prop-types@^15.6.1, prop-types@^15.6.2: + version "15.8.1" + resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5" + integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg== + dependencies: + loose-envify "^1.4.0" + object-assign "^4.1.1" + react-is "^16.13.1" + +prop-types@^15.7.2: version "15.7.2" resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5" integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ== @@ -4496,16 +4632,11 @@ react-is@17.0.2, react-is@^17.0.1: resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0" integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w== -react-is@^16.7.0, react-is@^16.8.1: +react-is@^16.13.1, react-is@^16.7.0, react-is@^16.8.1: version "16.13.1" resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4" integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== -react-lifecycles-compat@^3.0.4: - version "3.0.4" - resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362" - integrity sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA== - react-mosaic-component@^5.0.0: version "5.0.0" resolved "https://registry.yarnpkg.com/react-mosaic-component/-/react-mosaic-component-5.0.0.tgz#ecc34f4aabddcfda5f6136ab85c1850d73bce41d" @@ -4539,15 +4670,15 @@ react-refresh@0.8.3: resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.8.3.tgz#721d4657672d400c5e3c75d063c4a85fb2d5d68f" integrity sha512-X8jZHc7nCMjaCqoU+V2I0cOhNW+QMBwSUkeXnTi8IPe6zaRWfn60ZzvFDZqWPfmSJfjub7dDW1SP0jaHWLu/hg== -react-transition-group@^2.9.0: - version "2.9.0" - resolved "https://registry.yarnpkg.com/react-transition-group/-/react-transition-group-2.9.0.tgz#df9cdb025796211151a436c69a8f3b97b5b07c8d" - integrity sha512-+HzNTCHpeQyl4MJ/bdE0u6XRMe9+XG/+aL4mCxVN4DnPBQ0/5bfHWPDuOZUzYdMj94daZaZdCCc1Dzt9R/xSSg== +react-transition-group@^4.4.1: + version "4.4.2" + resolved "https://registry.yarnpkg.com/react-transition-group/-/react-transition-group-4.4.2.tgz#8b59a56f09ced7b55cbd53c36768b922890d5470" + integrity sha512-/RNYfRAMlZwDSr6z4zNKV6xu53/e2BuaBbGhbyYIXTrmgu/bGHzmqOs7mJSJBHy9Ud+ApHx3QjrkKSp1pxvlFg== dependencies: - dom-helpers "^3.4.0" + "@babel/runtime" "^7.5.5" + dom-helpers "^5.0.1" loose-envify "^1.4.0" prop-types "^15.6.2" - react-lifecycles-compat "^3.0.4" react@17.0.2: version "17.0.2" @@ -4573,6 +4704,13 @@ readdirp@~3.5.0: dependencies: picomatch "^2.2.1" +readdirp@~3.6.0: + version "3.6.0" + resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.6.0.tgz#74a370bd857116e245b29cc97340cd431a02a6c7" + integrity sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA== + dependencies: + picomatch "^2.2.1" + rechoir@^0.7.0: version "0.7.1" resolved "https://registry.yarnpkg.com/rechoir/-/rechoir-0.7.1.tgz#9478a96a1ca135b5e88fc027f03ee92d6c645686" @@ -4597,7 +4735,15 @@ regenerator-runtime@^0.13.4: resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz#8925742a98ffd90814988d7566ad30ca3b263b52" integrity sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA== -regexp.prototype.flags@^1.2.0, regexp.prototype.flags@^1.3.1: +regexp.prototype.flags@^1.2.0: + version "1.4.1" + resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.4.1.tgz#b3f4c0059af9e47eca9f3f660e51d81307e72307" + integrity sha512-pMR7hBVUUGI7PMA37m2ofIdQCsomVnas+Jn5UPGAHQ+/LlwKm/aTLJHdasmHRzlfeZwHiAOaRSo2rbBDm3nNUQ== + dependencies: + call-bind "^1.0.2" + define-properties "^1.1.3" + +regexp.prototype.flags@^1.3.1: version "1.3.1" resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.3.1.tgz#7ef352ae8d159e758c0eadca6f8fcb4eef07be26" integrity sha512-JiBdRBq91WlY7uRJ0ds7R+dU02i6LKi8r3BuQhNXn+kmeLN+EfHhfjqMRis1zJxnlu88hq/4dx0P2OP3APRTOA== @@ -4700,6 +4846,15 @@ safe-buffer@~5.1.1: resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== +sass@^1.49.7: + version "1.49.7" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.49.7.tgz#22a86a50552b9b11f71404dfad1b9ff44c6b0c49" + integrity sha512-13dml55EMIR2rS4d/RDHHP0sXMY3+30e1TKsyXaSz3iLWVoDWEoboY8WzJd5JMnxrRHffKO3wq2mpJ0jxRJiEQ== + dependencies: + chokidar ">=3.0.0 <4.0.0" + immutable "^4.0.0" + source-map-js ">=0.6.2 <2.0.0" + saxes@^5.0.1: version "5.0.1" resolved "https://registry.yarnpkg.com/saxes/-/saxes-5.0.1.tgz#eebab953fa3b7608dbe94e5dadb15c888fa6696d" @@ -4736,6 +4891,15 @@ semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5: dependencies: lru-cache "^6.0.0" +sentence-case@^3.0.4: + version "3.0.4" + resolved "https://registry.yarnpkg.com/sentence-case/-/sentence-case-3.0.4.tgz#3645a7b8c117c787fde8702056225bb62a45131f" + integrity sha512-8LS0JInaQMCRoQ7YUytAo/xUu5W2XnQxV2HI/6uM6U7CITS1RqPElr30V6uIqyMKM9lJGRVFy5/4CuzcixNYSg== + dependencies: + no-case "^3.0.4" + tslib "^2.0.3" + upper-case-first "^2.0.2" + serialize-javascript@^6.0.0: version "6.0.0" resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.0.tgz#efae5d88f45d7924141da8b5c3a7a7e663fefeb8" @@ -4809,6 +4973,19 @@ slash@^3.0.0: resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634" integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q== +snake-case@^3.0.4: + version "3.0.4" + resolved "https://registry.yarnpkg.com/snake-case/-/snake-case-3.0.4.tgz#4f2bbd568e9935abdfd593f34c691dadb49c452c" + integrity sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg== + dependencies: + dot-case "^3.0.4" + tslib "^2.0.3" + +"source-map-js@>=0.6.2 <2.0.0": + version "1.0.2" + resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c" + integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw== + source-map-support@^0.5.6, source-map-support@~0.5.20: version "0.5.21" resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f" @@ -5166,6 +5343,11 @@ tslib@^1.8.1: resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00" integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== +tslib@^2.0.3: + version "2.3.1" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01" + integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw== + tslib@~1.13.0: version "1.13.0" resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043" @@ -5254,6 +5436,20 @@ unpipe@1.0.0: resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec" integrity sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw= +upper-case-first@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/upper-case-first/-/upper-case-first-2.0.2.tgz#992c3273f882abd19d1e02894cc147117f844324" + integrity sha512-514ppYHBaKwfJRK/pNC6c/OxfGa0obSnAl106u97Ed0I625Nin96KAjttZF6ZL3e1XLtphxnqrOi9iWgm+u+bg== + dependencies: + tslib "^2.0.3" + +upper-case@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/upper-case/-/upper-case-2.0.2.tgz#d89810823faab1df1549b7d97a76f8662bae6f7a" + integrity sha512-KgdgDGJt2TpuwBUIjgG6lzw2GWFRCW9Qkfkiv0DxqHHLYJHmtmdUIKcZd8rHgFSjopVTlw6ggzCm1b8MFQwikg== + dependencies: + tslib "^2.0.3" + uri-js@^4.2.2: version "4.4.1" resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e"