Skip to content

Commit

Permalink
upgrade react and react-dom 18
Browse files Browse the repository at this point in the history
  • Loading branch information
L4Ph committed May 26, 2024
1 parent e6178a0 commit e52d4c8
Show file tree
Hide file tree
Showing 5 changed files with 22,179 additions and 16,162 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,11 @@ remap-firestore-export-*/
firebase-debug.log
firestore-debug.log
ui-debug.log

.yarn/*
!.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"pdf-lib": "^1.16.0",
"prop-types": "^15.7.2",
"qs": "^6.10.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-draggable": "^4.4.3",
"react-google-charts": "^4.0.1",
"react-helmet-async": "^1.0.9",
Expand Down
2 changes: 1 addition & 1 deletion src/components/catalog/content/Content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ type CategoryKeyboardContentProps = {
organization: IOrganization | null;
};

const CategoryKeyboardContent: React.FC<CategoryKeyboardContentProps> = ({
const CategoryKeyboardContent: React.FC<React.PropsWithChildren<CategoryKeyboardContentProps>> = ({
phase,
definitionDocument,
goToIntroduction,
Expand Down
Loading

0 comments on commit e52d4c8

Please sign in to comment.