Skip to content

Commit a64dd67

Browse files
authored
Merge pull request #689 from nextcloud/dependabot/npm_and_yarn/react-18.0.0
Bump react from 17.0.2 to 18.0.0
2 parents 2a5b8aa + 46326c9 commit a64dd67

File tree

5 files changed

+116
-46
lines changed

5 files changed

+116
-46
lines changed

js/logreader-main.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/logreader-main.js.LICENSE.txt

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,25 @@ object-assign
1313
* http://www.opensource.org/licenses/MIT
1414
*/
1515

16+
/**
17+
* @license React
18+
* react.production.min.js
19+
*
20+
* Copyright (c) Facebook, Inc. and its affiliates.
21+
*
22+
* This source code is licensed under the MIT license found in the
23+
* LICENSE file in the root directory of this source tree.
24+
*/
25+
26+
/** @license React v0.19.1
27+
* scheduler.production.min.js
28+
*
29+
* Copyright (c) Facebook, Inc. and its affiliates.
30+
*
31+
* This source code is licensed under the MIT license found in the
32+
* LICENSE file in the root directory of this source tree.
33+
*/
34+
1635
/** @license React v0.20.2
1736
* scheduler.production.min.js
1837
*
@@ -22,7 +41,7 @@ object-assign
2241
* LICENSE file in the root directory of this source tree.
2342
*/
2443

25-
/** @license React v17.0.2
44+
/** @license React v16.14.0
2645
* react-dom.production.min.js
2746
*
2847
* Copyright (c) Facebook, Inc. and its affiliates.
@@ -32,7 +51,7 @@ object-assign
3251
*/
3352

3453
/** @license React v17.0.2
35-
* react.production.min.js
54+
* react-dom.production.min.js
3655
*
3756
* Copyright (c) Facebook, Inc. and its affiliates.
3857
*

js/logreader-main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 92 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"dependencies": {
3737
"@babel/runtime": "^7.17.9",
3838
"@nextcloud/moment": "^1.2.0",
39-
"react": "17.0.2",
39+
"react": "18.0.0",
4040
"react-dom": "17.0.2",
4141
"react-dropzone": "12.0.4",
4242
"react-responsive": "8.2.0",

0 commit comments

Comments
 (0)