Skip to content

Commit

Permalink
Bump react-select and @types/react-select in /web (#5011)
Browse files Browse the repository at this point in the history
Bumps [react-select](https://github.com/JedWatson/react-select) and [@types/react-select](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-select). These dependencies needed to be updated together.

Updates `react-select` from 2.4.4 to 5.8.3
- [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/[email protected])

Updates `@types/react-select` from 2.0.19 to 5.0.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-select)

---
updated-dependencies:
- dependency-name: react-select
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@types/react-select"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 19, 2024
1 parent c69fc6e commit 4ee5e36
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 201 deletions.
4 changes: 2 additions & 2 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@types/react-modal": "^3.16.3",
"@types/react-router": "^5.1",
"@types/react-router-dom": "^5.1",
"@types/react-select": "^2.0.0",
"@types/react-select": "^5.0.1",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.49.0",
Expand Down Expand Up @@ -173,7 +173,7 @@
"react-remarkable": "^1.1.3",
"react-router": "^5.1",
"react-router-dom": "^6.28.0",
"react-select": "^2.4.3",
"react-select": "^5.8.3",
"react-tooltip": "4.2.6",
"react-vis": "^1.12.1",
"resumablejs": "^1.1.0",
Expand Down
Loading

0 comments on commit 4ee5e36

Please sign in to comment.