mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
build(deps): bump react and react-dom in /web
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom). These dependencies needed to be updated together. Updates `react` from 16.14.0 to 17.0.1 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v17.0.1/packages/react) Updates `react-dom` from 16.14.0 to 17.0.1 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v17.0.1/packages/react-dom) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
aea79b8052
commit
3b229a1340
2 changed files with 2 additions and 2 deletions
BIN
web/package-lock.json
generated
BIN
web/package-lock.json
generated
Binary file not shown.
|
|
@ -16,9 +16,9 @@
|
|||
"customize-cra": "^1.0.0",
|
||||
"less": "^3.12.2",
|
||||
"less-loader": "^7.1.0",
|
||||
"react": "^16.14.0",
|
||||
"react": "^17.0.1",
|
||||
"react-app-rewired": "^2.1.6",
|
||||
"react-dom": "^16.14.0",
|
||||
"react-dom": "^17.0.1",
|
||||
"react-router-dom": "^5.2.0",
|
||||
"react-scripts": "^4.0.0",
|
||||
"slugify": "^1.4.6",
|
||||
|
|
|
|||
Loading…
Reference in a new issue