Skip to content

Commit 0470aee

Browse files
authored
Merge pull request #362 from G-Rath/add-@types-lodash-dependency
fix: adjust type to remove need for `@types/lodash`
2 parents 5f6ac99 + ff937b6 commit 0470aee

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
},
4747
"homepage": "https://github.com/bcherny/json-schema-to-typescript#readme",
4848
"dependencies": {
49+
"@types/lodash": "^4.14.168",
4950
"@types/json-schema": "^7.0.6",
5051
"@types/prettier": "^2.1.5",
5152
"cli-color": "^2.0.0",
@@ -65,7 +66,6 @@
6566
"@types/cli-color": "^2.0.0",
6667
"@types/glob": "^7.1.3",
6768
"@types/is-glob": "^4.0.1",
68-
"@types/lodash": "^4.14.165",
6969
"@types/minimist": "^1.2.1",
7070
"@types/mkdirp": "^1.0.1",
7171
"@types/mz": "^2.7.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,10 @@
116116
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.6.tgz#f4c7ec43e81b319a9815115031709f26987891f0"
117117
integrity sha512-3c+yGKvVP5Y9TYBEibGNR+kLtijnj7mYrXRg+WpFb2X9xm04g/DXYkfg4hmzJQosc9snFNUPkbYIhu+KAm6jJw==
118118

119-
"@types/lodash@^4.14.165":
120-
version "4.14.165"
121-
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.165.tgz#74d55d947452e2de0742bad65270433b63a8c30f"
122-
integrity sha512-tjSSOTHhI5mCHTy/OOXYIhi2Wt1qcbHmuXD1Ha7q70CgI/I71afO4XtLb/cVexki1oVYchpul/TOuu3Arcdxrg==
119+
"@types/lodash@^4.14.168":
120+
version "4.14.168"
121+
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.168.tgz#fe24632e79b7ade3f132891afff86caa5e5ce008"
122+
integrity sha512-oVfRvqHV/V6D1yifJbVRU3TMp8OT6o6BG+U9MkwuJ3U8/CsDHvalRpsxBqivn71ztOFZBTfJMvETbqHiaNSj7Q==
123123

124124
"@types/minimatch@*":
125125
version "3.0.3"

0 commit comments

Comments
 (0)