Skip to content

Commit

Permalink
chore(devdependencies): upgrade major version changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Bradley committed May 7, 2020
1 parent a4528ec commit 06a108d
Show file tree
Hide file tree
Showing 2 changed files with 1,825 additions and 2,021 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"jest": {
"transform": {
".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
".(ts|tsx)": "ts-jest"
},
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
"moduleFileExtensions": [
Expand All @@ -83,34 +83,34 @@
"singleQuote": true
},
"devDependencies": {
"@types/jest": "^24.0.9",
"@types/node": "^11.9.5",
"@types/jest": "^25.2.1",
"@types/node": "^12.0.0",
"colors": "^1.3.3",
"commitizen": "^3.0.5",
"commitizen": "^4.1.2",
"coveralls": "^3.0.0",
"cross-env": "^5.2.0",
"cz-conventional-changelog": "^2.1.0",
"husky": "^1.3.1",
"jest": "^24.1.0",
"lint-staged": "^8.1.4",
"cross-env": "^7.0.2",
"cz-conventional-changelog": "^3.2.0",
"husky": "^4.2.5",
"jest": "^26.0.1",
"lint-staged": "^10.2.2",
"lodash.camelcase": "^4.3.0",
"prettier": "^1.16.4",
"prettier": "^2.0.5",
"prompt": "^1.0.0",
"replace-in-file": "^3.4.3",
"rimraf": "^2.6.1",
"rollup": "^1.1.2",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-typescript2": "^0.19.2",
"semantic-release": "^15.13.0",
"ts-jest": "^24.0.0",
"replace-in-file": "^6.0.0",
"rimraf": "^3.0.2",
"rollup": "^2.8.2",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-sourcemaps": "^0.6.1",
"rollup-plugin-typescript2": "^0.27.0",
"semantic-release": "^17.0.7",
"ts-jest": "^25.5.0",
"ts-node": "^8.0.2",
"tslint": "^5.12.1",
"tslint": "^6.1.2",
"tslint-config-prettier": "^1.18.0",
"tslint-config-standard": "^8.0.1",
"typedoc": "^0.14.2",
"tslint-config-standard": "^9.0.0",
"typedoc": "^0.17.6",
"typescript": "^3.3.3",
"validate-commit-msg": "^2.14.0"
}
Expand Down
Loading

0 comments on commit 06a108d

Please sign in to comment.