Skip to content

Commit

Permalink
Bump React packages from 16.14.0 to 17.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmior committed May 10, 2021
1 parent 73e9179 commit bc12f9a
Show file tree
Hide file tree
Showing 3 changed files with 186 additions and 127 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"history": "^4.10.1",
"immer": "^9.0.2",
"prismjs": "^1.23.0",
"react": "^16.14.0",
"react": "^17.0.2",
"react-cookie": "^4.0.3",
"react-device-detect": "^1.17.0",
"react-dom": "^16.14.0",
"react-dom": "^17.0.2",
"react-ga": "^3.3.0",
"react-joyride": "^2.3.0",
"react-redux": "^7.2.4",
Expand Down Expand Up @@ -74,11 +74,11 @@
"@storybook/react": "^6.1.21",
"@testing-library/react": "^11.2.6",
"@welldone-software/why-did-you-render": "^6.1.1",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.1",
"bundlesize": "^0.18.1",
"chromatic": "^5.8.0",
"coveralls": "^3.1.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"eslint-plugin-yaml": "^0.4.2",
"flow-bin": "^0.150.1",
"husky": "6",
Expand All @@ -90,7 +90,7 @@
"npm-package-json-lint-config-default": "^3.0.0",
"pkg-ok": "^2.3.1",
"prettier": "^2.2.1",
"react-test-renderer": "^16.14.0",
"react-test-renderer": "^17.0.2",
"redux-mock-store": "^1.5.4",
"source-map-explorer": "^2.5.2",
"stylelint": "^13.13.1",
Expand Down
2 changes: 1 addition & 1 deletion src/setupTests.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import '@testing-library/jest-dom/extend-expect';
import 'jest-enzyme';
import {configure} from 'enzyme';
import Adapter from 'enzyme-adapter-react-16';
import Adapter from '@wojtekmaj/enzyme-adapter-react-17';

configure({adapter: new Adapter()});

Expand Down
Loading

1 comment on commit bc12f9a

@vercel
Copy link

@vercel vercel bot commented on bc12f9a May 10, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.