Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates react to 19 #3959

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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