Skip to content

Commit bf9ef15

Browse files
committed
Demo: Update typescript to pinned 4.9.3 to match CodeSandbox
To prevent accidentally using new features that won't work on the CodeSandbox demo. VS Code will use typescript 5.0.4 from root package.json, but CI `yarn type-check-app` will use 4.9.3.
1 parent a9ad1bb commit bf9ef15

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
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.39.0",
5656
"eslint-config-react-app": "^7.0.1",
5757
"react-scripts": "5.0.1",
58-
"typescript": "4.5.5"
58+
"typescript": "4.9.3"
5959
}
6060
}

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12237,7 +12237,7 @@ __metadata:
1223712237
react-dom: ^18.2.0
1223812238
react-hook-tracer: 1.3.1
1223912239
react-scripts: 5.0.1
12240-
typescript: 4.5.5
12240+
typescript: 4.9.3
1224112241
languageName: unknown
1224212242
linkType: soft
1224312243

@@ -14108,13 +14108,13 @@ __metadata:
1410814108
languageName: node
1410914109
linkType: hard
1411014110

14111-
"typescript@npm:4.5.5":
14112-
version: 4.5.5
14113-
resolution: "typescript@npm:4.5.5"
14111+
"typescript@npm:4.9.3":
14112+
version: 4.9.3
14113+
resolution: "typescript@npm:4.9.3"
1411414114
bin:
1411514115
tsc: bin/tsc
1411614116
tsserver: bin/tsserver
14117-
checksum: 506f4c919dc8aeaafa92068c997f1d213b9df4d9756d0fae1a1e7ab66b585ab3498050e236113a1c9e57ee08c21ec6814ca7a7f61378c058d79af50a4b1f5a5e
14117+
checksum: 17b8f816050b412403e38d48eef0e893deb6be522d6dc7caf105e54a72e34daf6835c447735fd2b28b66784e72bfbf87f627abb4818a8e43d1fa8106396128dc
1411814118
languageName: node
1411914119
linkType: hard
1412014120

@@ -14128,13 +14128,13 @@ __metadata:
1412814128
languageName: node
1412914129
linkType: hard
1413014130

14131-
"typescript@patch:typescript@4.5.5#~builtin<compat/typescript>":
14132-
version: 4.5.5
14133-
resolution: "typescript@patch:typescript@npm%3A4.5.5#~builtin<compat/typescript>::version=4.5.5&hash=bcec9a"
14131+
"typescript@patch:typescript@4.9.3#~builtin<compat/typescript>":
14132+
version: 4.9.3
14133+
resolution: "typescript@patch:typescript@npm%3A4.9.3#~builtin<compat/typescript>::version=4.9.3&hash=a66ed4"
1413414134
bin:
1413514135
tsc: bin/tsc
1413614136
tsserver: bin/tsserver
14137-
checksum: 858c61fa63f7274ca4aaaffeced854d550bf416cff6e558c4884041b3311fb662f476f167cf5c9f8680c607239797e26a2ee0bcc6467fbc05bfcb218e1c6c671
14137+
checksum: d7bdcf5e18193f709339540d69577f7b0389000265db2bf10edfaa67336a29d6bcbee11828084150f7fdd110d605794cfa6df33bebc0a2e33daad2dbe2a7a59f
1413814138
languageName: node
1413914139
linkType: hard
1414014140

0 commit comments

Comments
 (0)