Skip to content

Commit 64ba62e

Browse files
committed
Demo: Pin typescript to 4.5.5 to match CodeSandbox
To prevent accidentally using new features that won't work on the CodeSandbox demo.
1 parent 313043c commit 64ba62e

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

apps/react-hook-tracer-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@
5555
"eslint": "^8.27.0",
5656
"eslint-config-react-app": "^7.0.1",
5757
"react-scripts": "5.0.1",
58-
"typescript": "^4.9.3"
58+
"typescript": "4.5.5"
5959
}
6060
}

yarn.lock

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11740,7 +11740,7 @@ __metadata:
1174011740
react-dom: ^18.2.0
1174111741
react-hook-tracer: 1.3.1
1174211742
react-scripts: 5.0.1
11743-
typescript: ^4.9.3
11743+
typescript: 4.5.5
1174411744
languageName: unknown
1174511745
linkType: soft
1174611746

@@ -13544,6 +13544,16 @@ __metadata:
1354413544
languageName: node
1354513545
linkType: hard
1354613546

13547+
"typescript@npm:4.5.5":
13548+
version: 4.5.5
13549+
resolution: "typescript@npm:4.5.5"
13550+
bin:
13551+
tsc: bin/tsc
13552+
tsserver: bin/tsserver
13553+
checksum: 506f4c919dc8aeaafa92068c997f1d213b9df4d9756d0fae1a1e7ab66b585ab3498050e236113a1c9e57ee08c21ec6814ca7a7f61378c058d79af50a4b1f5a5e
13554+
languageName: node
13555+
linkType: hard
13556+
1354713557
"typescript@npm:^4.9.3":
1354813558
version: 4.9.3
1354913559
resolution: "typescript@npm:4.9.3"
@@ -13554,6 +13564,16 @@ __metadata:
1355413564
languageName: node
1355513565
linkType: hard
1355613566

13567+
"typescript@patch:typescript@4.5.5#~builtin<compat/typescript>":
13568+
version: 4.5.5
13569+
resolution: "typescript@patch:typescript@npm%3A4.5.5#~builtin<compat/typescript>::version=4.5.5&hash=bcec9a"
13570+
bin:
13571+
tsc: bin/tsc
13572+
tsserver: bin/tsserver
13573+
checksum: 858c61fa63f7274ca4aaaffeced854d550bf416cff6e558c4884041b3311fb662f476f167cf5c9f8680c607239797e26a2ee0bcc6467fbc05bfcb218e1c6c671
13574+
languageName: node
13575+
linkType: hard
13576+
1355713577
"typescript@patch:typescript@^4.9.3#~builtin<compat/typescript>":
1355813578
version: 4.9.3
1355913579
resolution: "typescript@patch:typescript@npm%3A4.9.3#~builtin<compat/typescript>::version=4.9.3&hash=d73830"

0 commit comments

Comments
 (0)