Skip to content

Commit

Permalink
Fixed deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pateketrueke committed May 31, 2017
1 parent 29a4a66 commit 39b6113
Show file tree
Hide file tree
Showing 2 changed files with 312 additions and 696 deletions.
64 changes: 32 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,41 +59,41 @@
}
}
},
"dependencies": {
"deref": "^0.7.0",
"json-schema-ref-parser": "3.1.2",
"randexp": "0.4.3",
"tslib": "1.4.0"
},
"devDependencies": {
"casual-cjs": "1.5.10",
"chance": "1.0.4",
"clone": "2.1.0",
"codecov": "1.0.1",
"faker": "4.1.0",
"fs-extra": "1.0.0",
"glob": "7.1.1",
"istanbul": "0.4.5",
"jasmine-node": "2.0.0-beta4",
"jayschema": "0.3.1",
"lodash.template": "4.4.0",
"rollup": "0.38.0",
"rollup-plugin-commonjs": "^7.0.0",
"rollup-plugin-node-resolve": "^2.0.0",
"semver": "5.3.0",
"tarima": "^3.2.1",
"ts-node": "2.1.0",
"tslint": "4.0.2",
"tv4": "1.2.7",
"typedoc": "0.5.1",
"typescript": "2.1.1",
"uglify-js": "2.7.4",
"z-schema": "3.18.1"
},
"keywords": [
"json",
"jsonschema",
"fake",
"mocks"
]
],
"devDependencies": {
"casual-cjs": "^1.5.10",
"chance": "^1.0.9",
"clone": "^2.1.1",
"codecov": "^2.2.0",
"faker": "^4.1.0",
"fs-extra": "^3.0.1",
"glob": "^7.1.2",
"istanbul": "^0.4.5",
"jasmine-node": "^1.14.5",
"jayschema": "^0.3.1",
"lodash.template": "^4.4.0",
"rollup": "^0.41.6",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-node-resolve": "^3.0.0",
"semver": "^5.3.0",
"tarima": "^3.2.1",
"ts-node": "^3.0.4",
"tslint": "^5.3.2",
"tv4": "^1.3.0",
"typedoc": "^0.7.1",
"typescript": "^2.3.4",
"uglify-js": "^3.0.13",
"z-schema": "^3.18.2"
},
"dependencies": {
"deref": "^0.7.0",
"json-schema-ref-parser": "^3.1.2",
"randexp": "^0.4.5",
"tslib": "^1.7.1"
}
}
Loading

0 comments on commit 39b6113

Please sign in to comment.