Skip to content

Commit 5fa3abb

Browse files
fix(deps): update react monorepo
1 parent a1c85df commit 5fa3abb

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"@tinymce/tinymce-react": "^4.3.0",
2020
"@types/d3": "^7.4.0",
2121
"@types/node": "18.16.19",
22-
"@types/react": "18.2.14",
23-
"@types/react-dom": "18.2.6",
22+
"@types/react": "18.2.65",
23+
"@types/react-dom": "18.2.21",
2424
"@types/react-spinner": "^0.2.0",
2525
"@types/styled-components": "^5.1.26",
2626
"@types/tinymce": "^4.6.5",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -1834,7 +1834,7 @@
18341834
integrity sha512-MOkzsEp1Jk5bXuAsHsUi6BVv0zCO+7/2PTiZMXWDSsMXvNU6w/PLMQT2vHn8hy2i0JqojPz1Sz6rsFjHtsU0lA==
18351835
dependencies:
18361836
graphql "*"
1837-
1837+
18381838
"@types/hast@^2.0.0":
18391839
version "2.3.8"
18401840
resolved "https://registry.yarnpkg.com/@types/hast/-/hast-2.3.8.tgz#4ac5caf38b262b7bd5ca3202dda71f0271635660"
@@ -1988,10 +1988,10 @@
19881988
dependencies:
19891989
"@types/react" "*"
19901990

1991-
"@types/[email protected].6":
1992-
version "18.2.6"
1993-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.6.tgz#ad621fa71a8db29af7c31b41b2ea3d8a6f4144d1"
1994-
integrity sha512-2et4PDvg6PVCyS7fuTc4gPoksV58bW0RwSxWKcPRcHZf0PRUGq03TKcD/rUHe3azfV6/5/biUBJw+HhCQjaP0A==
1991+
"@types/[email protected].21":
1992+
version "18.2.21"
1993+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.21.tgz#b8c81715cebdebb2994378616a8d54ace54f043a"
1994+
integrity sha512-gnvBA/21SA4xxqNXEwNiVcP0xSGHh/gi1VhWv9Bl46a0ItbTT5nFY+G9VSQpaG/8N/qdJpJ+vftQ4zflTtnjLw==
19951995
dependencies:
19961996
"@types/react" "*"
19971997

@@ -2025,10 +2025,10 @@
20252025
"@types/scheduler" "*"
20262026
csstype "^3.0.2"
20272027

2028-
"@types/[email protected].14":
2029-
version "18.2.14"
2030-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.14.tgz#fa7a6fecf1ce35ca94e74874f70c56ce88f7a127"
2031-
integrity sha512-A0zjq+QN/O0Kpe30hA1GidzyFjatVvrpIvWLxD+xv67Vt91TWWgco9IvrJBkeyHm1trGaFS/FSGqPlhyeZRm0g==
2028+
"@types/[email protected].65":
2029+
version "18.2.65"
2030+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.65.tgz#54eb311fa9aba173c9e163d42ec188d5a42878b8"
2031+
integrity sha512-98TsY0aW4jqx/3RqsUXwMDZSWR1Z4CUlJNue8ueS2/wcxZOsz4xmW1X8ieaWVRHcmmQM3R8xVA4XWB3dJnWwDQ==
20322032
dependencies:
20332033
"@types/prop-types" "*"
20342034
"@types/scheduler" "*"

0 commit comments

Comments
 (0)