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:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-04-16 05:41:28 +0300
committerGitHub <noreply@github.com>2022-04-16 05:41:28 +0300
commit3f3e8579b5bf77512e8a42fb99cf53263ebc22ff (patch)
tree3eb59b562939acf3a70bcb631d350484f1f3754e
parent7967e1208b2f815cbfa34af382de787100d1517c (diff)
Bump @types/react-dom from 17.0.14 to 18.0.1dependabot/npm_and_yarn/types/react-dom-18.0.1
Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 17.0.14 to 18.0.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) --- updated-dependencies: - dependency-name: "@types/react-dom" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 0b1f7aa9..13d7ab55 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -28,7 +28,7 @@
"@types/bootstrap": "^5.1.9",
"@types/jquery": "^3.5.14",
"@types/react": "^17.0.43",
- "@types/react-dom": "^17.0.14",
+ "@types/react-dom": "^18.0.1",
"@types/webpack": "^4.41.26",
"@types/webpack-env": "^1.16.4",
"clean-webpack-plugin": "^4.0.0",
@@ -2538,9 +2538,9 @@
}
},
"node_modules/@types/react-dom": {
- "version": "17.0.14",
- "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.14.tgz",
- "integrity": "sha512-H03xwEP1oXmSfl3iobtmQ/2dHF5aBHr8aUMwyGZya6OW45G+xtdzmq6HkncefiBt5JU8DVyaWl/nWZbjZCnzAQ==",
+ "version": "18.0.1",
+ "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.0.1.tgz",
+ "integrity": "sha512-jCwTXvHtRLiyVvKm9aEdHXs8rflVOGd5Sl913JZrPshfXjn8NYsTNZOz70bCsA31IR0TOqwi3ad+X4tSCBoMTw==",
"dev": true,
"dependencies": {
"@types/react": "*"
@@ -16429,9 +16429,9 @@
}
},
"@types/react-dom": {
- "version": "17.0.14",
- "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.14.tgz",
- "integrity": "sha512-H03xwEP1oXmSfl3iobtmQ/2dHF5aBHr8aUMwyGZya6OW45G+xtdzmq6HkncefiBt5JU8DVyaWl/nWZbjZCnzAQ==",
+ "version": "18.0.1",
+ "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.0.1.tgz",
+ "integrity": "sha512-jCwTXvHtRLiyVvKm9aEdHXs8rflVOGd5Sl913JZrPshfXjn8NYsTNZOz70bCsA31IR0TOqwi3ad+X4tSCBoMTw==",
"dev": true,
"requires": {
"@types/react": "*"
diff --git a/package.json b/package.json
index e4216c29..ec6803d6 100644
--- a/package.json
+++ b/package.json
@@ -23,7 +23,7 @@
"@types/bootstrap": "^5.1.9",
"@types/jquery": "^3.5.14",
"@types/react": "^17.0.43",
- "@types/react-dom": "^17.0.14",
+ "@types/react-dom": "^18.0.1",
"@types/webpack": "^4.41.26",
"@types/webpack-env": "^1.16.4",
"clean-webpack-plugin": "^4.0.0",