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 9e8621c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 18 deletions.
5 changes: 2 additions & 3 deletions packages/datagateway-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"@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",
"@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 @@ -114,9 +114,8 @@
"@testing-library/jest-dom": "6.0.0",
"@testing-library/react": "12.1.3",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/user-event": "14.4.3",
"@testing-library/user-event": "14.5.2",
"@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
21 changes: 6 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3147,15 +3147,6 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/user-event@npm:14.4.3":
version: 14.4.3
resolution: "@testing-library/user-event@npm:14.4.3"
peerDependencies:
"@testing-library/dom": ">=7.21.4"
checksum: 852c48ea6db1c9471b18276617c84fec4320771e466cd58339a732ca3fd73ad35e5a43ae14f51af51a8d0a150dcf60fcaab049ef367871207bea8f92c4b8195e
languageName: node
linkType: hard

"@testing-library/user-event@npm:14.5.2":
version: 14.5.2
resolution: "@testing-library/user-event@npm:14.5.2"
Expand Down Expand Up @@ -3499,12 +3490,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 @@ -6703,12 +6694,12 @@ __metadata:
"@testing-library/jest-dom": 6.0.0
"@testing-library/react": 12.1.3
"@testing-library/react-hooks": 8.0.1
"@testing-library/user-event": 14.4.3
"@testing-library/user-event": 14.5.2
"@types/enzyme": 3.10.10
"@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 9e8621c

Please sign in to comment.