mirror of
https://github.com/ezolenko/rollup-plugin-typescript2.git
synced 2025-12-08 19:06:16 +00:00
- update dependencies
This commit is contained in:
parent
5dacf10b27
commit
c97acf84df
10
package.json
10
package.json
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user