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 04:02:07 +0300
committerGitHub <noreply@github.com>2022-04-16 04:02:07 +0300
commite5383120174f97adcfefce641d4a0b437e17f48a (patch)
tree084437d8edd15e5d8f73a5a1120bb9b1ada00849
parent169391aa573b6f02d30ba8c31a1baee78075610d (diff)
Bump react-select from 5.2.2 to 5.3.0dependabot/npm_and_yarn/react-select-5.3.0
Bumps [react-select](https://github.com/JedWatson/react-select) from 5.2.2 to 5.3.0. - [Release notes](https://github.com/JedWatson/react-select/releases) - [Changelog](https://github.com/JedWatson/react-select/blob/master/docs/CHANGELOG.md) - [Commits](https://github.com/JedWatson/react-select/compare/react-select@5.2.2...react-select@5.3.0) --- updated-dependencies: - dependency-name: react-select dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json18
-rw-r--r--package.json2
2 files changed, 10 insertions, 10 deletions
diff --git a/package-lock.json b/package-lock.json
index e2e4c1e3..879d5534 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -13,7 +13,7 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-flip-move": "^3.0.4",
- "react-select": "^5.2.2",
+ "react-select": "^5.3.0",
"vue": "^2.6.14",
"vue-click-outside": "^1.1.0",
"whatwg-fetch": "^3.6.2"
@@ -10907,9 +10907,9 @@
"dev": true
},
"node_modules/react-select": {
- "version": "5.2.2",
- "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.2.2.tgz",
- "integrity": "sha512-miGS2rT1XbFNjduMZT+V73xbJEeMzVkJOz727F6MeAr2hKE0uUSA8Ff7vD44H32x2PD3SRB6OXTY/L+fTV3z9w==",
+ "version": "5.3.0",
+ "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.3.0.tgz",
+ "integrity": "sha512-GM6Fbv1+X+kb3e5Fc4oNeyOJkCIesY/D4NBiReKlGY4RxoeztFYm3J0KREgwMaIKQqwTiuLqTlpUBY3SYw5goQ==",
"dependencies": {
"@babel/runtime": "^7.12.0",
"@emotion/cache": "^11.4.0",
@@ -10920,8 +10920,8 @@
"react-transition-group": "^4.3.0"
},
"peerDependencies": {
- "react": "^16.8.0 || ^17.0.0",
- "react-dom": "^16.8.0 || ^17.0.0"
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
+ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
}
},
"node_modules/react-transition-group": {
@@ -23074,9 +23074,9 @@
"dev": true
},
"react-select": {
- "version": "5.2.2",
- "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.2.2.tgz",
- "integrity": "sha512-miGS2rT1XbFNjduMZT+V73xbJEeMzVkJOz727F6MeAr2hKE0uUSA8Ff7vD44H32x2PD3SRB6OXTY/L+fTV3z9w==",
+ "version": "5.3.0",
+ "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.3.0.tgz",
+ "integrity": "sha512-GM6Fbv1+X+kb3e5Fc4oNeyOJkCIesY/D4NBiReKlGY4RxoeztFYm3J0KREgwMaIKQqwTiuLqTlpUBY3SYw5goQ==",
"requires": {
"@babel/runtime": "^7.12.0",
"@emotion/cache": "^11.4.0",
diff --git a/package.json b/package.json
index 79e1f4f9..34a6f177 100644
--- a/package.json
+++ b/package.json
@@ -41,7 +41,7 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-flip-move": "^3.0.4",
- "react-select": "^5.2.2",
+ "react-select": "^5.3.0",
"vue": "^2.6.14",
"vue-click-outside": "^1.1.0",
"whatwg-fetch": "^3.6.2"