mirror of
https://github.com/ezolenko/rollup-plugin-typescript2.git
synced 2025-12-08 19:06:16 +00:00
- depreciating peerDependencies and depending on everything directly
This commit is contained in:
parent
c204a3ec92
commit
cf7b1a4007
30
package.json
30
package.json
@ -13,7 +13,9 @@
|
||||
"keywords": [
|
||||
"rollup-plugin",
|
||||
"typescript",
|
||||
"es2015"
|
||||
"es2015",
|
||||
"rollup",
|
||||
"npm"
|
||||
],
|
||||
"license": "MIT",
|
||||
"homepage": "https://github.com/ezolenko/rollup-plugin-typescript2",
|
||||
@ -25,33 +27,33 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"colors": "^1.1.2",
|
||||
"fs-extra": "^2.1.2",
|
||||
"fs-extra": "^3.0.1",
|
||||
"graphlib": "^2.1.1",
|
||||
"lodash": "^4.17.4",
|
||||
"object-hash": "^1.1.8",
|
||||
"rollup-pluginutils": "^2.0.1"
|
||||
"rollup-pluginutils": "^2.0.1",
|
||||
"typescript": "^2.3.4",
|
||||
"tslib": "^1.7.1",
|
||||
"resolve": "^1.3.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^2.0",
|
||||
"tslib": "^1.5.0",
|
||||
"resolve": "^1.1.0"
|
||||
"tslib": "^1.7.1",
|
||||
"resolve": "^1.3.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/colors": "^1.1.3",
|
||||
"@types/fs-extra": "2.1.0",
|
||||
"@types/fs-extra": "^3.0.3",
|
||||
"@types/graphlib": "^2.1.4",
|
||||
"@types/lodash": "^4.14.62",
|
||||
"@types/node": "^6.0.53",
|
||||
"@types/node": "^8.0.1",
|
||||
"@types/object-hash": "^0.5.28",
|
||||
"@types/resolve": "0.0.4",
|
||||
"resolve": "^1.3.3",
|
||||
"@types/resolve": "^0.0.4",
|
||||
"rimraf": "^2.6.1",
|
||||
"rollup": "^0.41.6",
|
||||
"rollup": "^0.43.0",
|
||||
"rollup-plugin-typescript2": "^0.4.3",
|
||||
"rollup-watch": "^3.2.2",
|
||||
"tslib": "^1.7.1",
|
||||
"tslint": "^5.4.0",
|
||||
"typescript": "^2.3.4"
|
||||
"rollup-watch": "^4.0.0",
|
||||
"tslint": "^5.4.3"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user