Skip to content

Commit

Permalink
feat: Upgrade to React 17 (#826)
Browse files Browse the repository at this point in the history
- Keep React 16 peerDependency for now

- Update storybook (for React 17 compatibility)
  • Loading branch information
brandonlenz authored Feb 8, 2021
1 parent e356e89 commit 9f75909
Show file tree
Hide file tree
Showing 2 changed files with 1,957 additions and 2,130 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,16 @@
},
"homepage": "https://github.com/trussworks/react-uswds#readme",
"peerDependencies": {
"react": "^16.x",
"react-dom": "^16.x",
"react": "^16.x || ^17.x",
"react-dom": "^16.x || ^17.x",
"uswds": "2.8.0"
},
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/preset-react": "^7.10.4",
"@storybook/addon-docs": "^6.0.21",
"@storybook/addon-viewport": "^6.0.21",
"@storybook/react": "^6.0.21",
"@storybook/addon-docs": "^6.1.5",
"@storybook/addon-viewport": "^6.1.5",
"@storybook/react": "^6.1.5",
"@storybook/storybook-deployer": "^2.8.6",
"@testing-library/dom": "^7.22.3",
"@testing-library/jest-dom": "^5.3.0",
Expand Down
Loading

0 comments on commit 9f75909

Please sign in to comment.