File tree Expand file tree Collapse file tree 2 files changed +19
-16
lines changed Expand file tree Collapse file tree 2 files changed +19
-16
lines changed Original file line number Diff line number Diff line change 40
40
"homepage" : " https://github.com/researchgate/react-fast-highlight#readme" ,
41
41
"peerDependencies" : {
42
42
"highlight.js" : " ^9.0.0 || ^10.0.0 || ^11.0.0" ,
43
- "react" : " ^16.0.0"
43
+ "react" : " ^16.0.0 || ^18.0.0 "
44
44
},
45
45
"devDependencies" : {
46
46
"@babel/cli" : " 7.17.6" ,
58
58
"highlight.js" : " 11.5.1" ,
59
59
"jest-snapshot" : " 27.5.1" ,
60
60
"npm-run-all" : " 4.1.5" ,
61
- "react" : " 16.14 .0" ,
62
- "react-dom" : " 16.14 .0" ,
61
+ "react" : " 18.0 .0" ,
62
+ "react-dom" : " 18.0 .0" ,
63
63
"rimraf" : " 3.0.2" ,
64
64
"spire" : " 3.2.3" ,
65
65
"spire-plugin-semantic-release" : " 3.2.3" ,
Original file line number Diff line number Diff line change @@ -8321,15 +8321,13 @@ react-deep-force-update@^1.0.0:
8321
8321
resolved "https://registry.yarnpkg.com/react-deep-force-update/-/react-deep-force-update-1.1.2.tgz#3d2ae45c2c9040cbb1772be52f8ea1ade6ca2ee1"
8322
8322
integrity sha512-WUSQJ4P/wWcusaH+zZmbECOk7H5N2pOIl0vzheeornkIMhu+qrNdGFm0bDZLCb0hSF0jf/kH1SgkNGfBdTc4wA==
8323
8323
8324
- react-dom@16.14 .0 :
8325
- version "16.14 .0"
8326
- resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.14 .0.tgz#7ad838ec29a777fb3c75c3a190f661cf92ab8b89 "
8327
- integrity sha512-1gCeQXDLoIqMgqD3IO2Ah9bnf0w9kzhwN5q4FGnHZ67hBm9yePzB5JJAIQCc8x3pFnNlwFq4RidZggNAAkzWWw ==
8324
+ react-dom@18.0 .0 :
8325
+ version "18.0 .0"
8326
+ resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.0 .0.tgz#26b88534f8f1dbb80853e1eabe752f24100d8023 "
8327
+ integrity sha512-XqX7uzmFo0pUceWFCt7Gff6IyIMzFUn7QMZrbrQfGxtaxXZIcGQzoNpRLE3fQLnS4XzLLPMZX2T9TRcSrasicw ==
8328
8328
dependencies :
8329
8329
loose-envify "^1.1.0"
8330
- object-assign "^4.1.1"
8331
- prop-types "^15.6.2"
8332
- scheduler "^0.19.1"
8330
+ scheduler "^0.21.0"
8333
8331
8334
8332
react-is@^16.12.0, react-is@^16.13.1, react-is@^16.8.6 :
8335
8333
version "16.13.1"
@@ -8372,14 +8370,12 @@ react-transform-hmr@^1.0.3:
8372
8370
global "^4.3.0"
8373
8371
react-proxy "^1.1.7"
8374
8372
8375
- react@16.14 .0 :
8376
- version "16.14 .0"
8377
- resolved "https://registry.yarnpkg.com/react/-/react-16.14 .0.tgz#94d776ddd0aaa37da3eda8fc5b6b18a4c9a3114d "
8378
- integrity sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g ==
8373
+ react@18.0 .0 :
8374
+ version "18.0 .0"
8375
+ resolved "https://registry.yarnpkg.com/react/-/react-18.0 .0.tgz#b468736d1f4a5891f38585ba8e8fb29f91c3cb96 "
8376
+ integrity sha512-x+VL6wbT4JRVPm7EGxXhZ8w8LTROaxPXOqhlGyVSrv0sB1jkyFGgXxJ8LVoPRLvPR6/CIZGFmfzqUa2NYeMr2A ==
8379
8377
dependencies :
8380
8378
loose-envify "^1.1.0"
8381
- object-assign "^4.1.1"
8382
- prop-types "^15.6.2"
8383
8379
8384
8380
read-cmd-shim@^2.0.0 :
8385
8381
version "2.0.0"
@@ -8880,6 +8876,13 @@ scheduler@^0.19.1:
8880
8876
loose-envify "^1.1.0"
8881
8877
object-assign "^4.1.1"
8882
8878
8879
+ scheduler@^0.21.0 :
8880
+ version "0.21.0"
8881
+ resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.21.0.tgz#6fd2532ff5a6d877b6edb12f00d8ab7e8f308820"
8882
+ integrity sha512-1r87x5fz9MXqswA2ERLo0EbOAU74DpIUO090gIasYTqlVoJeMcl+Z1Rg7WHz+qtPujhS/hGIt9kxZOYBV3faRQ==
8883
+ dependencies :
8884
+ loose-envify "^1.1.0"
8885
+
8883
8886
semantic-release@^17.0.0 :
8884
8887
version "17.4.7"
8885
8888
resolved "https://registry.yarnpkg.com/semantic-release/-/semantic-release-17.4.7.tgz#88e1dce7294cc43acc54c4e0a83f582264567206"
You can’t perform that action at this time.
0 commit comments