Skip to content

Commit

Permalink
Upgrade to React 18 (#1166)
Browse files Browse the repository at this point in the history
* upgrade to React 18, React DOM 18, @types/react-* 18, React hook Form v7, Testing library 14, drop npm 7, requires Node from 16.11 for npm 8. 
---
Co-authored-by: Vincent Marta <[email protected]>
Co-authored-by: Joel Uong <[email protected]>
Co-authored-by: Kevin He <[email protected]>
Co-authored-by: Joel Uong <[email protected]>
  • Loading branch information
alexvuong authored May 15, 2023
1 parent 33ed9ba commit 7bc39d3
Show file tree
Hide file tree
Showing 134 changed files with 7,501 additions and 6,121 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
fail-fast: false
matrix:
node: [16, 18]
npm: [7, 8, 9]
npm: [8, 9]
runs-on: ubuntu-latest
env:
# The "default" npm is the one that ships with a given version of node.
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
fail-fast: false
matrix:
node: [16, 18]
npm: [7, 8, 9]
npm: [8, 9]
env:
# The "default" npm is the one that ships with a given version of node.
# For more: https://nodejs.org/en/download/releases/
Expand Down
Loading

0 comments on commit 7bc39d3

Please sign in to comment.