Skip to content

Commit

Permalink
Bump react from 17.0.2 to 18.0.0
Browse files Browse the repository at this point in the history
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 17.0.2 to 18.0.0.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.0.0/packages/react)

---
updated-dependencies:
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and nextcloud-command committed Apr 9, 2022
1 parent 2a5b8aa commit 46326c9
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 46326c9

Please sign in to comment.