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

github.com/nextcloud/groupfolders.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2020-04-06 10:08:23 +0300
committerGitHub <noreply@github.com>2020-04-06 10:08:23 +0300
commitfc6380ea3de32720f2732ddd51a55bbd25c21d7e (patch)
tree3dc429c49b014c6a2a3aa80cc4752f2f87d4582d
parent45d91322a99f99494cfe69340aecddea9f9da87e (diff)
parent58e36f12d33b44f6a5d226e71c0465b685c2e068 (diff)
Merge pull request #847 from nextcloud/dependabot/npm_and_yarn/types/react-16.9.32
Bump @types/react from 16.9.23 to 16.9.32
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index d54dfe6d..edad9bd2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1844,9 +1844,9 @@
"dev": true
},
"@types/react": {
- "version": "16.9.23",
- "resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.23.tgz",
- "integrity": "sha512-SsGVT4E7L2wLN3tPYLiF20hmZTPGuzaayVunfgXzUn1x4uHVsKH6QDJQ/TdpHqwsTLd4CwrmQ2vOgxN7gE24gw==",
+ "version": "16.9.32",
+ "resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.32.tgz",
+ "integrity": "sha512-fmejdp0CTH00mOJmxUPPbWCEBWPvRIL4m8r0qD+BSDUqmutPyGQCHifzMpMzdvZwROdEdL78IuZItntFWgPXHQ==",
"dev": true,
"requires": {
"@types/prop-types": "*",
diff --git a/package.json b/package.json
index 39ff4d19..a97ccbce 100644
--- a/package.json
+++ b/package.json
@@ -11,7 +11,7 @@
"@nextcloud/browserslist-config": "^1.0.0",
"@types/bootstrap": "^4.3.2",
"@types/jquery": "^3.3.33",
- "@types/react": "^16.9.23",
+ "@types/react": "^16.9.32",
"@types/react-dom": "^16.9.5",
"@types/webpack": "^4.41.10",
"@types/webpack-env": "^1.15.1",