Skip to content
This repository has been archived by the owner on Jan 28, 2020. It is now read-only.

Commit

Permalink
Merge pull request #59 from elderapo/greenkeeper/@types/jest-23.3.14
Browse files Browse the repository at this point in the history
Update deps
  • Loading branch information
elderapo authored May 4, 2019
2 parents 1893b2b + c4db331 commit 7e98655
Show file tree
Hide file tree
Showing 2 changed files with 2,805 additions and 1,764 deletions.
59 changes: 30 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"start": "rollup -c rollup.config.ts -w",
"test": "jest",
"test:watch": "jest --watch",
"test:prod": "yarn lint && yarn test -- --coverage --no-cache",
"test:prod": "yarn test -- --coverage --no-cache",
"test-types": "dtslint test/types --onlyTestTsNext",
"deploy-docs": "ts-node tools/gh-pages-publish",
"report-coverage": "cat ./coverage/lcov.info | coveralls",
Expand Down Expand Up @@ -76,38 +76,39 @@
"collectCoverage": true
},
"devDependencies": {
"@types/jest": "23.3.11",
"@types/node": "^10.11.5",
"colors": "^1.1.2",
"commitizen": "^3.0.0",
"coveralls": "^3.0.0",
"cross-env": "^5.0.1",
"cz-conventional-changelog": "^2.0.0",
"dtslint": "^0.7.0",
"husky": "^2.0.0",
"jest": "^23.3.0",
"lint-staged": "^8.1.4",
"@types/jest": "^24.0.12",
"@types/node": "^12.0.0",
"colors": "^1.3.3",
"commitizen": "^3.1.1",
"coveralls": "^3.0.3",
"cross-env": "^5.2.0",
"cz-conventional-changelog": "^2.1.0",
"dtslint": "^0.7.1",
"husky": "^2.2.0",
"jest": "^24.7.1",
"lint-staged": "^8.1.6",
"lodash.camelcase": "^4.3.0",
"prettier": "^1.13.4",
"prettier": "^1.17.0",
"prompt": "^1.0.0",
"replace-in-file": "^4.0.0",
"rimraf": "^2.6.1",
"rollup": "^1.0.0",
"rollup-plugin-commonjs": "^9.0.0",
"rimraf": "^2.6.3",
"rollup": "^1.11.2",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-node-resolve": "^4.2.3",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-typescript2": "^0.19.0",
"semantic-release": "^15.6.3",
"travis-deploy-once": "^5.0.1",
"ts-jest": "^24.0.0",
"ts-node": "^8.0.3",
"tslint": "5.10.0",
"tslint-config-prettier": "^1.1.0",
"tslint-config-standard": "^8.0.0",
"typedoc": "^0.14.0",
"typescript": "^2.9.2",
"validate-commit-msg": "^2.12.2"
}
"rollup-plugin-typescript2": "^0.21.0",
"semantic-release": "^15.13.3",
"travis-deploy-once": "^5.0.11",
"ts-jest": "^24.0.2",
"ts-node": "^8.1.0",
"tslint": "^5.16.0",
"tslint-config-prettier": "^1.18.0",
"tslint-config-standard": "^8.0.1",
"typedoc": "^0.14.2",
"typescript": "^3.4.5",
"validate-commit-msg": "^2.14.0"
},
"dependencies": {}
}
Loading

0 comments on commit 7e98655

Please sign in to comment.