1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-11 01:14:36 +00:00

Merge pull request #534 from sasjs/package-script-fix

chore(deps): pin typescript version to fix packaging
This commit is contained in:
Muhammad Saad
2021-09-01 06:20:25 +05:00
committed by GitHub

View File

@@ -63,7 +63,7 @@
"typedoc": "^0.21.4",
"typedoc-neo-theme": "^1.1.1",
"typedoc-plugin-external-module-name": "^4.0.6",
"typescript": "^4.3.5",
"typescript": "4.3.5",
"webpack": "^5.44.0",
"webpack-cli": "^4.7.2"
},