Skip to content

Commit

Permalink
Pin dependencies (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Apr 20, 2021
1 parent f313969 commit af76314
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@
"tslib": "^1.14.1"
},
"devDependencies": {
"@oclif/dev-cli": "^1.26.0",
"@types/jest": "^26.0.22",
"@types/node": "^10.17.56",
"@typescript-eslint/eslint-plugin": "^4.20.0",
"@typescript-eslint/parser": "^4.20.0",
"eslint": "^5.16.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"ts-jest": "^26.5.4",
"ts-node": "^8.10.2",
"typescript": "^3.9.9"
"@oclif/dev-cli": "1.26.0",
"@types/jest": "26.0.22",
"@types/node": "10.17.56",
"@typescript-eslint/eslint-plugin": "4.20.0",
"@typescript-eslint/parser": "4.20.0",
"eslint": "5.16.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-prettier": "3.3.1",
"jest": "26.6.3",
"prettier": "2.2.1",
"ts-jest": "26.5.4",
"ts-node": "8.10.2",
"typescript": "3.9.9"
},
"engines": {
"node": ">=8.0.0"
Expand Down

0 comments on commit af76314

Please sign in to comment.