Skip to content

Commit

Permalink
chore: upgrade react to 18 in example apps
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiVandivier committed Dec 11, 2024
1 parent e5366bd commit 844950f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/pwa-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"peerDependencies": {
"@dhis2/app-runtime": "*",
"@dhis2/d2-i18n": "*",
"react": "^16.8",
"react-dom": "^16.8"
"react": "^18",
"react-dom": "^18"
}
}
4 changes: 2 additions & 2 deletions examples/simple-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@dhis2/app-runtime": "*",
"@dhis2/d2-i18n": "*",
"moment": "*",
"react": "^16.8",
"react-dom": "^16.8"
"react": "^18",
"react-dom": "^18"
}
}

0 comments on commit 844950f

Please sign in to comment.