Skip to content

Commit

Permalink
(#1) Updating TypeScript to 3.7.5 as well as ts-loader and webpack to…
Browse files Browse the repository at this point in the history
… latest versions.
  • Loading branch information
danrivett committed Feb 22, 2020
1 parent 9ab682d commit fa5a621
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
"lint-staged": "^9.2.0",
"prettier": "^1.18.2",
"ts-jest": "^24.1.0",
"typescript": "^3.6.3"
"typescript": "^3.7.5"
}
}
8 changes: 4 additions & 4 deletions packages/commitlint-config-github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"devDependencies": {
"cross-env": "^5.2.1",
"rimraf": "^2.6.3",
"ts-loader": "^6.1.0",
"typescript": "^3.6.3",
"webpack": "^4.40.2",
"webpack-cli": "^3.3.8"
"ts-loader": "^6.2.1",
"typescript": "^3.7.5",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"commitlint-github-utils": "^1.3.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/commitlint-github-e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@commitlint/cli": "^8.2.0",
"shelljs": "^0.8.3",
"jest": "^24.9.0",
"typescript": "^3.6.3"
"typescript": "^3.7.5"
},
"dependencies": {
"commitlint-plugin-github-rules": "^1.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/commitlint-github-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"devDependencies": {
"cross-env": "^5.2.1",
"rimraf": "^2.6.3",
"ts-loader": "^6.1.0",
"typescript": "^3.6.3",
"webpack": "^4.40.2",
"webpack-cli": "^3.3.8"
"ts-loader": "^6.2.1",
"typescript": "^3.7.5",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11"
},
"gitHead": "7f76615b342be1a91e2350158577141fca95a953"
}
8 changes: 4 additions & 4 deletions packages/commitlint-plugin-github-rules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"devDependencies": {
"cross-env": "^5.2.1",
"rimraf": "^2.6.3",
"ts-loader": "^6.1.0",
"typescript": "^3.6.3",
"webpack": "^4.40.2",
"webpack-cli": "^3.3.8"
"ts-loader": "^6.2.1",
"typescript": "^3.7.5",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"commitlint-github-utils": "^1.3.0"
Expand Down

0 comments on commit fa5a621

Please sign in to comment.