Skip to content

Commit

Permalink
React 18 upgrade (#221)
Browse files Browse the repository at this point in the history
* Init package upgrade to React18

* Updated keys

* Updated tests to clean console

* Updated controllers

* Updated some tests for React upgrades

* Added Node 20 to CLI

* Fixed for PR

* Updated peer dependencies
  • Loading branch information
AlexanderKaran authored Feb 7, 2024
1 parent b0e55fa commit 1b6c3c8
Show file tree
Hide file tree
Showing 18 changed files with 923 additions and 589 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 0 additions & 1 deletion jest.setup.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import React from 'react';
import '@testing-library/jest-dom/extend-expect';

React.useLayoutEffect = React.useEffect;
Loading

0 comments on commit 1b6c3c8

Please sign in to comment.