build: update typescript version (#1601)

This commit is contained in:
Nathan Nichols
2021-09-13 10:56:19 -07:00
committed by Mayukha Vadari
parent 148cac6f3f
commit 0dc1e08350
11 changed files with 76 additions and 43 deletions

View File

@@ -39,7 +39,7 @@
"@types/puppeteer": "5.4.4",
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.0.0",
"@xrplf/eslint-config": "^1.3",
"@xrplf/eslint-config": "^1.3.0",
"@xrplf/prettier-config": "^1.2.0",
"assert": "^2.0.0",
"buffer": "^6.0.2",
@@ -68,8 +68,8 @@
"stream-browserify": "^3.0.0",
"stream-http": "3.2.0",
"ts-loader": "^9.2.5",
"ts-node": "^10.1.0",
"typescript": "^3.9.10",
"ts-node": "^10.2.1",
"typescript": "^4.4.2",
"url": "^0.11.0",
"webpack": "^5.6.0",
"webpack-bundle-analyzer": "^4.1.0",