File tree 2 files changed +21
-9
lines changed
2 files changed +21
-9
lines changed Original file line number Diff line number Diff line change 20
20
"@mdx-js/react" : " ^1.6.22" ,
21
21
"clsx" : " ^1.2.1" ,
22
22
"prism-react-renderer" : " ^1.3.5" ,
23
+ "raw-loader" : " ^4.0.2" ,
23
24
"react" : " 18.2.0" ,
24
25
"react-dom" : " 18.2.0" ,
25
26
"react-tooltip" : " 5.0.0"
Original file line number Diff line number Diff line change @@ -6012,9 +6012,13 @@ react-dev-utils@^12.0.1:
6012
6012
strip-ansi "^6.0.1"
6013
6013
text-table "^0.2.0"
6014
6014
6015
- " react-dom@link:../node_modules/react-dom " :
6016
- version "0.0.0"
6017
- uid ""
6015
+ react-dom@18.2.0 :
6016
+ version "18.2.0"
6017
+ resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.2.0.tgz#22aaf38708db2674ed9ada224ca4aa708d821e3d"
6018
+ integrity sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==
6019
+ dependencies :
6020
+ loose-envify "^1.1.0"
6021
+ scheduler "^0.23.0"
6018
6022
6019
6023
react-error-overlay@^6.0.11 :
6020
6024
version "6.0.11"
@@ -6108,13 +6112,20 @@ react-textarea-autosize@^8.3.2:
6108
6112
use-composed-ref "^1.3.0"
6109
6113
use-latest "^1.2.1"
6110
6114
6111
- " react-tooltip@link:.. " :
6112
- version "0.0.0"
6113
- uid ""
6115
+ react-tooltip@5.0.0 :
6116
+ version "5.0.0"
6117
+ resolved "https://registry.yarnpkg.com/react-tooltip/-/react-tooltip-5.0.0.tgz#5e68f2ebd46e47ad03ee348050ed444b603b657b"
6118
+ integrity sha512-e7V+Umk8nKPIiyDqnFfwnx+5kYvwHyowwmqaKHkLU6plF6mwMFfDeh4pr+xe7urqWt2pyWmI2p5h2zPJTNGmRQ==
6119
+ dependencies :
6120
+ " @floating-ui/dom" " ^1.0.4"
6121
+ classnames "^2.3.2"
6114
6122
6115
- " react@link:../node_modules/react " :
6116
- version "0.0.0"
6117
- uid ""
6123
+ react@18.2.0 :
6124
+ version "18.2.0"
6125
+ resolved "https://registry.yarnpkg.com/react/-/react-18.2.0.tgz#555bd98592883255fa00de14f1151a917b5d77d5"
6126
+ integrity sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==
6127
+ dependencies :
6128
+ loose-envify "^1.1.0"
6118
6129
6119
6130
readable-stream@^2.0.1 :
6120
6131
version "2.3.7"
You can’t perform that action at this time.
0 commit comments