1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

Bump react-select from 5.6.1 to 5.7.0 (#1839)

Bumps [react-select](https://github.com/JedWatson/react-select) from 5.6.1 to 5.7.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.6.1...react-select@5.7.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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-01-02 11:48:58 +00:00 committed by GitHub
parent 5d5d6ac00c
commit ebb43c35b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -42,7 +42,7 @@
"react-dotdotdot": "^1.3.1", "react-dotdotdot": "^1.3.1",
"react-modal": "^3.16.1", "react-modal": "^3.16.1",
"react-paginate": "^8.1.4", "react-paginate": "^8.1.4",
"react-select": "^5.6.1", "react-select": "^5.7.0",
"react-spring": "^9.5.5", "react-spring": "^9.5.5",
"react-tabs": "^5.1.0", "react-tabs": "^5.1.0",
"react-toastify": "^9.1.1", "react-toastify": "^9.1.1",
@ -39519,9 +39519,9 @@
} }
}, },
"node_modules/react-select": { "node_modules/react-select": {
"version": "5.6.1", "version": "5.7.0",
"resolved": "https://registry.npmjs.org/react-select/-/react-select-5.6.1.tgz", "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.7.0.tgz",
"integrity": "sha512-dYNRswtxUHW+F1Sc0HnxO5ryecPIAsG0+Cwyq5EIXZJBxCxUG2hFfQz41tc++30/2ISuuPglDikc4hEb4NsiuA==", "integrity": "sha512-lJGiMxCa3cqnUr2Jjtg9YHsaytiZqeNOKeibv6WF5zbK/fPegZ1hg3y/9P1RZVLhqBTs0PfqQLKuAACednYGhQ==",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.12.0", "@babel/runtime": "^7.12.0",
"@emotion/cache": "^11.4.0", "@emotion/cache": "^11.4.0",
@ -77607,9 +77607,9 @@
"dev": true "dev": true
}, },
"react-select": { "react-select": {
"version": "5.6.1", "version": "5.7.0",
"resolved": "https://registry.npmjs.org/react-select/-/react-select-5.6.1.tgz", "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.7.0.tgz",
"integrity": "sha512-dYNRswtxUHW+F1Sc0HnxO5ryecPIAsG0+Cwyq5EIXZJBxCxUG2hFfQz41tc++30/2ISuuPglDikc4hEb4NsiuA==", "integrity": "sha512-lJGiMxCa3cqnUr2Jjtg9YHsaytiZqeNOKeibv6WF5zbK/fPegZ1hg3y/9P1RZVLhqBTs0PfqQLKuAACednYGhQ==",
"requires": { "requires": {
"@babel/runtime": "^7.12.0", "@babel/runtime": "^7.12.0",
"@emotion/cache": "^11.4.0", "@emotion/cache": "^11.4.0",

View File

@ -55,7 +55,7 @@
"react-dotdotdot": "^1.3.1", "react-dotdotdot": "^1.3.1",
"react-modal": "^3.16.1", "react-modal": "^3.16.1",
"react-paginate": "^8.1.4", "react-paginate": "^8.1.4",
"react-select": "^5.6.1", "react-select": "^5.7.0",
"react-spring": "^9.5.5", "react-spring": "^9.5.5",
"react-tabs": "^5.1.0", "react-tabs": "^5.1.0",
"react-toastify": "^9.1.1", "react-toastify": "^9.1.1",