diff --git a/packages/cozy-harvest-lib/package.json b/packages/cozy-harvest-lib/package.json index 8e2abe753f..6140f038b2 100644 --- a/packages/cozy-harvest-lib/package.json +++ b/packages/cozy-harvest-lib/package.json @@ -51,13 +51,13 @@ "@babel/register": "7.16.9", "@cozy/cli-tree": "^0.7.0", "@sentry/react": "7.119.0", - "@storybook/addon-essentials": "^7.0.23", - "@storybook/addon-interactions": "^7.0.23", - "@storybook/addon-links": "^7.0.23", - "@storybook/blocks": "^7.0.23", - "@storybook/react": "^7.0.23", - "@storybook/react-webpack5": "^7.0.23", - "@storybook/testing-library": "^0.0.14-next.2", + "@storybook/addon-essentials": "7.6.0", + "@storybook/addon-interactions": "7.6.0", + "@storybook/addon-links": "7.6.0", + "@storybook/blocks": "7.6.0", + "@storybook/react": "7.6.0", + "@storybook/react-webpack5": "7.6.0", + "@storybook/testing-library": "0.0.14-next.2", "@testing-library/jest-dom": "5.16.4", "@testing-library/react": "10.4.9", "@testing-library/react-hooks": "8.0.1", @@ -70,27 +70,27 @@ "cozy-flags": "^4.0.0", "cozy-intent": "^2.22.0", "cozy-interapp": "^0.9.0", - "cozy-keys-lib": "^6.1.1", + "cozy-keys-lib": "6.1.1", "cozy-realtime": "^5.0.1", "cozy-tsconfig": "^1.2.0", - "cozy-ui": "^111.8.1", + "cozy-ui": "111.8.1", "enzyme": "3.11.0", "enzyme-adapter-react-16": "1.15.6", "form-data": "4.0.0", "identity-obj-proxy": "3.0.0", - "isomorphic-fetch": "^2.2.1", + "isomorphic-fetch": "2.2.1", "jest": "26.6.3", "jest-environment-jsdom-sixteen": "1.0.3", "jest-resolve-cached": "1.0.0", "jsdom": "16.5.0", "leaflet": "1.8.0", - "mockdate": "^3.0.5", + "mockdate": "3.0.5", "prop-types": "15.7.2", "react": "16.12.0", "react-dom": "16.13.0", "react-router": "3.2.6", "react-swipeable-views": "0.13.9", - "storybook": "^7.0.23" + "storybook": "7.6.0" }, "peerDependencies": { "@babel/runtime": ">=7.12.5", diff --git a/packages/cozy-mespapiers-lib/package.json b/packages/cozy-mespapiers-lib/package.json index 8839ba5c09..d5532f6130 100644 --- a/packages/cozy-mespapiers-lib/package.json +++ b/packages/cozy-mespapiers-lib/package.json @@ -20,7 +20,7 @@ "@testing-library/react": "11.2.7", "@testing-library/react-hooks": "8.0.1", "babel-preset-cozy-app": "2.0.1", - "cozy-bar": "^12.2.3", + "cozy-bar": "12.2.3", "cozy-client": "^47.6.0", "cozy-device-helper": "^3.0.0", "cozy-doctypes": "^1.91.1", @@ -30,7 +30,7 @@ "cozy-minilog": "^3.3.1", "cozy-realtime": "^5.0.1", "cozy-sharing": "^15.0.3", - "cozy-ui": "^107.0.0", + "cozy-ui": "107.0.0", "jest-environment-jsdom-sixteen": "2.0.0", "lodash": "4.17.21", "mockdate": "3.0.5", diff --git a/packages/cozy-minilog/package.json b/packages/cozy-minilog/package.json index e87a6b2fb8..562bb24486 100644 --- a/packages/cozy-minilog/package.json +++ b/packages/cozy-minilog/package.json @@ -12,8 +12,8 @@ "microee": "0.0.6" }, "devDependencies": { - "gluejs": "2.x", - "mocha": "*" + "gluejs": "2.4.0", + "mocha": "10.2.0" }, "repository": { "type": "git", diff --git a/packages/cozy-notifications/package.json b/packages/cozy-notifications/package.json index 7211b0cb4f..1c24b2443b 100644 --- a/packages/cozy-notifications/package.json +++ b/packages/cozy-notifications/package.json @@ -36,7 +36,7 @@ "@babel/core": "7.16.12", "babel-jest": "26.6.3", "babel-plugin-inline-import": "3.0.0", - "cozy-ui": "^40.9.1", + "cozy-ui": "40.10.0", "mjml": "4.3.1" }, "jest": { diff --git a/packages/cozy-scanner/package.json b/packages/cozy-scanner/package.json index 1939165db1..c32fb9e29f 100644 --- a/packages/cozy-scanner/package.json +++ b/packages/cozy-scanner/package.json @@ -24,7 +24,7 @@ "devDependencies": { "@babel/cli": "7.16.8", "@babel/core": "7.16.12", - "@cozy/minilog": ">=1.0.0", + "@cozy/minilog": "1.0.0", "@testing-library/react": "10.4.9", "babel-jest": "26.6.3", "babel-preset-cozy-app": "^2.1.0", diff --git a/packages/cozy-sharing/package.json b/packages/cozy-sharing/package.json index 7b90e28f39..bb1439d253 100644 --- a/packages/cozy-sharing/package.json +++ b/packages/cozy-sharing/package.json @@ -50,14 +50,14 @@ "babel-plugin-css-modules-transform": "1.6.2", "babel-plugin-inline-react-svg": "1.1.2", "cozy-client": "^47.6.0", - "cozy-ui": "^108.0.0", + "cozy-ui": "108.0.0", "enzyme": "3.11.0", "enzyme-adapter-react-16": "1.15.6", "enzyme-to-json": "3.6.2", "jest": "26.6.3", "react": "16.12.0", "react-dom": "16.13.0", - "react-router": "^5.0.1", + "react-router": "5.3.3", "storybook": "7.6.0" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index a5427313ce..0188761330 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2899,7 +2899,7 @@ dependencies: chalk "^4.0.0" -"@cozy/minilog@1.0.0", "@cozy/minilog@>=1.0.0", "@cozy/minilog@^1.0.0": +"@cozy/minilog@1.0.0", "@cozy/minilog@^1.0.0": version "1.0.0" resolved "https://registry.yarnpkg.com/@cozy/minilog/-/minilog-1.0.0.tgz#1acc1aad849261e931e255a5f181b638315f7b84" integrity sha512-IkDHF9CLh0kQeSEVsou59ar/VehvenpbEUjLfwhckJyOUqZnKAWmXy8qrBgMT5Loxr8Xjs2wmMnj0D67wP00eQ== @@ -5651,7 +5651,7 @@ remark-slug "^6.0.0" ts-dedent "^2.0.0" -"@storybook/addon-essentials@7.6.0", "@storybook/addon-essentials@^7.0.23": +"@storybook/addon-essentials@7.6.0": version "7.6.0" resolved "https://registry.yarnpkg.com/@storybook/addon-essentials/-/addon-essentials-7.6.0.tgz#715f338bcbf84f4ed43c8fb70e2a063ac0897c64" integrity sha512-cLmLradZqGxh3xavAhPTmJYUdV66NZsEyAZKdc2Fjo9sVWbWstODe/IC1xhD1dRgxEMCTlBpmUENqeCbbnkpqA== @@ -5678,7 +5678,7 @@ dependencies: "@storybook/global" "^5.0.0" -"@storybook/addon-interactions@7.6.0", "@storybook/addon-interactions@^7.0.23": +"@storybook/addon-interactions@7.6.0": version "7.6.0" resolved "https://registry.yarnpkg.com/@storybook/addon-interactions/-/addon-interactions-7.6.0.tgz#6c294529ece6a54af425e9af06a2a8dadc2741fc" integrity sha512-+u1+FFn8asqJ96qe8AHWhpazYGu60vsl6QFkS1AWcvcNHaevjcSyBkPoVJEywnnixd5H3rpKo6EkXLsUvdr3JQ== @@ -5689,7 +5689,7 @@ polished "^4.2.2" ts-dedent "^2.2.0" -"@storybook/addon-links@7.6.0", "@storybook/addon-links@^7.0.23": +"@storybook/addon-links@7.6.0": version "7.6.0" resolved "https://registry.yarnpkg.com/@storybook/addon-links/-/addon-links-7.6.0.tgz#adefec37dfdff08630838be51d05c0d7f02e958e" integrity sha512-Qfq6U7EuxlXUFSbWVH8XRzQWva+CNtNgqjwO2hGsbhCisX5cb8vjl1mQF9DH00Lc021UcUjDPXiCCEEhj6Mpvg== @@ -5726,7 +5726,7 @@ dependencies: memoizerific "^1.11.3" -"@storybook/blocks@7.6.0", "@storybook/blocks@^7.0.23": +"@storybook/blocks@7.6.0": version "7.6.0" resolved "https://registry.yarnpkg.com/@storybook/blocks/-/blocks-7.6.0.tgz#8534ac5d3c6ad68d0e2c806648237ad738668694" integrity sha512-S5g0h9dJevngPXnsFAjxQryOU/rQuA4cet40hIH0qRKesFwaXDFrsYHMZfxg6uGKygpeGbIEBoXckL8DT3SofA== @@ -6252,7 +6252,7 @@ resolved "https://registry.yarnpkg.com/@storybook/react-dom-shim/-/react-dom-shim-7.6.0.tgz#645e62469a0824d5997e32ff2312fe2fbe5fe33d" integrity sha512-DBsQ9OBwSjUEI2bvHcGqs+ucVy3UE8CjoWpD93kRcJZY913DCoNDrMSBWozhBHlcO65LhuBjrNm7oKdmwAKJsg== -"@storybook/react-webpack5@7.6.0", "@storybook/react-webpack5@^7.0.23": +"@storybook/react-webpack5@7.6.0": version "7.6.0" resolved "https://registry.yarnpkg.com/@storybook/react-webpack5/-/react-webpack5-7.6.0.tgz#f9dc543a9b6db522f1687271c29cae9bfa86e585" integrity sha512-htDtBZ4S4kWWqG1DP4DqxLPh6CryGAvaT/rcYAqJsuFCW6kiV+IGSFUp31vTAz+IET8gU+IjGOckjg9tH+Zw6g== @@ -6262,7 +6262,7 @@ "@storybook/react" "7.6.0" "@types/node" "^18.0.0" -"@storybook/react@7.6.0", "@storybook/react@^7.0.23": +"@storybook/react@7.6.0": version "7.6.0" resolved "https://registry.yarnpkg.com/@storybook/react/-/react-7.6.0.tgz#24f77bb0fb1bf3f71d475c8a5b714defa2336f3b" integrity sha512-9ohJYqNAjGa1Lqxs8wKQNAifLjuQCSOFRx1yFb9azpJ7VS/G4CJ9v4p0Et79rqhP9EcHgACZx/8jFQsQgDD9ug== @@ -6312,16 +6312,7 @@ fs-extra "^11.1.0" read-pkg-up "^7.0.1" -"@storybook/testing-library@0.2.2": - version "0.2.2" - resolved "https://registry.yarnpkg.com/@storybook/testing-library/-/testing-library-0.2.2.tgz#c8e089cc8d7354f6066fdb580fae3eedf568aa7c" - integrity sha512-L8sXFJUHmrlyU2BsWWZGuAjv39Jl1uAqUHdxmN42JY15M4+XCMjGlArdCCjDe1wpTSW6USYISA9axjZojgtvnw== - dependencies: - "@testing-library/dom" "^9.0.0" - "@testing-library/user-event" "^14.4.0" - ts-dedent "^2.2.0" - -"@storybook/testing-library@^0.0.14-next.2": +"@storybook/testing-library@0.0.14-next.2": version "0.0.14-next.2" resolved "https://registry.yarnpkg.com/@storybook/testing-library/-/testing-library-0.0.14-next.2.tgz#458e6c7623118e24826ba73b80db0a887f3f57e8" integrity sha512-i/SLSGm0o978ELok/SB4Qg1sZ3zr+KuuCkzyFqcCD0r/yf+bG35aQGkFqqxfSAdDxuQom0NO02FE+qys5Eapdg== @@ -6332,6 +6323,15 @@ "@testing-library/user-event" "^13.2.1" ts-dedent "^2.2.0" +"@storybook/testing-library@0.2.2": + version "0.2.2" + resolved "https://registry.yarnpkg.com/@storybook/testing-library/-/testing-library-0.2.2.tgz#c8e089cc8d7354f6066fdb580fae3eedf568aa7c" + integrity sha512-L8sXFJUHmrlyU2BsWWZGuAjv39Jl1uAqUHdxmN42JY15M4+XCMjGlArdCCjDe1wpTSW6USYISA9axjZojgtvnw== + dependencies: + "@testing-library/dom" "^9.0.0" + "@testing-library/user-event" "^14.4.0" + ts-dedent "^2.2.0" + "@storybook/theming@7.6.0": version "7.6.0" resolved "https://registry.yarnpkg.com/@storybook/theming/-/theming-7.6.0.tgz#7a877407588949d3ac7a25fce5fa3ae4a0c2efbd" @@ -10551,7 +10551,7 @@ cosmiconfig@^7.0.1: path-type "^4.0.0" yaml "^1.10.0" -cozy-bar@^12.2.3: +cozy-bar@12.2.3: version "12.2.3" resolved "https://registry.yarnpkg.com/cozy-bar/-/cozy-bar-12.2.3.tgz#43501e2dc82bbad80ff52c9e87e6dfa03b60bdb2" integrity sha512-FH8+bM0haujVy/O9UbW7E34t0InfvZPafoIAVb/KdsDQaO8/Q5JH4hDyCHw+UNt55Mpw6cE+GK3w11RSAeC86g== @@ -10773,7 +10773,7 @@ cozy-interapp@^0.5.4: resolved "https://registry.yarnpkg.com/cozy-interapp/-/cozy-interapp-0.5.7.tgz#75cafe1732ad660e2caf1ccf412f302594705f39" integrity sha512-laIL/ATYV9oZnmqS+LMoO9qzk8XjJ1v2/YrA1Po2rI8ia/MDgjYO07424x2RuvHhNOBPGjD+JmqwQ0rNDlLW+Q== -cozy-keys-lib@^6.1.1: +cozy-keys-lib@6.1.1: version "6.1.1" resolved "https://registry.yarnpkg.com/cozy-keys-lib/-/cozy-keys-lib-6.1.1.tgz#a9674ef2977e6bc26110d101bb47e78bab3ae670" integrity sha512-C98kCQjyYiWz/ElUMjUqIoYIhc5eWrF8r8WfFCVQCAvt9j1tRmwsTvWC70rA/5/i/QfuFOln7U9hXpn3rdDnow== @@ -10850,60 +10850,7 @@ cozy-stack-client@^48.6.0: mime "^2.4.0" qs "^6.7.0" -cozy-ui@40.9.1: - version "40.9.1" - resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-40.9.1.tgz#043394b25704b50bbc54f95325cdd6de7379b3bf" - integrity sha512-PYkjJmZpWRVO1dy+FJneKw8va+ooJ39muYCZm0D0jQdocmFVMPCKTfEbtPIMADykNi78B70rhSxsK0xeQ4sm6A== - dependencies: - "@babel/runtime" "^7.3.4" - "@popperjs/core" "^2.4.4" - classnames "^2.2.5" - cozy-interapp "0.5.4" - date-fns "^1.28.5" - hammerjs "^2.0.8" - intersection-observer "0.11.0" - node-polyglot "^2.2.2" - normalize.css "^7.0.0" - react-markdown "^4.0.8" - react-pdf "^4.0.5" - react-popper "^2.2.3" - react-remove-scroll "^2.4.0" - react-select "2.2.0" - react-swipeable-views "0.13.3" - -cozy-ui@93.1.1: - version "93.1.1" - resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-93.1.1.tgz#a09512a53a55a0b8ecab21e0572bbd12678ad128" - integrity sha512-vrfW9KZRyyRmxV/FqeUlUdtFUeiy/NSdMmiP0xVEZ1HqmwqQAJ46haZzHlIAyUDRjGy37c9k4J9V3ztu+SQHzQ== - dependencies: - "@babel/runtime" "^7.3.4" - "@material-ui/core" "4.12.3" - "@material-ui/lab" "^4.0.0-alpha.61" - "@popperjs/core" "^2.4.4" - bundlemon "^1.3.2" - chart.js "3.7.1" - classnames "^2.2.5" - copy-text-to-clipboard "3.2.0" - cozy-interapp "^0.5.4" - date-fns "^1.28.5" - filesize "8.0.7" - hammerjs "^2.0.8" - intersection-observer "0.11.0" - mime-types "2.1.35" - mui-bottom-sheet "https://github.com/cozy/mui-bottom-sheet.git#v1.0.9" - node-polyglot "^2.2.2" - normalize.css "^8.0.0" - piwik-react-router "0.12.1" - react-chartjs-2 "4.1.0" - react-markdown "^4.0.8" - react-pdf "^5.7.2" - react-popper "^2.2.3" - react-remove-scroll "^2.4.0" - react-select "^4.3.0" - react-swipeable-views "^0.13.3" - rooks "^5.11.2" - -cozy-ui@^107.0.0: +cozy-ui@107.0.0: version "107.0.0" resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-107.0.0.tgz#de355ebf4b046d1d98ca0c0f050e3f9799d04f6e" integrity sha512-0vJkl1p+q50h0BwWQE1D9hxmdSeFC5ZI7pMIsQFkokWZRdWiJZsqAc3yW4ujxmFx/9DwyfbdwcFic230xLFGzQ== @@ -10921,7 +10868,7 @@ cozy-ui@^107.0.0: hammerjs "^2.0.8" intersection-observer "0.11.0" mime-types "2.1.35" - mui-bottom-sheet "https://github.com/cozy/mui-bottom-sheet.git#v1.0.9" + mui-bottom-sheet "git+https://github.com/cozy/mui-bottom-sheet.git#v1.0.9" node-polyglot "^2.5.0" normalize.css "^8.0.0" pdf-lib "1.17.1" @@ -10935,7 +10882,7 @@ cozy-ui@^107.0.0: react-swipeable-views "^0.13.3" rooks "^5.11.2" -cozy-ui@^108.0.0: +cozy-ui@108.0.0: version "108.0.0" resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-108.0.0.tgz#94d265406f19040ee323ab078df752ca64dc948d" integrity sha512-Et2KNzP397Eq8mEJclsVMAVZuFI8UUJz3ECfRHqYNetMmOTuO2BHlXMbkcMfJ3oYCua60kPtrgNIuvYOpiKFhw== @@ -10953,7 +10900,7 @@ cozy-ui@^108.0.0: hammerjs "^2.0.8" intersection-observer "0.11.0" mime-types "2.1.35" - mui-bottom-sheet "https://github.com/cozy/mui-bottom-sheet.git#v1.0.9" + mui-bottom-sheet "git+https://github.com/cozy/mui-bottom-sheet.git#v1.0.9" node-polyglot "^2.5.0" normalize.css "^8.0.0" pdf-lib "1.17.1" @@ -10967,7 +10914,7 @@ cozy-ui@^108.0.0: react-swipeable-views "^0.13.3" rooks "^5.11.2" -cozy-ui@^111.8.1: +cozy-ui@111.8.1: version "111.8.1" resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-111.8.1.tgz#589f6743811bbb0ec1e0e8ff55d65337e4752f23" integrity sha512-jbDCUlatd1djQe5kZ0P7eufiWcf3Sm6LuKOsoAPLCppPb849ywd6cdkVkYRkt+Hzpe7k0b1sZ0+/CRg+L3Fyaw== @@ -10985,7 +10932,7 @@ cozy-ui@^111.8.1: hammerjs "^2.0.8" intersection-observer "0.11.0" mime-types "2.1.35" - mui-bottom-sheet "https://github.com/cozy/mui-bottom-sheet.git#v1.0.9" + mui-bottom-sheet "git+https://github.com/cozy/mui-bottom-sheet.git#v1.0.9" node-polyglot "^2.5.0" normalize.css "^8.0.0" pdf-lib "1.17.1" @@ -10999,7 +10946,7 @@ cozy-ui@^111.8.1: react-swipeable-views "^0.13.3" rooks "^5.11.2" -cozy-ui@^40.9.1: +cozy-ui@40.10.0: version "40.10.0" resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-40.10.0.tgz#f51f37b4dec9af06cc78c491c1cc940c5bd25730" integrity sha512-7McoMD9Ky34EQFXMqh7qm83ZyWnAV7x8CB3ilMjxCJ9f52x9T1ocvZ+O4m166gtkYEd+5wkJTz0iAeaxLR02rg== @@ -11020,6 +10967,59 @@ cozy-ui@^40.9.1: react-select "2.2.0" react-swipeable-views "0.13.3" +cozy-ui@40.9.1: + version "40.9.1" + resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-40.9.1.tgz#043394b25704b50bbc54f95325cdd6de7379b3bf" + integrity sha512-PYkjJmZpWRVO1dy+FJneKw8va+ooJ39muYCZm0D0jQdocmFVMPCKTfEbtPIMADykNi78B70rhSxsK0xeQ4sm6A== + dependencies: + "@babel/runtime" "^7.3.4" + "@popperjs/core" "^2.4.4" + classnames "^2.2.5" + cozy-interapp "0.5.4" + date-fns "^1.28.5" + hammerjs "^2.0.8" + intersection-observer "0.11.0" + node-polyglot "^2.2.2" + normalize.css "^7.0.0" + react-markdown "^4.0.8" + react-pdf "^4.0.5" + react-popper "^2.2.3" + react-remove-scroll "^2.4.0" + react-select "2.2.0" + react-swipeable-views "0.13.3" + +cozy-ui@93.1.1: + version "93.1.1" + resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-93.1.1.tgz#a09512a53a55a0b8ecab21e0572bbd12678ad128" + integrity sha512-vrfW9KZRyyRmxV/FqeUlUdtFUeiy/NSdMmiP0xVEZ1HqmwqQAJ46haZzHlIAyUDRjGy37c9k4J9V3ztu+SQHzQ== + dependencies: + "@babel/runtime" "^7.3.4" + "@material-ui/core" "4.12.3" + "@material-ui/lab" "^4.0.0-alpha.61" + "@popperjs/core" "^2.4.4" + bundlemon "^1.3.2" + chart.js "3.7.1" + classnames "^2.2.5" + copy-text-to-clipboard "3.2.0" + cozy-interapp "^0.5.4" + date-fns "^1.28.5" + filesize "8.0.7" + hammerjs "^2.0.8" + intersection-observer "0.11.0" + mime-types "2.1.35" + mui-bottom-sheet "https://github.com/cozy/mui-bottom-sheet.git#v1.0.9" + node-polyglot "^2.2.2" + normalize.css "^8.0.0" + piwik-react-router "0.12.1" + react-chartjs-2 "4.1.0" + react-markdown "^4.0.8" + react-pdf "^5.7.2" + react-popper "^2.2.3" + react-remove-scroll "^2.4.0" + react-select "^4.3.0" + react-swipeable-views "^0.13.3" + rooks "^5.11.2" + create-ecdh@^4.0.0: version "4.0.3" resolved "https://registry.yarnpkg.com/create-ecdh/-/create-ecdh-4.0.3.tgz#c9111b6f33045c4697f144787f9254cdc77c45ff" @@ -14810,7 +14810,7 @@ glogg@^1.0.2: dependencies: sparkles "^1.0.0" -gluejs@2.x: +gluejs@2.4.0: version "2.4.0" resolved "https://registry.yarnpkg.com/gluejs/-/gluejs-2.4.0.tgz#b16e724c7b9f5c45dbb5fb8ba2fd5a537b8cf2f0" integrity sha512-ONu5oMBNppp7ybu5PvrnCDh7nv6B6YHKiCrvU9KHFv/ML94Kw18kLilc1z+VucPUeprqrHKMBwNq0nnxWbn1qg== @@ -16597,7 +16597,7 @@ isobject@^3.0.0, isobject@^3.0.1: version "3.0.1" resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df" -isomorphic-fetch@^2.1.1, isomorphic-fetch@^2.2.1: +isomorphic-fetch@2.2.1, isomorphic-fetch@^2.1.1, isomorphic-fetch@^2.2.1: version "2.2.1" resolved "https://registry.yarnpkg.com/isomorphic-fetch/-/isomorphic-fetch-2.2.1.tgz#611ae1acf14f5e81f729507472819fe9733558a9" dependencies: @@ -19889,7 +19889,7 @@ mkdirp@^1.0.3, mkdirp@^1.0.4: resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e" integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw== -mocha@*: +mocha@10.2.0: version "10.2.0" resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.2.0.tgz#1fd4a7c32ba5ac372e03a17eef435bd00e5c68b8" integrity sha512-IDY7fl/BecMwFHzoqF2sg/SHHANeBoMMXFlS9r0OXKDssYE1M5O43wUY/9BVPeIvfH2zmEbBfseqN9gBQZzXkg== @@ -19926,7 +19926,7 @@ mockdate@2.0.5: version "2.0.5" resolved "https://registry.yarnpkg.com/mockdate/-/mockdate-2.0.5.tgz#70c6abf9ed4b2dae65c81dfc170dd1a5cec53620" -mockdate@3.0.5, mockdate@^3.0.5: +mockdate@3.0.5: version "3.0.5" resolved "https://registry.yarnpkg.com/mockdate/-/mockdate-3.0.5.tgz#789be686deb3149e7df2b663d2bc4392bc3284fb" integrity sha512-iniQP4rj1FhBdBYS/+eQv7j1tadJ9lJtdzgOpvsOHng/GbcDh2Fhdeq+ZRldrPYdXvCyfFUmFeEwEGXZB5I/AQ== @@ -23281,21 +23281,7 @@ react-router@3.2.6: react-is "^16.13.0" warning "^3.0.0" -react-router@6.3.0: - version "6.3.0" - resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.3.0.tgz#3970cc64b4cb4eae0c1ea5203a80334fdd175557" - integrity sha512-7Wh1DzVQ+tlFjkeo+ujvjSqSJmkt1+8JO+T5xklPlgrh70y7ogx75ODRW0ThWhY7S+6yEDks8TYrtQe/aoboBQ== - dependencies: - history "^5.2.0" - -react-router@6.4.5: - version "6.4.5" - resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.4.5.tgz#73f382af2c8b9a86d74e761a7c5fc3ce7cb0024d" - integrity sha512-1RQJ8bM70YEumHIlNUYc6mFfUDoWa5EgPDenK/fq0bxD8DYpQUi/S6Zoft+9DBrh2xmtg92N5HMAJgGWDhKJ5Q== - dependencies: - "@remix-run/router" "1.0.5" - -react-router@^5.0.1: +react-router@5.3.3: version "5.3.3" resolved "https://registry.yarnpkg.com/react-router/-/react-router-5.3.3.tgz#8e3841f4089e728cf82a429d92cdcaa5e4a3a288" integrity sha512-mzQGUvS3bM84TnbtMYR8ZjKnuPJ71IjSzR+DE6UkUqvN4czWIqEs17yLL8xkAycv4ev0AiN+IGrWu88vJs/p2w== @@ -23311,6 +23297,20 @@ react-router@^5.0.1: tiny-invariant "^1.0.2" tiny-warning "^1.0.0" +react-router@6.3.0: + version "6.3.0" + resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.3.0.tgz#3970cc64b4cb4eae0c1ea5203a80334fdd175557" + integrity sha512-7Wh1DzVQ+tlFjkeo+ujvjSqSJmkt1+8JO+T5xklPlgrh70y7ogx75ODRW0ThWhY7S+6yEDks8TYrtQe/aoboBQ== + dependencies: + history "^5.2.0" + +react-router@6.4.5: + version "6.4.5" + resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.4.5.tgz#73f382af2c8b9a86d74e761a7c5fc3ce7cb0024d" + integrity sha512-1RQJ8bM70YEumHIlNUYc6mFfUDoWa5EgPDenK/fq0bxD8DYpQUi/S6Zoft+9DBrh2xmtg92N5HMAJgGWDhKJ5Q== + dependencies: + "@remix-run/router" "1.0.5" + react-select@2.2.0: version "2.2.0" resolved "https://registry.yarnpkg.com/react-select/-/react-select-2.2.0.tgz#67c8b5c2dcb8df0384f2a103efe952570f5d6b93" @@ -25728,7 +25728,7 @@ store2@^2.14.2: resolved "https://registry.yarnpkg.com/store2/-/store2-2.14.2.tgz#56138d200f9fe5f582ad63bc2704dbc0e4a45068" integrity sha512-siT1RiqlfQnGqgT/YzXVUNsom9S0H1OX+dpdGN1xkyYATo4I6sep5NmsRD/40s3IIOvlCq6akxkqG82urIZW1w== -storybook@7.6.0, storybook@^7.0.23: +storybook@7.6.0: version "7.6.0" resolved "https://registry.yarnpkg.com/storybook/-/storybook-7.6.0.tgz#7f83316ff9d2ba614d129b64298790f60d99fe37" integrity sha512-t844tajV8dcWiGmGV0zXUdmLzLnftTqQOfzX678AjJXh7ijhMkNi2dgSFLaAOLQqeljdGfyrgFrivveZxkaj2w==