Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: Correct @types/json-schema dependency (#675)
  • Loading branch information
bradzacher committed Jul 12, 2019
1 parent cd96c38 commit a5398ce
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/eslint-plugin-tslint/package.json
Expand Up @@ -39,7 +39,6 @@
"tslint": "^5.0.0"
},
"devDependencies": {
"@types/json-schema": "^7.0.3",
"@types/lodash.memoize": "^4.1.4",
"@typescript-eslint/parser": "1.12.0"
}
Expand Down
1 change: 1 addition & 0 deletions packages/eslint-plugin/package.json
Expand Up @@ -48,6 +48,7 @@
"tsutils": "^3.7.0"
},
"devDependencies": {
"@types/json-schema": "^7.0.3",
"@types/marked": "^0.6.5",
"chalk": "^2.4.2",
"marked": "^0.6.2"
Expand Down
1 change: 1 addition & 0 deletions packages/experimental-utils/package.json
Expand Up @@ -36,6 +36,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@types/json-schema": "^7.0.3",
"@typescript-eslint/typescript-estree": "1.12.0",
"eslint-scope": "^4.0.0"
},
Expand Down

0 comments on commit a5398ce

Please sign in to comment.