Skip to content

Commit

Permalink
Merge pull request #413 from Health-Education-England/bumpReact
Browse files Browse the repository at this point in the history
chore: Bump react and react-dom
  • Loading branch information
StevenHee committed Apr 28, 2021
2 parents 7bf6da7 + a9a316e commit 06b5844
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
@@ -1,12 +1,12 @@
{
"name": "trainee-ui-app",
"version": "0.23.1",
"version": "0.23.2",
"private": true,
"dependencies": {
"@sentry/browser": "^5.20.1",
"@types/node": "^14.14.32",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.0",
"@types/react-dom": "^17.0.3",
"@types/react-helmet": "^6.1.0",
"@types/react-router-dom": "^5.1.5",
"@types/yup": "0.29.11",
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 06b5844

Please sign in to comment.