Skip to content

Commit 3ac81b9

Browse files
committed
Rollback to ts 4.2.3 due to microsoft/TypeScript#44281
1 parent 14bcc91 commit 3ac81b9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/web-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"remotedev": "^0.2.9",
103103
"snowpack": "^3.8.3",
104104
"tailwindcss": "^2.2.7",
105-
"typescript": "^4.3.5",
105+
"typescript": "^4.2.3",
106106
"webpack-bundle-analyzer": "^4.4.2",
107107
"workbox-webpack-plugin": "^6.1.5"
108108
}

packages/web-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@
5555
"peggy": "^1.2.0",
5656
"prettier": "^2.3.2",
5757
"snowpack": "^3.8.3",
58-
"typescript": "^4.3.5"
58+
"typescript": "^4.2.3"
5959
}
6060
}

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12544,7 +12544,7 @@ typedarray-to-buffer@^3.1.5:
1254412544
dependencies:
1254512545
is-typedarray "^1.0.0"
1254612546

12547-
typescript@^4.3.5:
12547+
typescript@^4.2.3:
1254812548
version "4.3.5"
1254912549
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4"
1255012550
integrity sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==

0 commit comments

Comments
 (0)