Skip to content

Commit 882f29b

Browse files
committed
wip react 19
1 parent 06f8cf2 commit 882f29b

File tree

6 files changed

+257
-216
lines changed

6 files changed

+257
-216
lines changed

Diff for: ThirdPartyNotices.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ This project incorporates components from the projects listed below.
2828
23. node-fetch version 2.7.0 (https://github.com/bitinn/node-fetch)
2929
24. os-browserify version 0.3.0 (https://github.com/CoderPuppy/os-browserify)
3030
25. path-browserify version 1.0.1 (https://github.com/browserify/path-browserify)
31-
26. react-dom version 16.8.4 (https://github.com/facebook/react)
32-
27. react version 16.8.4 (https://github.com/facebook/react)
31+
26. react-dom version 19.0.0 (https://github.com/facebook/react)
32+
27. react version 19.0.0 (https://github.com/facebook/react)
3333
28. signal-utils version 0.21.1 (https://github.com/proposal-signals/signal-utils)
3434
29. slug version 10.0.0 (https://github.com/Trott/slug)
3535
30. sortablejs version 1.15.0 (https://github.com/SortableJS/Sortable)
@@ -2129,7 +2129,7 @@ END OF path-browserify NOTICES AND INFORMATION
21292129
=========================================
21302130
MIT License
21312131

2132-
Copyright (c) Facebook, Inc. and its affiliates.
2132+
Copyright (c) Meta Platforms, Inc. and affiliates.
21332133

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

2159-
Copyright (c) Facebook, Inc. and its affiliates.
2159+
Copyright (c) Meta Platforms, Inc. and affiliates.
21602160

21612161
Permission is hereby granted, free of charge, to any person obtaining a copy
21622162
of this software and associated documentation files (the "Software"), to deal

Diff for: package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -20116,7 +20116,7 @@
2011620116
"vscode:prepublish": "pnpm run bundle"
2011720117
},
2011820118
"dependencies": {
20119-
"@gitkraken/gitkraken-components": "10.7.0",
20119+
"@gitkraken/gitkraken-components": "11.0.0-vnext",
2012020120
"@gitkraken/provider-apis": "0.26.1",
2012120121
"@gitkraken/shared-web-components": "0.1.1-rc.15",
2012220122
"@gk-nzaytsev/fast-string-truncated-width": "1.1.0",
@@ -20143,8 +20143,8 @@
2014320143
"node-fetch": "2.7.0",
2014420144
"os-browserify": "0.3.0",
2014520145
"path-browserify": "1.0.1",
20146-
"react": "16.8.4",
20147-
"react-dom": "16.8.4",
20146+
"react": "19.0.0",
20147+
"react-dom": "19.0.0",
2014820148
"signal-utils": "0.21.1",
2014920149
"slug": "10.0.0",
2015020150
"sortablejs": "1.15.0"
@@ -20158,8 +20158,8 @@
2015820158
"@types/eslint__js": "8.42.3",
2015920159
"@types/mocha": "10.0.10",
2016020160
"@types/node": "18.15.13",
20161-
"@types/react": "17.0.83",
20162-
"@types/react-dom": "17.0.25",
20161+
"@types/react": "19.0.6",
20162+
"@types/react-dom": "19.0.3",
2016320163
"@types/slug": "5.0.9",
2016420164
"@types/sortablejs": "1.15.8",
2016520165
"@types/vscode": "1.82.0",

0 commit comments

Comments
 (0)