Skip to content

Commit

Permalink
Update react monorepo to v18
Browse files Browse the repository at this point in the history
Dependency update (patch) :)
  • Loading branch information
renovate-bot committed Apr 26, 2022
1 parent 766aa77 commit 2db2032
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 22 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"axios": "0.26.1",
"chart.js": "3.7.1",
"lodash": "4.17.21",
"react": "17.0.2",
"react": "18.1.0",
"react-chartjs-2": "4.0.1",
"react-dom": "17.0.2",
"react-dom": "18.1.0",
"react-router-dom": "6.2.2",
"react-scripts": "5.0.0",
"react-scrolllock": "5.0.1",
Expand Down
37 changes: 17 additions & 20 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2017,10 +2017,10 @@
"@typescript-eslint/types" "5.17.0"
eslint-visitor-keys "^3.0.0"

"@vtfk/components@0.7.13":
version "0.7.13"
resolved "https://registry.npmjs.org/@vtfk/components/-/components-0.7.13.tgz"
integrity sha512-F6E70hTyxb73IvbPiBf4YCTbyrzD9S5/a3yR/Z5TbozYComlisw22PuOQGS+vtYX3UPyqos38BT+/42w5UpTOw==
"@vtfk/components@0.8.0":
version "0.8.0"
resolved "https://registry.yarnpkg.com/@vtfk/components/-/components-0.8.0.tgz#0e3f96514ddce0373c85da22394ba43b61df9800"
integrity sha512-oTIIY9+sF9G3L8ZHGcrsBjQNksojgZ/PfwkjjAwM+Q/u11EV7E9jSUCY8/eOIHEkYmMhIjsfiqiFW/F1RD7k8A==
dependencies:
lodash.get "^4.4.2"
nanoid "3.3.2"
Expand Down Expand Up @@ -7086,14 +7086,13 @@ react-dev-utils@^12.0.0:
strip-ansi "^6.0.1"
text-table "^0.2.0"

react-dom@17.0.2:
version "17.0.2"
resolved "https://registry.npmjs.org/react-dom/-/react-dom-17.0.2.tgz"
integrity sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==
react-dom@18.1.0:
version "18.1.0"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.1.0.tgz#7f6dd84b706408adde05e1df575b3a024d7e8a2f"
integrity sha512-fU1Txz7Budmvamp7bshe4Zi32d0ll7ect+ccxNu9FlObT605GOEB8BfO4tmRJ39R5Zj831VCpvQ05QPBW5yb+w==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
scheduler "^0.20.2"
scheduler "^0.22.0"

react-error-overlay@^6.0.10:
version "6.0.10"
Expand Down Expand Up @@ -7210,13 +7209,12 @@ [email protected]:
dependencies:
exenv "^1.2.2"

react@17.0.2:
version "17.0.2"
resolved "https://registry.npmjs.org/react/-/react-17.0.2.tgz"
integrity sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==
react@18.1.0:
version "18.1.0"
resolved "https://registry.yarnpkg.com/react/-/react-18.1.0.tgz#6f8620382decb17fdc5cc223a115e2adbf104890"
integrity sha512-4oL8ivCz5ZEPyclFQXaNksK3adutVS8l2xzZU0cqEFrE9Sb7fC0EFK5uEk74wIreL1DERyjvsU915j1pcT2uEQ==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"

readable-stream@^2.0.1:
version "2.3.7"
Expand Down Expand Up @@ -7499,13 +7497,12 @@ saxes@^5.0.1:
dependencies:
xmlchars "^2.2.0"

scheduler@^0.20.2:
version "0.20.2"
resolved "https://registry.npmjs.org/scheduler/-/scheduler-0.20.2.tgz"
integrity sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==
scheduler@^0.22.0:
version "0.22.0"
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.22.0.tgz#83a5d63594edf074add9a7198b1bae76c3db01b8"
integrity sha512-6QAm1BgQI88NPYymgGQLCZgvep4FyePDWFpXVK+zNSUgHwlqpJy8VEh8Et0KxTACS4VWwMousBElAZOH9nkkoQ==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"

[email protected]:
version "2.7.0"
Expand Down

0 comments on commit 2db2032

Please sign in to comment.