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

Bump react from 17.0.2 to 18.0.0 #689

Merged
merged 1 commit into from
Apr 9, 2022
Merged
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
2 changes: 1 addition & 1 deletion js/logreader-main.js

Large diffs are not rendered by default.

23 changes: 21 additions & 2 deletions js/logreader-main.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,25 @@ object-assign
* http://www.opensource.org/licenses/MIT
*/

/**
* @license React
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v0.19.1
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v0.20.2
* scheduler.production.min.js
*
Expand All @@ -22,7 +41,7 @@ object-assign
* LICENSE file in the root directory of this source tree.
*/

/** @license React v17.0.2
/** @license React v16.14.0
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
Expand All @@ -32,7 +51,7 @@ object-assign
*/

/** @license React v17.0.2
* react.production.min.js
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
Expand Down
2 changes: 1 addition & 1 deletion js/logreader-main.js.map

Large diffs are not rendered by default.

133 changes: 92 additions & 41 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@babel/runtime": "^7.17.9",
"@nextcloud/moment": "^1.2.0",
"react": "17.0.2",
"react": "18.0.0",
"react-dom": "17.0.2",
"react-dropzone": "12.0.4",
"react-responsive": "8.2.0",
Expand Down