- dependencies and package version

This commit is contained in:
ezolenko 2018-05-10 23:15:34 -06:00
parent 823fea9525
commit c84d3f76ec
6 changed files with 1444 additions and 1992 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

1008
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "rollup-plugin-typescript2",
"version": "0.14.0",
"version": "0.14.1",
"description": "Seamless integration between Rollup and TypeScript. Now with errors.",
"main": "dist/rollup-plugin-typescript2.cjs.js",
"module": "dist/rollup-plugin-typescript2.es.js",
@ -40,26 +40,26 @@
"typescript": ">=2.4.0"
},
"devDependencies": {
"typescript": "^2.8.1",
"typescript": "^2.8.3",
"object-hash": "^1.3.0",
"colors": "^1.2.1",
"colors": "^1.2.4",
"graphlib": "^2.1.5",
"lodash": "^4.17.5",
"lodash": "^4.17.10",
"@types/colors": "^1.2.1",
"@types/fs-extra": "^5.0.0",
"@types/graphlib": "^2.1.4",
"@types/lodash": "^4.14.104",
"@types/lodash": "^4.14.108",
"@types/node": "^8.0.47",
"@types/object-hash": "^1.2.0",
"@types/resolve": "^0.0.7",
"@types/resolve": "^0.0.8",
"rimraf": "^2.6.2",
"rollup": "^0.57.1",
"rollup": "^0.58.2",
"rollup-plugin-typescript2": "github:ezolenko/rollup-plugin-typescript2#master",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-commonjs": "^9.1.0",
"rollup-plugin-re": "^1.0.6",
"rollup-plugin-commonjs": "^9.1.3",
"rollup-plugin-re": "^1.0.7",
"rollup-watch": "^4.3.1",
"tslint": "^5.9.1"
"tslint": "^5.10.0"
},
"repository": {
"type": "git",