Skip to content

Commit

Permalink
wip react 19
Browse files Browse the repository at this point in the history
  • Loading branch information
nzaytsev committed Feb 3, 2025
1 parent 06f8cf2 commit 882f29b
Show file tree
Hide file tree
Showing 6 changed files with 257 additions and 216 deletions.
8 changes: 4 additions & 4 deletions ThirdPartyNotices.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ This project incorporates components from the projects listed below.
23. node-fetch version 2.7.0 (https://github.com/bitinn/node-fetch)
24. os-browserify version 0.3.0 (https://github.com/CoderPuppy/os-browserify)
25. path-browserify version 1.0.1 (https://github.com/browserify/path-browserify)
26. react-dom version 16.8.4 (https://github.com/facebook/react)
27. react version 16.8.4 (https://github.com/facebook/react)
26. react-dom version 19.0.0 (https://github.com/facebook/react)
27. react version 19.0.0 (https://github.com/facebook/react)
28. signal-utils version 0.21.1 (https://github.com/proposal-signals/signal-utils)
29. slug version 10.0.0 (https://github.com/Trott/slug)
30. sortablejs version 1.15.0 (https://github.com/SortableJS/Sortable)
Expand Down Expand Up @@ -2129,7 +2129,7 @@ END OF path-browserify NOTICES AND INFORMATION
=========================================
MIT License

Copyright (c) Facebook, Inc. and its affiliates.
Copyright (c) Meta Platforms, Inc. and affiliates.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -2156,7 +2156,7 @@ END OF react-dom NOTICES AND INFORMATION
=========================================
MIT License

Copyright (c) Facebook, Inc. and its affiliates.
Copyright (c) Meta Platforms, Inc. and affiliates.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20116,7 +20116,7 @@
"vscode:prepublish": "pnpm run bundle"
},
"dependencies": {
"@gitkraken/gitkraken-components": "10.7.0",
"@gitkraken/gitkraken-components": "11.0.0-vnext",
"@gitkraken/provider-apis": "0.26.1",
"@gitkraken/shared-web-components": "0.1.1-rc.15",
"@gk-nzaytsev/fast-string-truncated-width": "1.1.0",
Expand All @@ -20143,8 +20143,8 @@
"node-fetch": "2.7.0",
"os-browserify": "0.3.0",
"path-browserify": "1.0.1",
"react": "16.8.4",
"react-dom": "16.8.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"signal-utils": "0.21.1",
"slug": "10.0.0",
"sortablejs": "1.15.0"
Expand All @@ -20158,8 +20158,8 @@
"@types/eslint__js": "8.42.3",
"@types/mocha": "10.0.10",
"@types/node": "18.15.13",
"@types/react": "17.0.83",
"@types/react-dom": "17.0.25",
"@types/react": "19.0.6",
"@types/react-dom": "19.0.3",
"@types/slug": "5.0.9",
"@types/sortablejs": "1.15.8",
"@types/vscode": "1.82.0",
Expand Down
Loading

0 comments on commit 882f29b

Please sign in to comment.