Skip to content

Commit

Permalink
deps: update React in package.json (#865)
Browse files Browse the repository at this point in the history
* Update package.json

* Update package.json
  • Loading branch information
puehringer authored Dec 20, 2023
1 parent 8e2b8ef commit 8089ac7
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
"@types/d3v7": "npm:@types/d3@^7.4.0",
"@types/jquery": "~3.5.5",
"@types/papaparse": "~5.3.0",
"@types/react": "^16.9.23",
"@types/react-dom": "^16.9.5",
"@types/react": "~18.2.0",
"@types/react-dom": "~18.2.0",
"@types/select2": "4.0.44",
"bootstrap": "~5.1.0",
"core-js": "2.6.5",
Expand All @@ -77,8 +77,8 @@
"md5": "^2.3.0",
"papaparse": "~5.3.0",
"popper.js": "^1.15.0",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"react-highlight-words": "^0.17.0",
"react-select": "^4.3.1",
"select2": "~4.0.13",
Expand All @@ -102,13 +102,6 @@
"cypress": "^11.2.0",
"storybook-addon-swc": "^1.1.9"
},
"overrides": {
"@types/react": "~18.2.0",
"@types/react-dom": "~18.2.0",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"webpack": "5.74.0"
},
"resolutions": {
"@types/react": "~18.2.0",
"@types/react-dom": "~18.2.0",
Expand Down

0 comments on commit 8089ac7

Please sign in to comment.