Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v4.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 16, 2021
1 parent 291590b commit 0ec075a
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"husky": "4.3.8",
"jest-environment-node": "26.6.2",
"lerna": "3.22.1",
"typescript": "4.0.5"
"typescript": "4.2.4"
},
"resolutions": {
"**/**/fs-capacitor": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/itmat-commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"jest": "26.6.3",
"rimraf": "3.0.2",
"ts-jest": "26.5.4",
"typescript": "4.0.5"
"typescript": "4.2.4"
},
"eslintConfig": {
"extends": "./config/eslint.config.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/itmat-interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"supertest": "6.1.3",
"ts-jest": "26.5.4",
"ts-loader": "8.0.18",
"typescript": "4.0.5",
"typescript": "4.2.4",
"webpack": "5.28.0",
"webpack-cli": "4.5.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/itmat-job-executor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"supertest": "6.1.3",
"ts-jest": "26.5.4",
"ts-loader": "8.0.18",
"typescript": "4.0.5",
"typescript": "4.2.4",
"webpack": "5.28.0",
"webpack-cli": "4.5.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/itmat-setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@types/mongodb": "3.6.10",
"chalk": "4.1.0",
"eslint": "7.24.0",
"typescript": "4.0.5"
"typescript": "4.2.4"
},
"eslintConfig": {
"extends": "./config/eslint.config.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/itmat-ui-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"jest-enzyme": "7.1.2",
"react-scripts": "3.4.0",
"rimraf": "3.0.2",
"typescript": "4.0.5",
"typescript": "4.2.4",
"uuid": "8.3.2",
"webpack": "5.28.0"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19883,10 +19883,10 @@ typedarray@^0.0.6:
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=

typescript@4.0.5:
version "4.0.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.5.tgz#ae9dddfd1069f1cb5beb3ef3b2170dd7c1332389"
integrity sha512-ywmr/VrTVCmNTJ6iV2LwIrfG1P+lv6luD8sUJs+2eI9NLGigaN+nUQc13iHqisq7bra9lnmUSYqbJvegraBOPQ==
typescript@4.2.4:
version "4.2.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.4.tgz#8610b59747de028fda898a8aef0e103f156d0961"
integrity sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==

uglify-js@^3.1.4:
version "3.10.3"
Expand Down

0 comments on commit 0ec075a

Please sign in to comment.