Skip to content

Commit

Permalink
fix: update type packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Jblew committed Oct 19, 2020
1 parent ddbc1e3 commit ca560b2
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 39 deletions.
68 changes: 37 additions & 31 deletions package-lock.json

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

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@firebase/testing": "^0.20.11",
"@types/bluebird": "^3.5.27",
"@types/chai": "^4.2.0",
"@types/chai-as-promised": "^7.1.2",
"@types/lodash": "^4.14.137",
"@types/mocha": "5.2.7",
"@types/node": "^12.7.2",
"@types/sinon": "7.0.13",
"@types/uuid": "^3.4.5",
"@types/bluebird": "^3.5.32",
"@types/chai": "^4.2.14",
"@types/chai-as-promised": "^7.1.3",
"@types/lodash": "^4.14.162",
"@types/mocha": "^8.0.3",
"@types/node": "^14.11.10",
"@types/sinon": "^9.0.8",
"@types/uuid": "^8.3.0",
"bluebird": "^3.7.2",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
Expand Down

0 comments on commit ca560b2

Please sign in to comment.