Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
epiphone committed May 1, 2020
1 parent a04e22c commit 5188f9d
Show file tree
Hide file tree
Showing 2 changed files with 1,637 additions and 1,513 deletions.
29 changes: 15 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,28 +29,29 @@
"singleQuote": true
},
"dependencies": {
"lodash": "^4.17.11",
"lodash": "^4.17.15",
"openapi3-ts": "^1.3.0",
"reflect-metadata": "^0.1.13",
"tslib": "^1.10.0"
"tslib": "^1.11.1"
},
"devDependencies": {
"@team-griffin/install-self-peers": "^1.1.1",
"@types/jest": "^24.0.15",
"@types/lodash": "^4.14.134",
"@types/prettier": "^1.16.4",
"@types/jest": "^25.2.1",
"@types/lodash": "^4.14.150",
"@types/node": "^13.13.4",
"@types/prettier": "^2.0.0",
"@types/reflect-metadata": "^0.1.0",
"@types/rimraf": "^2.0.2",
"@types/rimraf": "^3.0.0",
"codecov": "^3.5.0",
"jest": "^24.8.0",
"prettier": "^1.18.2",
"rimraf": "^2.6.3",
"ts-jest": "^24.0.2",
"tslint": "^5.18.0",
"jest": "^25.5.3",
"prettier": "^2.0.5",
"rimraf": "^3.0.2",
"ts-jest": "^25.4.0",
"tslint": "^6.1.2",
"tslint-config-prettier": "^1.18.0",
"tslint-config-standard": "^8.0.1",
"tsutils": "^3.14.0",
"typescript": "^3.5.2"
"tslint-config-standard": "^9.0.0",
"tsutils": "^3.17.1",
"typescript": "^3.8.3"
},
"peerDependencies": {
"class-transformer": "^0.2.3",
Expand Down
Loading

0 comments on commit 5188f9d

Please sign in to comment.