mirror of
https://github.com/ezolenko/rollup-plugin-typescript2.git
synced 2025-12-08 19:06:16 +00:00
- fixing dependency versions
This commit is contained in:
parent
1986879fdb
commit
54570f6a8c
44
package.json
44
package.json
@ -30,9 +30,9 @@
|
||||
"lint": "tslint -c ./tslint.json src/*.ts ./*.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"fs-extra": "^5.0.0",
|
||||
"resolve": "^1.8.1",
|
||||
"rollup-pluginutils": "^2.3.0",
|
||||
"fs-extra": "5.0.0",
|
||||
"resolve": "1.8.1",
|
||||
"rollup-pluginutils": "2.3.0",
|
||||
"tslib": "1.9.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
@ -40,26 +40,26 @@
|
||||
"typescript": ">=2.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^2.9.2",
|
||||
"object-hash": "^1.3.0",
|
||||
"colors": "^1.2.4",
|
||||
"graphlib": "^2.1.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.108",
|
||||
"@types/node": "^8.0.47",
|
||||
"@types/object-hash": "^1.2.0",
|
||||
"@types/resolve": "^0.0.8",
|
||||
"rimraf": "^2.6.2",
|
||||
"rollup": "^0.62.0",
|
||||
"typescript": "2.9.2",
|
||||
"object-hash": "1.3.0",
|
||||
"colors": "1.2.4",
|
||||
"graphlib": "2.1.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.108",
|
||||
"@types/node": "8.0.47",
|
||||
"@types/object-hash": "1.2.0",
|
||||
"@types/resolve": "0.0.8",
|
||||
"rimraf": "2.6.2",
|
||||
"rollup": "0.62.0",
|
||||
"rollup-plugin-typescript2": "github:ezolenko/rollup-plugin-typescript2#master",
|
||||
"rollup-plugin-node-resolve": "^3.3.0",
|
||||
"rollup-plugin-commonjs": "^9.1.3",
|
||||
"rollup-plugin-re": "^1.0.7",
|
||||
"rollup-watch": "^4.3.1",
|
||||
"tslint": "^5.10.0"
|
||||
"rollup-plugin-node-resolve": "3.3.0",
|
||||
"rollup-plugin-commonjs": "9.1.3",
|
||||
"rollup-plugin-re": "1.0.7",
|
||||
"rollup-watch": "4.3.1",
|
||||
"tslint": "5.10.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user