Skip to content

Commit

Permalink
chore(deps): ⬆️ update react to 17 (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
navin-moorthy authored Dec 4, 2020
1 parent 00bd295 commit dd476b2
Show file tree
Hide file tree
Showing 2 changed files with 256 additions and 231 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,22 +85,22 @@
"@commitlint/cli": "11.0.0",
"@commitlint/config-conventional": "11.0.0",
"@emotion/css": "11.0.0",
"@storybook/addon-a11y": "6.1.9",
"@storybook/addon-actions": "6.1.9",
"@storybook/addon-essentials": "6.1.9",
"@storybook/react": "6.1.9",
"@storybook/addon-a11y": "6.1.10",
"@storybook/addon-actions": "6.1.10",
"@storybook/addon-essentials": "6.1.10",
"@storybook/react": "6.1.10",
"@testing-library/dom": "^7.28.1",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
"@testing-library/react-hooks": "3.4.2",
"@testing-library/user-event": "12.4.0",
"@testing-library/user-event": "12.5.0",
"@textlint/markdown-to-ast": "^6.2.5",
"@types/jest": "26.0.16",
"@types/jest-axe": "3.5.1",
"@types/jest-in-case": "1.0.3",
"@types/mockdate": "^2.0.0",
"@types/react": "16.9.56",
"@types/react-dom": "16.9.9",
"@types/react": "17.0.0",
"@types/react-dom": "17.0.0",
"@types/react-transition-group": "4.4.0",
"@types/testing-library__jest-dom": "5.9.5",
"@typescript-eslint/eslint-plugin": "4.9.0",
Expand Down Expand Up @@ -144,8 +144,8 @@
"postcss-scopify": "^0.1.9",
"prettier": "2.2.1",
"raw-loader": "^4.0.2",
"react": "16.14.0",
"react-dom": "16.14.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-hook-form": "6.12.2",
"react-spring": "8.0.27",
"react-test-renderer": "16.14.0",
Expand All @@ -167,8 +167,8 @@
"yaml": "^1.10.0"
},
"peerDependencies": {
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react": "16.x || 17.x",
"react-dom": "16.x || 17.x",
"reakit": "^1.3.0"
},
"publishConfig": {
Expand Down
Loading

1 comment on commit dd476b2

@vercel
Copy link

@vercel vercel bot commented on dd476b2 Dec 4, 2020

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.