Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
fix(deps): pin dependencies (#153)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Oct 17, 2020
1 parent b2e7d47 commit 0e1b3bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"validate": "npm run lint"
},
"dependencies": {
"@typescript-eslint/parser": "^4.2.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-airbnb-base": "^14.2.0"
"@typescript-eslint/parser": "4.2.0",
"eslint-config-airbnb": "18.2.0",
"eslint-config-airbnb-base": "14.2.0"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^4.2.0"
Expand Down

0 comments on commit 0e1b3bc

Please sign in to comment.