bump typescript to 4.5

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-01-18 00:08:58 +01:00
parent 4c176a81d6
commit 08fa6a604a
7 changed files with 92 additions and 14 deletions
-1
View File
@@ -105,7 +105,6 @@
"sucrase": "^3.20.2",
"tar": "^6.1.2",
"terser-webpack-plugin": "^5.1.3",
"typescript": "^4.0.3",
"util": "^0.12.3",
"webpack": "^5.48.0",
"webpack-dev-server": "4.3.1",
@@ -34,7 +34,8 @@
"@spotify/prettier-config": "^12.0.0",
"concurrently": "^6.0.0",
"lerna": "^4.0.0",
"prettier": "^2.3.2"
"prettier": "^2.3.2",
"typescript": "~4.5.4"
},
"prettier": "@spotify/prettier-config",
"lint-staged": {