Skip to content

Commit

Permalink
WIP: update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Ceyer committed Jun 17, 2018
1 parent d4efc5e commit 279859d
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions package.json
Expand Up @@ -59,28 +59,28 @@
},
"homepage": "https://github.com/KennethanCeyer/metric-parser#readme",
"devDependencies": {
"@types/chai": "^4.1.2",
"@types/mocha": "^5.0.0",
"@types/chai": "^4.1.4",
"@types/mocha": "^5.2.2",
"chai": "^4.1.2",
"coveralls": "^3.0.0",
"coveralls": "^3.0.1",
"lodash.camelcase": "^4.3.0",
"mocha": "^5.0.5",
"nyc": "^11.6.0",
"rimraf": "^2.6.1",
"rollup": "^0.58.2",
"rollup-plugin-commonjs": "^9.0.0",
"rollup-plugin-json": "^2.3.0",
"rollup-plugin-node-resolve": "^3.0.0",
"mocha": "^5.2.0",
"nyc": "^12.0.2",
"rimraf": "^2.6.2",
"rollup": "^0.60.7",
"rollup-plugin-commonjs": "^9.1.3",
"rollup-plugin-json": "^3.0.0",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-typescript2": "^0.13.0",
"rollup-plugin-typescript2": "^0.15.0",
"source-map-support": "^0.5.6",
"ts-lint": "^4.5.1",
"ts-loader": "^4.1.0",
"ts-node": "^6.0.2",
"tslint": "^5.9.1",
"tslint-config-airbnb": "^5.8.0",
"typedoc": "^0.11.0",
"typescript": "^2.7.2",
"webpack": "^4.3.0"
"ts-loader": "^4.4.1",
"ts-node": "^6.1.1",
"tslint": "^5.10.0",
"tslint-config-airbnb": "^5.9.2",
"typedoc": "^0.11.1",
"typescript": "^2.9.2",
"webpack": "^4.12.0"
}
}

0 comments on commit 279859d

Please sign in to comment.