Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
gazcn007 committed Aug 8, 2021
1 parent 28084a7 commit 350fe0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/visx-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"nprogress": "^0.2.0",
"prismjs": "^1.19.0",
"raw-loader": "^4.0.0",
"react": "^16.9.0 || ^17.0.0-0",
"react": "^17.0.0",
"react-docgen-typescript-loader": "3.7.2",
"react-dom": "^16.9.0",
"react-github-button": "^0.1.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/visx-text/test/Text.test.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import { shallow, mount } from 'enzyme';
import { shallow } from 'enzyme';
import { render } from '@testing-library/react';
import { renderHook } from '@testing-library/react-hooks';
import '@testing-library/jest-dom';
Expand Down

0 comments on commit 350fe0f

Please sign in to comment.