Skip to content

Commit 46c4adb

Browse files
committed
fix: rollaback typescript version
1 parent d1934b0 commit 46c4adb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "azure-devops-bicep-task",
3-
"version": "0.4.8",
3+
"version": "0.4.9",
44
"description": "Tasks for installing Bicep CLI and running Bicep CLI build commands",
55
"main": "index.js",
66
"scripts": {
@@ -57,6 +57,6 @@
5757
"lint-staged": "^13.1.1",
5858
"prettier": "^2.8.4",
5959
"ts-jest": "^29.0.5",
60-
"typescript": "^5.0.4"
60+
"typescript": "^4.9.5"
6161
}
6262
}

0 commit comments

Comments
 (0)