Skip to content

Commit

Permalink
chore(deps): update dependency react-cosmos to v6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 27, 2024
1 parent 3e5a6f5 commit ca3b575
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"postcss-import": "16.0.0",
"postcss-loader": "8.0.0",
"prettier": "3.2.4",
"react-cosmos": "6.0.0",
"react-cosmos": "6.0.1",
"react-cosmos-plugin-webpack": "6.0.0",
"style-loader": "3.3.4",
"ts-loader": "9.5.1",
Expand Down
42 changes: 30 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4822,6 +4822,15 @@ react-cosmos-core@^6.0.0:
lodash-es "4.17.21"
react-is "18.2.0"

react-cosmos-core@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/react-cosmos-core/-/react-cosmos-core-6.0.1.tgz#9887e17a589f1fd1645df764cab15ff6b12928d8"
integrity sha512-nKFTNjn3SUDHxBDmdyypBWQ4uuEGQ4LMHSKJqCLJCW1h1rYF4rcOdG8q+hSJsdaiopzGzgIMjXLqdCOR2z1X7g==
dependencies:
js-base64 "3.7.6"
lodash-es "4.17.21"
react-is "18.2.0"

react-cosmos-dom@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/react-cosmos-dom/-/react-cosmos-dom-6.0.0.tgz#f0a83c80506f09fbe8ab97c4537f28a7eb32ae5f"
Expand Down Expand Up @@ -4852,18 +4861,27 @@ react-cosmos-renderer@^6.0.0:
react-cosmos-core "^6.0.0"
react-is "18.2.0"

react-cosmos-ui@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/react-cosmos-ui/-/react-cosmos-ui-6.0.0.tgz#dcc9a564f6482188689681e609675af759af3d11"
integrity sha512-tgDzTLwNJV50/+aEiutJJI+8GHWc99lzDWmlPrnVMhmCy5Oll0EYjmnjSe/iZCcSlyo8VxMIujw/Fl31r3RcOQ==
react-cosmos-renderer@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/react-cosmos-renderer/-/react-cosmos-renderer-6.0.1.tgz#7654aee7f10074ca9a01747e3465d1269434daaa"
integrity sha512-ACkiMX1zSSNmwmAd6H/70aK8328C7xa8bgozp2EtY5Z5LGPzVs8qifEH6H4cqff3u0L/BUCf1DujVNJOGVKRMw==
dependencies:
lodash-es "4.17.21"
react-cosmos-core "^6.0.0"
react-cosmos-core "^6.0.1"
react-is "18.2.0"

[email protected]:
version "6.0.0"
resolved "https://registry.yarnpkg.com/react-cosmos/-/react-cosmos-6.0.0.tgz#9085860c04eebd6b5587da3ff7d9bd2f3790beef"
integrity sha512-wRAoA2rYjxHzRMsvGPwStYyPjvS0BojXePvW4zxXwL76kaM+NRmCzLgkYQ+PDFvMVc3BIVa23hzvjRDdad+kVA==
react-cosmos-ui@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/react-cosmos-ui/-/react-cosmos-ui-6.0.1.tgz#fa214962d6fc22da6657311cef3e02cb67d59be4"
integrity sha512-NXqjdv6u2JVDRgzNvxYYeBOp63XPGpzDLoTVd1mf29M0GUqwztcEhDDOmIHCgOR5gsCv1Q3LhUdo+9Cf9U+SFA==
dependencies:
lodash-es "4.17.21"
react-cosmos-core "^6.0.1"

[email protected]:
version "6.0.1"
resolved "https://registry.yarnpkg.com/react-cosmos/-/react-cosmos-6.0.1.tgz#732015017e463c4b3f3642d4c1595d09c2b31448"
integrity sha512-UvU1lR0dnGhXBRgFgVkCT+fFmM0pMntB1D5QctMM+4qb/uDFJalvGf4qFuF/c1aYMo3wx6ySMDHSkMbbtqHoKA==
dependencies:
"@skidding/launch-editor" "2.2.3"
chokidar "3.5.3"
Expand All @@ -4874,9 +4892,9 @@ [email protected]:
micromatch "4.0.5"
open "8.4.2"
pem "1.14.8"
react-cosmos-core "^6.0.0"
react-cosmos-renderer "^6.0.0"
react-cosmos-ui "^6.0.0"
react-cosmos-core "^6.0.1"
react-cosmos-renderer "^6.0.1"
react-cosmos-ui "^6.0.1"
ws "8.16.0"
yargs "17.7.2"

Expand Down

0 comments on commit ca3b575

Please sign in to comment.