Skip to content

Commit

Permalink
fix(deps): upgrade react to 18 in example apps (#900)
Browse files Browse the repository at this point in the history
* chore: upgrade react to 18 in example apps

* ci: node 14 on publish

* chore: revert "ci: node 14 on publish"

This reverts commit 3eb746d.
  • Loading branch information
KaiVandivier authored Dec 11, 2024
1 parent e5366bd commit 7fd16d7
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 7fd16d7

Please sign in to comment.