Skip to content

Commit f396ed6

Browse files
eamodiosaeedzaha
authored andcommitted
Switches back to react 16.8.4
Avoid multiple react versions (of v16)
1 parent 1cc71dd commit f396ed6

File tree

3 files changed

+74
-111
lines changed

3 files changed

+74
-111
lines changed

ThirdPartyNotices.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ This project incorporates components from the projects listed below.
2929
24. node-fetch version 2.7.0 (https://github.com/bitinn/node-fetch)
3030
25. os-browserify version 0.3.0 (https://github.com/CoderPuppy/os-browserify)
3131
26. path-browserify version 1.0.1 (https://github.com/browserify/path-browserify)
32-
27. react-dom version 16.14.0 (https://github.com/facebook/react)
32+
27. react-dom version 16.8.4 (https://github.com/facebook/react)
3333
28. react-dom version 19.0.0 (https://github.com/facebook/react)
34-
29. react version 16.14.0 (https://github.com/facebook/react)
34+
29. react version 16.8.4 (https://github.com/facebook/react)
3535
30. react version 19.0.0 (https://github.com/facebook/react)
3636
31. signal-utils version 0.21.1 (https://github.com/proposal-signals/signal-utils)
3737
32. slug version 10.0.0 (https://github.com/Trott/slug)

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21492,7 +21492,7 @@
2149221492
"@opentelemetry/resources": "1.30.1",
2149321493
"@opentelemetry/sdk-trace-base": "1.30.1",
2149421494
"@opentelemetry/semantic-conventions": "1.30.0",
21495-
"@r2wc/react-to-web-component": "^2.0.4",
21495+
"@r2wc/react-to-web-component": "2.0.4",
2149621496
"@shoelace-style/shoelace": "2.20.0",
2149721497
"@vscode/codicons": "0.0.36",
2149821498
"billboard.js": "3.14.3",
@@ -21503,8 +21503,8 @@
2150321503
"node-fetch": "2.7.0",
2150421504
"os-browserify": "0.3.0",
2150521505
"path-browserify": "1.0.1",
21506-
"react": "16.14.0",
21507-
"react-dom": "16.14.0",
21506+
"react": "16.8.4",
21507+
"react-dom": "16.8.4",
2150821508
"react-next": "npm:[email protected]",
2150921509
"react-dom-next": "npm:[email protected]",
2151021510
"signal-utils": "0.21.1",
@@ -21520,9 +21520,9 @@
2152021520
"@types/mocha": "10.0.10",
2152121521
"@types/node": "20.14.15",
2152221522
"@types/react": "17.0.83",
21523-
"@types/react-next": "npm:@types/[email protected].6",
21523+
"@types/react-next": "npm:@types/[email protected].10",
2152421524
"@types/react-dom": "17.0.25",
21525-
"@types/react-dom-next": "npm:@types/[email protected].3",
21525+
"@types/react-dom-next": "npm:@types/[email protected].4",
2152621526
"@types/sinon": "17.0.4",
2152721527
"@types/slug": "5.0.9",
2152821528
"@types/sortablejs": "1.15.8",

0 commit comments

Comments
 (0)