Skip to content

Commit

Permalink
Merge pull request #689 from nextcloud/dependabot/npm_and_yarn/react-…
Browse files Browse the repository at this point in the history
…18.0.0

Bump react from 17.0.2 to 18.0.0
  • Loading branch information
CarlSchwan authored Apr 9, 2022
2 parents 2a5b8aa + 46326c9 commit a64dd67
Show file tree
Hide file tree
Showing 5 changed files with 116 additions and 46 deletions.
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

0 comments on commit a64dd67

Please sign in to comment.