Skip to content

Commit

Permalink
package(common): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur Yorsh committed May 29, 2019
1 parent e07300b commit 6760bb2
Show file tree
Hide file tree
Showing 2 changed files with 131 additions and 49 deletions.
165 changes: 125 additions & 40 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 6 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,18 @@
"url": "https://github.com/akveo/eva/issues"
},
"scripts": {
"start": "npm run build -- --watch",
"build": "tsc",
"clean": "rimraf ./dist",
"lint": "tslint -p tsconfig.json",
"lint:fix": "npm run lint -- --fix",
"ci:test": "npm test -- --coverage && cat ./dist/jest/coverage/lcov.info | coveralls",
"test": "jest",
"gen:kitten": "ts-node ./packages/processor/kitten/scripts/generateExisting",
"gen:kitten-all": "npm run gen:kitten -- eva",
"gen:kitten-custom": "ts-node ./packages/processor/kitten/scripts/customize"
"gen:js": "ts-node ./packages/processor/js/scripts/generateExisting",
"gen:js-custom": "ts-node ./packages/processor/js/scripts/customize",
"test": "jest"
},
"devDependencies": {
"@types/jest": "^23.3.11",
"@types/jest": "^24.0.13",
"@types/lodash.merge": "^4.6.6",
"@types/node": "^10.12.18",
"@types/node": "^12.0.3",
"@types/rimraf": "^2.0.2",
"ajv": "^6.10.0",
"husky": "^1.1.2",
Expand All @@ -35,6 +32,6 @@
"ts-jest": "^23.10.5",
"ts-node": "^8.0.3",
"tslint": "^5.12.0",
"typescript": "^3.2.2"
"typescript": "^3.4.5"
}
}

0 comments on commit 6760bb2

Please sign in to comment.