Skip to content

Commit

Permalink
(dep) version bumps (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobaaaaa committed Jan 18, 2019
1 parent 0b4e59a commit 868b84c
Show file tree
Hide file tree
Showing 2 changed files with 597 additions and 1,064 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,34 +33,34 @@
},
"devDependencies": {
"@types/chai": "4.1.7",
"@types/karma": "3.0.0",
"@types/karma": "3.0.1",
"@types/mocha": "5.2.5",
"@types/sinon": "5.0.7",
"@types/sinon-chai": "3.2.1",
"@types/sinon": "7.0.4",
"@types/sinon-chai": "3.2.2",
"chai": "4.2.0",
"husky": "1.1.4",
"karma": "3.1.1",
"husky": "1.3.1",
"karma": "3.1.4",
"karma-chrome-launcher": "2.2.0",
"karma-mocha": "1.3.0",
"karma-typescript": "3.0.13",
"lint-staged": "8.0.5",
"lint-staged": "8.1.0",
"mocha": "5.2.0",
"prettier": "1.15.2",
"release-it": "8.0.0",
"rollup": "0.67.3",
"prettier": "1.15.3",
"release-it": "10.0.0",
"rollup": "1.1.0",
"rollup-plugin-commonjs": "9.2.0",
"rollup-plugin-filesize": "5.0.1",
"rollup-plugin-node-resolve": "3.4.0",
"rollup-plugin-terser": "3.0.0",
"rollup-plugin-typescript2": "0.18.0",
"rollup-plugin-uglify": "6.0.0",
"sinon": "7.1.1",
"sinon-chai": "3.2.0",
"tslint": "5.11.0",
"tslint-config-prettier": "1.16.0",
"tslint-microsoft-contrib": "5.2.1",
"rollup-plugin-filesize": "6.0.0",
"rollup-plugin-node-resolve": "4.0.0",
"rollup-plugin-terser": "4.0.2",
"rollup-plugin-typescript2": "0.19.2",
"rollup-plugin-uglify": "6.0.1",
"sinon": "7.2.2",
"sinon-chai": "3.3.0",
"tslint": "5.12.1",
"tslint-config-prettier": "1.17.0",
"tslint-microsoft-contrib": "6.0.0",
"tslint-no-unused-expression-chai": "0.1.4",
"typescript": "3.1.6"
"typescript": "3.2.4"
},
"lint-staged": {
"src/**/*.ts": [
Expand Down
Loading

0 comments on commit 868b84c

Please sign in to comment.