Skip to content

Commit

Permalink
updated dependencies [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kanekotic committed May 16, 2020
1 parent c6bea04 commit c7826cd
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 99 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,30 +36,30 @@
},
"devDependencies": {
"@types/axios": "0.14.0",
"@types/faker": "4.1.11",
"@types/jest": "25.2.1",
"@types/node": "13.13.5",
"@types/faker": "4.1.12",
"@types/jest": "25.2.2",
"@types/node": "14.0.1",
"coveralls": "3.1.0",
"faker": "4.1.0",
"jest": "26.0.1",
"prettier": "2.0.5",
"rollup": "2.8.2",
"rollup": "2.10.2",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-json": "4.0.0",
"rollup-plugin-node-builtins": "2.1.2",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-replace": "2.2.0",
"rollup-plugin-terser": "5.3.0",
"rollup-plugin-typescript2": "0.27.0",
"ts-jest": "25.5.1",
"tslib": "1.11.2",
"rollup-plugin-typescript2": "0.27.1",
"ts-jest": "26.0.0",
"tslib": "2.0.0",
"tslint": "6.1.2",
"tslint-config-prettier": "1.18.0",
"typescript": "3.8.3"
"typescript": "3.9.2"
},
"dependencies": {
"axios": "0.19.2",
"tarant": "2.7.24"
"tarant": "2.7.25"
},
"jest": {
"preset": "ts-jest"
Expand Down
Loading

0 comments on commit c7826cd

Please sign in to comment.