Skip to content

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,22 @@
1919
"pre-commit": "run-s lint-staged test"
2020
},
2121
"devDependencies": {
22-
"@commitlint/cli": "^8.1.0",
23-
"@commitlint/config-conventional": "^8.0.0",
22+
"@commitlint/cli": "^9.1.2",
23+
"@commitlint/config-conventional": "^10.0.0",
2424
"@types/jest": "^24.0.15",
25-
"all-contributors-cli": "^5.3.0",
26-
"commitizen": "^3.1.1",
25+
"all-contributors-cli": "^6.1.2",
26+
"commitizen": "^4.2.4",
2727
"conventional-changelog-cli": "^2.1.0",
2828
"cz-conventional-changelog": "^2.1.0",
2929
"husky": "^7.0.0",
30-
"jest": "^26.2.2",
30+
"jest": "^26.6.3",
3131
"jest-express": "^1.10.1",
32-
"lerna": "^3.22.1",
33-
"lint-staged": "^8.2.1",
32+
"lerna": "^4.0.0",
33+
"lint-staged": "^9.0.0",
3434
"npm-run-all": "^4.1.5",
3535
"prettier": "^2.2.1",
3636
"rimraf": "^3.0.2",
37-
"ts-jest": "^26.0.0",
37+
"ts-jest": "^26.5.0",
3838
"typescript": "^3.9.7"
3939
},
4040
"lint-staged": {

packages/create-twilio-function/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"license": "MIT",
2828
"devDependencies": {
2929
"@twilio/runtime-handler": "^1.1.2",
30-
"jest": "^24.5.0",
30+
"jest": "^26.6.3",
3131
"nock": "^11.3.4"
3232
},
3333
"dependencies": {

packages/runtime-handler/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@
4949
"@types/lodash.debounce": "^4.0.6",
5050
"@types/node": "^14.0.19",
5151
"@types/supertest": "^2.0.8",
52-
"jest": "^24.8.0",
52+
"jest": "^26.6.3",
5353
"npm-run-all": "^4.1.5",
5454
"rimraf": "^2.6.3",
5555
"supertest": "^3.1.0",
56-
"ts-jest": "^24.0.2",
56+
"ts-jest": "^26.5.0",
5757
"typescript": "^3.8.3"
5858
},
5959
"bugs": {

packages/serverless-api/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@
4646
"@types/jest": "^24.0.16",
4747
"@types/nock": "^10.0.3",
4848
"commitizen": "^4.2.4",
49-
"jest": "^24.8.0",
49+
"jest": "^26.6.3",
5050
"moq.ts": "^6.3.3",
5151
"nock": "^12.0.3",
5252
"npm-run-all": "^4.1.5",
5353
"rimraf": "^2.6.3",
54-
"ts-jest": "^25.3.0",
54+
"ts-jest": "^26.5.0",
5555
"typedoc": "^0.18.0",
56-
"typedoc-plugin-external-module-name": "^3.0.0",
56+
"typedoc-plugin-external-module-name": "^4.0.6",
5757
"typescript": "^3.8.3"
5858
},
5959
"dependencies": {

0 commit comments

Comments
 (0)