Skip to content

Commit

Permalink
#1152 - move @types/lodash.isequal to dependencies to fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
louise-davies committed Feb 21, 2024
1 parent 2cc6b17 commit 0ed2ff7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/datagateway-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@
"@mui/icons-material": "5.11.0",
"@mui/material": "5.11.0",
"@mui/x-date-pickers": "6.11.2",
"@testing-library/user-event": "^14.4.3",
"@testing-library/user-event": "14.15.2",
"@types/history": "4.7.11",
"@types/jest": "29.5.2",
"@types/jsrsasign": "10.5.2",
"@types/lodash.isequal": "4.5.8",
"@types/node": "20.11.5",
"@types/react": "17.0.39",
"@types/react-dom": "17.0.11",
Expand Down Expand Up @@ -116,7 +117,6 @@
"@testing-library/react-hooks": "8.0.1",
"@testing-library/user-event": "14.4.3",
"@types/enzyme": "3.10.10",
"@types/lodash.isequal": "4.5.6",
"@types/react-redux": "7.1.22",
"@types/redux-mock-store": "1.0.3",
"@typescript-eslint/eslint-plugin": "5.62.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3499,12 +3499,12 @@ __metadata:
languageName: node
linkType: hard

"@types/lodash.isequal@npm:4.5.6":
version: 4.5.6
resolution: "@types/lodash.isequal@npm:4.5.6"
"@types/lodash.isequal@npm:4.5.8":
version: 4.5.8
resolution: "@types/lodash.isequal@npm:4.5.8"
dependencies:
"@types/lodash": "*"
checksum: 0f065989408a9e0584e6c27495be2cd4602e62650f55266aa195812582444463c0c8570c674ae84f947c11748f49ab43fd5b482fa120e08eeee4c23b162edc38
checksum: f3180c2d2925514fff1908a1303c11468c9f39b47fd7b053416aad3f1447f8e4a9894dd0460187ac9ac19387e25aec8dd8214d13a50a0967e0dc9cca8e4c5353
languageName: node
linkType: hard

Expand Down Expand Up @@ -6708,7 +6708,7 @@ __metadata:
"@types/history": 4.7.11
"@types/jest": 29.5.2
"@types/jsrsasign": 10.5.2
"@types/lodash.isequal": 4.5.6
"@types/lodash.isequal": 4.5.8
"@types/node": 20.11.5
"@types/react": 17.0.39
"@types/react-dom": 17.0.11
Expand Down

0 comments on commit 0ed2ff7

Please sign in to comment.