Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/logreader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-08-27 06:37:21 +0300
committernextcloud-command <nextcloud-command@users.noreply.github.com>2022-08-27 12:18:16 +0300
commit5149b8f0a2bc4a51fb992e4c307de4202e1d298a (patch)
tree321c8a522610ff51664a3bdf3e8c26a751477c3d /package.json
parent8e35c5e6fdb611dda56b8ceda8b025632adf7142 (diff)
Bump react from 18.0.0 to 18.2.0
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 18.0.0 to 18.2.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.2.0/packages/react) --- updated-dependencies: - dependency-name: react dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 1273e07..44db57a 100644
--- a/package.json
+++ b/package.json
@@ -36,7 +36,7 @@
"dependencies": {
"@babel/runtime": "^7.18.9",
"@nextcloud/moment": "^1.2.1",
- "react": "18.0.0",
+ "react": "18.2.0",
"react-dom": "17.0.2",
"react-dropzone": "12.0.4",
"react-responsive": "8.2.0",