Skip to content

Commit

Permalink
Merge branch 'develop' into update-node-CI
Browse files Browse the repository at this point in the history
  • Loading branch information
louise-davies committed Nov 3, 2023
2 parents a87925c + 7f47a97 commit 8590cbd
Show file tree
Hide file tree
Showing 55 changed files with 773 additions and 407 deletions.
692 changes: 444 additions & 248 deletions .pnp.cjs

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion .yarn/sdks/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint",
"version": "8.44.0-sdk",
"version": "8.52.0-sdk",
"main": "./lib/api.js",
"type": "commonjs"
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@date-io/date-fns": "2.16.0",
"@date-io/date-fns": "2.17.0",
"@emotion/cache": "11.11.0",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
Expand Down Expand Up @@ -40,13 +40,13 @@
"react-redux": "8.1.1",
"react-router-dom": "6.8.0",
"react-scripts": "5.0.1",
"single-spa-react": "5.0.1",
"single-spa-react": "5.1.4",
"typescript": "5.1.6",
"web-vitals": "3.4.0"
},
"resolutions": {
"@typescript-eslint/eslint-plugin": "5.61.0",
"@typescript-eslint/parser": "5.61.0",
"@typescript-eslint/eslint-plugin": "6.2.1",
"@typescript-eslint/parser": "6.2.1",
"@testing-library/react/@testing-library/dom": "9.3.1"
},
"scripts": {
Expand Down Expand Up @@ -112,16 +112,16 @@
"@testing-library/user-event": "14.4.3",
"@types/react-router-dom": "5.3.3",
"@types/testing-library__jest-dom": "5.14.3",
"@typescript-eslint/eslint-plugin": "5.61.0",
"@typescript-eslint/parser": "5.61.0",
"@typescript-eslint/typescript-estree": "5.61.0",
"@typescript-eslint/eslint-plugin": "6.2.1",
"@typescript-eslint/parser": "6.2.1",
"@typescript-eslint/typescript-estree": "6.2.1",
"@yarnpkg/sdks": "3.0.0-rc.33",
"chart.js": "4.3.0",
"chartjs-plugin-zoom": "2.0.0",
"cross-env": "7.0.3",
"cypress": "12.17.3",
"cypress-failed-log": "2.10.0",
"eslint": "8.44.0",
"eslint": "8.52.0",
"eslint-config-prettier": "8.8.0",
"eslint-config-react-app": "7.0.1",
"eslint-plugin-cypress": "2.13.3",
Expand Down
4 changes: 2 additions & 2 deletions src/search/components/shotNumber.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ const ShotNumber = (props: ShotNumberProps): React.ReactElement => {
// Stop the flash animation from playing after 1500ms
React.useEffect(() => {
if (
(typeof props.searchParameterShotnumMax === undefined &&
typeof props.searchParameterShotnumMin === undefined) ||
(typeof props.searchParameterShotnumMax === 'undefined' &&
typeof props.searchParameterShotnumMin === 'undefined') ||
isDateToShotnum
) {
setFlashAnimationPlaying(true);
Expand Down
Loading

0 comments on commit 8590cbd

Please sign in to comment.