Skip to content

Commit e0cf9b1

Browse files
author
Raice Hannay
committed
remove @types/lodash.merge
1 parent c9c85cb commit e0cf9b1

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "Raice Hannay <[email protected]>",
44
"description": "A set of classes to make setting up React components for unit tests easy.",
55
"license": "ISC",
6-
"version": "1.0.1",
6+
"version": "1.0.2",
77
"keywords": [
88
"component",
99
"enzyme",
@@ -64,7 +64,6 @@
6464
"@types/enzyme": "^3.10.3",
6565
"@types/enzyme-adapter-react-16": "^1.0.5",
6666
"@types/jest": "^24.0.23",
67-
"@types/lodash.merge": "^4.6.6",
6867
"@types/react": "^16.9.15",
6968
"@types/react-redux": "^7.1.5",
7069
"cross-env": "^6.0.3",

yarn.lock

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -419,18 +419,6 @@
419419
dependencies:
420420
jest-diff "^24.3.0"
421421

422-
"@types/lodash.merge@^4.6.6":
423-
version "4.6.6"
424-
resolved "https://registry.yarnpkg.com/@types/lodash.merge/-/lodash.merge-4.6.6.tgz#b84b403c1d31bc42d51772d1cd5557fa008cd3d6"
425-
integrity sha512-IB90krzMf7YpfgP3u/EvZEdXVvm4e3gJbUvh5ieuI+o+XqiNEt6fCzqNRaiLlPVScLI59RxIGZMQ3+Ko/DJ8vQ==
426-
dependencies:
427-
"@types/lodash" "*"
428-
429-
"@types/lodash@*":
430-
version "4.14.149"
431-
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.149.tgz#1342d63d948c6062838fbf961012f74d4e638440"
432-
integrity sha512-ijGqzZt/b7BfzcK9vTrS6MFljQRPn5BFWOx8oE0GYxribu6uV+aA9zZuXI1zc/etK9E8nrgdoF2+LgUw7+9tJQ==
433-
434422
"@types/node@*":
435423
version "12.12.17"
436424
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.17.tgz#191b71e7f4c325ee0fb23bc4a996477d92b8c39b"

0 commit comments

Comments
 (0)