Skip to content

Commit

Permalink
Updated dependencies (#465)
Browse files Browse the repository at this point in the history
* Updated dependencies

- Updated dependencides with `npm update` and `npm audit fix`.

* Fixes async tests
  • Loading branch information
andreban authored Feb 16, 2021
1 parent 51573aa commit 739669d
Show file tree
Hide file tree
Showing 9 changed files with 2,414 additions and 224 deletions.
151 changes: 92 additions & 59 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,20 @@
"author": "",
"license": "Apache-2.0",
"devDependencies": {
"@types/jasmine": "^3.5.11",
"@types/mock-fs": "^4.10.0",
"@types/jasmine": "^3.6.3",
"@types/mock-fs": "^4.13.0",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"del-cli": "^3.0.1",
"eslint": "^6.6.0",
"eslint-config-google": "^0.14.0",
"jasmine": "^3.5.0",
"jasmine": "^3.6.4",
"lerna": "^3.22.1",
"lerna-changelog": "^1.0.1",
"mock-fs": "^4.12.0",
"npm": "^6.14.8",
"mock-fs": "^4.13.0",
"npm": "^6.14.11",
"ts-node": "^8.10.2",
"typescript": "^3.9.7"
"typescript": "^3.9.9"
},
"dependencies": {}
}
Loading

0 comments on commit 739669d

Please sign in to comment.