Skip to content

Commit

Permalink
chore: Bump react and react-dom
Browse files Browse the repository at this point in the history
This should get rid of sharedArrayBuffer cross-origin warning
facebook/react#20829
  • Loading branch information
john12321 committed Apr 28, 2021
1 parent 7bf6da7 commit ef0d0bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "trainee-ui-app",
"version": "0.23.1",
"version": "0.23.2",
"private": true,
"dependencies": {
"@sentry/browser": "^5.20.1",
Expand All @@ -22,9 +22,9 @@
"nhsuk-frontend": "^3.1.0",
"nhsuk-react-components": "^1.2.5",
"prettier": "^2.2.1",
"react": "^17.0.1",
"react": "^17.0.2",
"react-cookie-consent": "^5.2.0",
"react-dom": "^17.0.1",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-loading": "^2.0.3",
"react-redux": "^7.2.3",
Expand Down
2 changes: 1 addition & 1 deletion src/__snapshots__/App.snapshot.spec.tsx.snap
Expand Up @@ -147,7 +147,7 @@ Array [
}
}
>
version: 0.23.1
version: 0.23.2
</span>
</a>
</li>
Expand Down

0 comments on commit ef0d0bd

Please sign in to comment.