Skip to content

Commit

Permalink
Run yarn upgrade
Browse files Browse the repository at this point in the history
+ In particular, updated @types/react from 18.2.22 to 18.2.34  - fixes bug incorrectly reporting Element as not satisfying ReactNode ("Property children is missing in type Element but required in type ReactPortal")
  • Loading branch information
amcclain committed Nov 3, 2023
1 parent d6ab183 commit 651a2ea
Show file tree
Hide file tree
Showing 2 changed files with 641 additions and 581 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
"@ag-grid-community/core": "30.x",
"@ag-grid-community/react": "30.x",
"@xh/hoist-dev-utils": "7.x",
"csstype": "3.x",
"eslint": "8.x",
"eslint-config-prettier": "9.x",
"eslint-plugin-tsdoc": "0.x",
Expand All @@ -102,8 +103,7 @@
"stylelint": "15.x",
"stylelint-config-standard-scss": "11.x",
"type-fest": "4.x",
"typescript": "~5.1.6",
"csstype": "3.x"
"typescript": "~5.1.6"
},
"resolutions": {
"core-js": "^3.0"
Expand Down
Loading

0 comments on commit 651a2ea

Please sign in to comment.