Skip to content

Commit 05438d0

Browse files
committed
Downgrade TS to 4.2.4 for integration tests.
1 parent c2e3dc3 commit 05438d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/remix/test/integration/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@types/react": "^17.0.47",
2424
"@types/react-dom": "^17.0.17",
2525
"eslint": "^8.20.0",
26-
"typescript": "^4.7.4"
26+
"typescript": "^4.2.4"
2727
},
2828
"resolutions": {
2929
"@sentry/browser": "file:../../../browser",

packages/remix/test/integration/yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -6000,7 +6000,7 @@ type-is@~1.6.18:
60006000
media-typer "0.3.0"
60016001
mime-types "~2.1.24"
60026002

6003-
typescript@^4.7.4:
6003+
typescript@^4.2.4:
60046004
version "4.7.4"
60056005
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235"
60066006
integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==

0 commit comments

Comments
 (0)