Skip to content

Commit

Permalink
remove react 16 deps
Browse files Browse the repository at this point in the history
  • Loading branch information
k0stik committed Jul 30, 2024
1 parent cabbab0 commit 6b8836d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@
"babel-jest": "^28.1.0",
"cross-env": "^7.0.3",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"eslint": "7.32.0",
"eslint-config-airbnb": "19.0.2",
"eslint-config-prettier": "^8.5.0",
Expand Down
2 changes: 1 addition & 1 deletion tests/setupFiles.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import "jest-canvas-mock";

import Adapter from "@wojtekmaj/enzyme-adapter-react-17";
import { configure } from "enzyme";
import Adapter from "enzyme-adapter-react-16";
import expect from "expect";
import GL from "gl";
import { toBeDeepCloseTo, toMatchCloseTo } from "jest-matcher-deep-close-to";
Expand Down

0 comments on commit 6b8836d

Please sign in to comment.