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

Commit 009434e

Browse files
committed
Update dependencies
1 parent f3d3490 commit 009434e

32 files changed

+149
-171
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"typescript.tsdk": "node_modules/typescript/lib"
3+
}

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
"typescript-compare": "^0.0.2"
3333
},
3434
"devDependencies": {
35-
"typescript": "~3.1.1",
36-
"tslint": "^6.0.0",
37-
"tslint-config-standard": "^8.0.1",
38-
"static-type-assert": "^3.0.0",
39-
"toolcheck": "^0.0.5",
40-
"clean-typescript-build": "^0.1.0"
35+
"typescript": "^4.0.2",
36+
"tslint": "^6.1.3",
37+
"tslint-config-standard": "^9.0.0",
38+
"static-type-assert": "^4.0.0",
39+
"toolcheck": "^0.1.4",
40+
"clean-typescript-build": "^0.1.5"
4141
}
4242
}

0 commit comments

Comments
 (0)