Skip to content

Commit

Permalink
Update dev dep React in storybook-a11y-test to v18
Browse files Browse the repository at this point in the history
Needs to match the major version that we're using in our main app or
else the versions of React will clash and the a11y test runner doesn't
work correctly.
  • Loading branch information
ryanwilsonperkin committed Jun 7, 2022
1 parent b1f3e1e commit cdbb3aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/storybook-a11y-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@storybook/react": "^6.4.15",
"react": "^17.0.0"
"react": "^18.1.0"
},
"peerDependencies": {
"@storybook/addon-a11y": ">=6.4.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14349,7 +14349,7 @@ react-textarea-autosize@^8.3.0:
use-composed-ref "^1.0.0"
use-latest "^1.0.0"

react@^17.0.0, react@^17.0.2:
react@^17.0.2:
version "17.0.2"
resolved "https://registry.yarnpkg.com/react/-/react-17.0.2.tgz#d0b5cc516d29eb3eee383f75b62864cfb6800037"
integrity sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==
Expand Down

0 comments on commit cdbb3aa

Please sign in to comment.