Skip to content

Commit 5e6a732

Browse files
committed
wip react 19
1 parent 3ff23b0 commit 5e6a732

File tree

6 files changed

+259
-226
lines changed

6 files changed

+259
-226
lines changed

ThirdPartyNotices.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This project incorporates components from the projects listed below.
66
1. @gk-nzaytsev/fast-string-truncated-width version 1.1.0 (https://github.com/nzaytsev/fast-string-truncated-width)
77
2. @lit-labs/signals version 0.1.1 (https://github.com/lit/lit)
88
3. @lit/context version 1.1.3 (https://github.com/lit/lit)
9-
4. @lit/react version 1.0.6 (https://github.com/lit/lit)
9+
4. @lit/react version 1.0.7 (https://github.com/lit/lit)
1010
5. @lit/task version 1.0.1 (https://github.com/lit/lit)
1111
6. @octokit/graphql version 8.1.2 (https://github.com/octokit/graphql.js)
1212
7. @octokit/request-error version 6.1.6 (https://github.com/octokit/request-error.js)
@@ -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)
@@ -2130,7 +2130,7 @@ END OF path-browserify NOTICES AND INFORMATION
21302130
=========================================
21312131
MIT License
21322132

2133-
Copyright (c) Facebook, Inc. and its affiliates.
2133+
Copyright (c) Meta Platforms, Inc. and affiliates.
21342134

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

2160-
Copyright (c) Facebook, Inc. and its affiliates.
2160+
Copyright (c) Meta Platforms, Inc. and affiliates.
21612161

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

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20032,13 +20032,13 @@
2003220032
"vscode:prepublish": "pnpm run bundle"
2003320033
},
2003420034
"dependencies": {
20035-
"@gitkraken/gitkraken-components": "10.7.0",
20035+
"@gitkraken/gitkraken-components": "11.0.0-vnext",
2003620036
"@gitkraken/provider-apis": "0.25.7",
2003720037
"@gitkraken/shared-web-components": "0.1.1-rc.15",
2003820038
"@gk-nzaytsev/fast-string-truncated-width": "1.1.0",
2003920039
"@lit-labs/signals": "0.1.1",
2004020040
"@lit/context": "1.1.3",
20041-
"@lit/react": "1.0.6",
20041+
"@lit/react": "1.0.7",
2004220042
"@lit/task": "1.0.1",
2004320043
"@octokit/graphql": "8.1.2",
2004420044
"@octokit/request": "9.1.4",
@@ -20059,8 +20059,8 @@
2005920059
"node-fetch": "2.7.0",
2006020060
"os-browserify": "0.3.0",
2006120061
"path-browserify": "1.0.1",
20062-
"react": "16.8.4",
20063-
"react-dom": "16.8.4",
20062+
"react": "19.0.0",
20063+
"react-dom": "19.0.0",
2006420064
"signal-utils": "0.21.1",
2006520065
"slug": "10.0.0",
2006620066
"sortablejs": "1.15.0",
@@ -20075,8 +20075,8 @@
2007520075
"@types/eslint__js": "8.42.3",
2007620076
"@types/mocha": "10.0.10",
2007720077
"@types/node": "18.15.13",
20078-
"@types/react": "17.0.83",
20079-
"@types/react-dom": "17.0.25",
20078+
"@types/react": "19.0.6",
20079+
"@types/react-dom": "19.0.3",
2008020080
"@types/slug": "5.0.9",
2008120081
"@types/sortablejs": "1.15.8",
2008220082
"@types/vscode": "1.82.0",

0 commit comments

Comments
 (0)