Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit ad54975

Browse files
Update deps (#725)
1 parent 432810d commit ad54975

File tree

4 files changed

+15
-13
lines changed

4 files changed

+15
-13
lines changed

integrationTests/ts/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"typescript-3.7": "npm:[email protected]",
1414
"typescript-3.8": "npm:[email protected]",
1515
"typescript-3.9": "npm:[email protected]",
16-
"typescript-4.0": "npm:[email protected]"
16+
"typescript-4.0": "npm:[email protected]",
17+
"typescript-4.1": "npm:[email protected]"
1718
}
1819
}

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@types/http-errors": "1.8.0",
6767
"@types/mocha": "8.0.4",
6868
"@types/multer": "1.4.4",
69-
"@types/node": "14.14.8",
69+
"@types/node": "14.14.9",
7070
"@types/restify": "8.4.2",
7171
"@types/sinon": "9.0.8",
7272
"@types/supertest": "2.0.10",
@@ -88,15 +88,15 @@
8888
"mocha": "8.2.1",
8989
"multer": "1.4.2",
9090
"nyc": "15.1.0",
91-
"prettier": "2.1.2",
91+
"prettier": "2.2.0",
9292
"promise-polyfill": "8.2.0",
9393
"react": "16.14.0",
9494
"react-dom": "16.14.0",
9595
"restify": "8.5.1",
9696
"sinon": "9.2.1",
9797
"supertest": "6.0.1",
9898
"ts-node": "9.0.0",
99-
"typescript": "4.0.5",
99+
"typescript": "4.1.2",
100100
"unfetch": "4.2.0"
101101
},
102102
"peerDependencies": {

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"moduleResolution": "node",
1212
"noFallthroughCasesInSwitch": true,
1313
"noImplicitReturns": true,
14+
"noUncheckedIndexedAccess": true,
1415
"noUnusedLocals": true,
1516
"noUnusedParameters": true,
1617
"forceConsistentCasingInFileNames": true,

0 commit comments

Comments
 (0)