chore(deps): update react monorepo (#766)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-04-26 15:42:33 -04:00 committed by GitHub
parent 4444dd791c
commit b6ea5da574
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 18 additions and 11 deletions

View File

@ -63,8 +63,8 @@
"@emotion/eslint-plugin": "11.10.0", "@emotion/eslint-plugin": "11.10.0",
"@emotion/jest": "11.10.5", "@emotion/jest": "11.10.5",
"@types/node": "18.16.0", "@types/node": "18.16.0",
"@types/react": "18.0.38", "@types/react": "18.2.0",
"@types/react-dom": "18.0.11", "@types/react-dom": "18.2.1",
"@typescript-eslint/eslint-plugin": "5.59.1", "@typescript-eslint/eslint-plugin": "5.59.1",
"@typescript-eslint/parser": "5.59.1", "@typescript-eslint/parser": "5.59.1",
"autoprefixer": "10.4.14", "autoprefixer": "10.4.14",

View File

@ -208,9 +208,9 @@
"@types/minimatch": "5.1.2", "@types/minimatch": "5.1.2",
"@types/node": "18.16.0", "@types/node": "18.16.0",
"@types/node-fetch": "2.6.3", "@types/node-fetch": "2.6.3",
"@types/react": "18.0.38", "@types/react": "18.2.0",
"@types/react-color": "3.0.6", "@types/react-color": "3.0.6",
"@types/react-dom": "18.0.11", "@types/react-dom": "18.2.1",
"@types/react-virtualized-auto-sizer": "1.0.1", "@types/react-virtualized-auto-sizer": "1.0.1",
"@types/react-window": "1.8.5", "@types/react-window": "1.8.5",
"@types/styled-components": "5.1.26", "@types/styled-components": "5.1.26",

View File

@ -41,8 +41,8 @@
"@types/node": "18.16.0", "@types/node": "18.16.0",
"@types/prettier": "2.7.2", "@types/prettier": "2.7.2",
"@types/prismjs": "1.26.0", "@types/prismjs": "1.26.0",
"@types/react": "18.0.38", "@types/react": "18.2.0",
"@types/react-dom": "18.0.11", "@types/react-dom": "18.2.1",
"@typescript-eslint/eslint-plugin": "5.59.1", "@typescript-eslint/eslint-plugin": "5.59.1",
"@typescript-eslint/parser": "5.59.1", "@typescript-eslint/parser": "5.59.1",
"@babel/eslint-parser": "7.21.3", "@babel/eslint-parser": "7.21.3",

View File

@ -4373,7 +4373,14 @@
"@types/react" "*" "@types/react" "*"
"@types/reactcss" "*" "@types/reactcss" "*"
"@types/react-dom@18.0.11", "@types/react-dom@^18.0.0": "@types/react-dom@18.2.1":
version "18.2.1"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.1.tgz#663b2612feb5f6431a70207430d7c04881b87f29"
integrity sha512-8QZEV9+Kwy7tXFmjJrp3XUKQSs9LTnE0KnoUb0YCguWBiNW0Yfb2iBMYZ08WPg35IR6P3Z0s00B15SwZnO26+w==
dependencies:
"@types/react" "*"
"@types/react-dom@^18.0.0":
version "18.0.11" version "18.0.11"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.0.11.tgz#321351c1459bc9ca3d216aefc8a167beec334e33" resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.0.11.tgz#321351c1459bc9ca3d216aefc8a167beec334e33"
integrity sha512-O38bPbI2CWtgw/OoQoY+BRelw7uysmXbWvw3nLWO21H1HSh+GOlqPuXshJfjmpNlKiiSDG9cc1JZAaMmVdcTlw== integrity sha512-O38bPbI2CWtgw/OoQoY+BRelw7uysmXbWvw3nLWO21H1HSh+GOlqPuXshJfjmpNlKiiSDG9cc1JZAaMmVdcTlw==
@ -4417,10 +4424,10 @@
"@types/scheduler" "*" "@types/scheduler" "*"
csstype "^3.0.2" csstype "^3.0.2"
"@types/react@18.0.38": "@types/react@18.2.0":
version "18.0.38" version "18.2.0"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.38.tgz#02a23bef8848b360a0d1dceef4432c15c21c600c" resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.0.tgz#15cda145354accfc09a18d2f2305f9fc099ada21"
integrity sha512-ExsidLLSzYj4cvaQjGnQCk4HFfVT9+EZ9XZsQ8Hsrcn8QNgXtpZ3m9vSIC2MWtx7jHictK6wYhQgGh6ic58oOw== integrity sha512-0FLj93y5USLHdnhIhABk83rm8XEGA7kH3cr+YUlvxoUGp1xNt/DINUMvqPxLyOQMzLmZe8i4RTHbvb8MC7NmrA==
dependencies: dependencies:
"@types/prop-types" "*" "@types/prop-types" "*"
"@types/scheduler" "*" "@types/scheduler" "*"