- update dependencies

This commit is contained in:
ezolenko 2017-03-04 16:43:04 -07:00
parent 5dacf10b27
commit c97acf84df

View File

@ -1,6 +1,6 @@
{
"name": "rollup-plugin-typescript2",
"version": "0.1.2",
"version": "0.1.3",
"description": "Seamless integration between Rollup and TypeScript. Now with errors.",
"main": "dist/rollup-plugin-typescript2.cjs.js",
"module": "dist/rollup-plugin-typescript2.es.js",
@ -29,14 +29,14 @@
"lodash": "^4.17.4",
"object-hash": "^1.1.5",
"rollup-pluginutils": "^2.0.1",
"tslib": "^1.5.0"
"tslib": "^1.6.0"
},
"peerDependencies": {
"typescript": "^2.0",
"tslib": "^1.5.0"
},
"devDependencies": {
"rollup-plugin-typescript2": "^0.1.0",
"rollup-plugin-typescript2": "^0.1.2",
"@types/colors": "^1.1.1",
"@types/fs-extra": "0.0.37",
"@types/graphlib": "^2.1.3",
@ -45,8 +45,8 @@
"@types/object-hash": "^0.5.28",
"rimraf": "^2.5.4",
"rollup": "^0.41.4",
"tslint": "^4.4.2",
"typescript": "^2.1.5"
"tslint": "^4.5.1",
"typescript": "^2.2.1"
},
"repository": {
"type": "git",