Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
fix(base): fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stingalleman committed Mar 18, 2021
1 parent f0c5d28 commit f33f11b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@
"access": "public"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "4.9.1"
"@typescript-eslint/eslint-plugin": "4.9.1",
"eslint-plugin-deprecation": "^1.2.0"
},
"peerDependencies": {
"eslint": "7.14.0"
},
"devDependencies": {
"eslint-plugin-deprecation": "^1.2.0"
}
}

0 comments on commit f33f11b

Please sign in to comment.