Skip to content

Commit 0e2e176

Browse files
committed
build(deps): upgrade TypeScript to v4.4.2
1 parent ec3bc04 commit 0e2e176

File tree

9 files changed

+28
-48
lines changed

9 files changed

+28
-48
lines changed

apps/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"babel-preset-expo": "8.3.0",
7676
"ignore-loader": "^0.1.2",
7777
"jest-expo": "^42.0.0",
78-
"typescript": "~4.0.0"
78+
"typescript": "^4.4.2"
7979
},
8080
"private": true,
8181
"installConfig": {

apps/demo/src/components/templates/ArticleTemplate/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ function Article({
9797
);
9898
const scrollToFragment = useCallback(
9999
function scrollToFragment() {
100-
let timeout: null | NodeJS.Timeout = null;
100+
let timeout: any = null;
101101
function scrollTo() {
102102
if (fragment) {
103103
if (scroller.isLoaded) {

apps/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@
5353
"doc-docusaurus-typedoc-plugin": "workspace:*",
5454
"sass": "^1.32.13",
5555
"typedoc": "^0.20.36",
56-
"typescript": "4.2"
56+
"typescript": "^4.4.2"
5757
}
5858
}

doc-tools/doc-docsusaurus-rfg-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"@docusaurus/core": "2.0.0-beta.759298296",
1414
"@docusaurus/plugin-content-docs": "2.0.0-beta.759298296",
1515
"@docusaurus/types": "2.0.0-beta.759298296",
16-
"typescript": "^4.3.2"
16+
"typescript": "^4.4.2"
1717
}
1818
}

doc-tools/doc-docusaurus-typedoc-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"@docusaurus/core": "2.0.0-beta.759298296",
1010
"@docusaurus/plugin-content-docs": "2.0.0-beta.759298296",
1111
"@docusaurus/types": "2.0.0-beta.759298296",
12-
"typescript": "4.2"
12+
"typescript": "^4.4.2"
1313
}
1414
}

doc-tools/doc-mdx-gen-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
"react": "17.0.2",
2828
"react-native-web": "^0.16.3",
2929
"react-test-renderer": "17.0.2",
30-
"typescript": "~4.3.2"
30+
"typescript": "^4.4.2"
3131
}
3232
}

doc-tools/doc-pages/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"metro-react-native-babel-transformer": "^0.66.0",
3636
"react": "17.0.2",
3737
"react-test-renderer": "17.0.2",
38-
"typescript": "~4.3.2"
38+
"typescript": "^4.4.2"
3939
},
4040
"peerDependencies": {
4141
"react": "*"

packages/render-html/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"react-performance-testing": "^1.2.3",
6565
"react-test-renderer": "^17.0.2",
6666
"release-it": "14.11.0-next.1",
67-
"typescript": "~4.3.2"
67+
"typescript": "^4.4.2"
6868
},
6969
"peerDependencies": {
7070
"react": "*",

yarn.lock

Lines changed: 20 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -2274,7 +2274,7 @@ __metadata:
22742274
react-native-web: ^0.16.3
22752275
react-reconciler: ^0.26.2
22762276
react-test-renderer: 17.0.2
2277-
typescript: ~4.3.2
2277+
typescript: ^4.4.2
22782278
bin:
22792279
doc-mdx-gen-cli: bin/bundle.js
22802280
languageName: unknown
@@ -2301,7 +2301,7 @@ __metadata:
23012301
metro-react-native-babel-transformer: ^0.66.0
23022302
react: 17.0.2
23032303
react-test-renderer: 17.0.2
2304-
typescript: ~4.3.2
2304+
typescript: ^4.4.2
23052305
peerDependencies:
23062306
react: "*"
23072307
languageName: unknown
@@ -9799,7 +9799,7 @@ __metadata:
97999799
react-native-webview: 11.6.2
98009800
react-syntax-highlighter: ^15.4.3
98019801
scheduler: ^0.20.2
9802-
typescript: ~4.0.0
9802+
typescript: ^4.4.2
98039803
urijs: "*"
98049804
use-context-selector: ^1.3.7
98059805
zustand: ^3.4.2
@@ -9960,7 +9960,7 @@ __metadata:
99609960
"@docusaurus/types": 2.0.0-beta.759298296
99619961
htmlparser2: ^7.1.1
99629962
rfg-api: ^0.5.2
9963-
typescript: ^4.3.2
9963+
typescript: ^4.4.2
99649964
languageName: unknown
99659965
linkType: soft
99669966

@@ -9972,7 +9972,7 @@ __metadata:
99729972
"@docusaurus/plugin-content-docs": 2.0.0-beta.759298296
99739973
"@docusaurus/types": 2.0.0-beta.759298296
99749974
typedoc: ^0.20.36
9975-
typescript: 4.2
9975+
typescript: ^4.4.2
99769976
languageName: unknown
99779977
linkType: soft
99789978

@@ -19989,7 +19989,7 @@ fsevents@^1.2.7:
1998919989
react-test-renderer: ^17.0.2
1999019990
release-it: 14.11.0-next.1
1999119991
stringify-entities: ^3.1.0
19992-
typescript: ~4.3.2
19992+
typescript: ^4.4.2
1999319993
urijs: ^1.19.6
1999419994
peerDependencies:
1999519995
react: "*"
@@ -23201,37 +23201,27 @@ resolve@~1.19.0:
2320123201
languageName: node
2320223202
linkType: hard
2320323203

23204-
23205-
version: 4.2.4
23206-
resolution: "typescript@npm:4.2.4"
23207-
bin:
23208-
tsc: bin/tsc
23209-
tsserver: bin/tsserver
23210-
checksum: 89c397df192f239359ad798b96d8e8d552e12c0c189ac5676cec4c20c410d6eec636b8e59a88f2aef0a56d961a9678d99c400099be9b7cae2f7b062eb4b7b171
23211-
languageName: node
23212-
linkType: hard
23213-
23214-
"typescript@^4.3.2, typescript@~4.3.2":
23215-
version: 4.3.4
23216-
resolution: "typescript@npm:4.3.4"
23204+
typescript@^4.4.2:
23205+
version: 4.4.2
23206+
resolution: "typescript@npm:4.4.2"
2321723207
bin:
2321823208
tsc: bin/tsc
2321923209
tsserver: bin/tsserver
23220-
checksum: 75e1f2769c7ff38c718523d05eaf1c2611dbf92c0ab0f85f603ead9bb23416af2009a5dac46e76ef6a207a8508fa53f51b43a41f2a91b1241b53cd744c16128c
23210+
checksum: 194e08e9d1971d667d6fd1a0554616b7022312a2319d70e81a64e502a265992061ee7817ed9a69b52bbabe7a9b85e7938cb8c11c433e40a516b277f8c4dacd51
2322123211
languageName: node
2322223212
linkType: hard
2322323213

23224-
"typescript@patch:[email protected]#~builtin<compat/typescript>":
23225-
version: 4.2.4
23226-
resolution: "typescript@patch:typescript@npm%3A4.2.4#~builtin<compat/typescript>::version=4.2.4&hash=d8b4e7"
23214+
"typescript@patch:typescript@^4.4.2#~builtin<compat/typescript>":
23215+
version: 4.4.2
23216+
resolution: "typescript@patch:typescript@npm%3A4.4.2#~builtin<compat/typescript>::version=4.4.2&hash=d8b4e7"
2322723217
bin:
2322823218
tsc: bin/tsc
2322923219
tsserver: bin/tsserver
23230-
checksum: 3d8ac56cd91f6f60e69aff212cb3601c8affd8dd7b3fac115b836b7d59ab8c7b21778635f07971cbcb6035019df1abefe3047c1d46f3d42d087ceb0552af0206
23220+
checksum: 11d6ab6e868117908c388401e2ac06d503c5c8709115ab80ee69a1a6352c1f98471d1e595636bfe6a2d6b20b03a44df6bb2d3d198cea97c0c328968cd18d2b70
2323123221
languageName: node
2323223222
linkType: hard
2323323223

23234-
"typescript@patch:typescript@^4.3.2#~builtin<compat/typescript>, typescript@patch:typescript@~4.3.2#~builtin<compat/typescript>":
23224+
"typescript@patch:typescript@~4.3.2#~builtin<compat/typescript>":
2323523225
version: 4.3.4
2323623226
resolution: "typescript@patch:typescript@npm%3A4.3.4#~builtin<compat/typescript>::version=4.3.4&hash=d8b4e7"
2323723227
bin:
@@ -23241,23 +23231,13 @@ [email protected]:
2324123231
languageName: node
2324223232
linkType: hard
2324323233

23244-
"typescript@patch:typescript@~4.0.0#~builtin<compat/typescript>":
23245-
version: 4.0.8
23246-
resolution: "typescript@patch:typescript@npm%3A4.0.8#~builtin<compat/typescript>::version=4.0.8&hash=d8b4e7"
23247-
bin:
23248-
tsc: bin/tsc
23249-
tsserver: bin/tsserver
23250-
checksum: 5b2c2a14427961314dff8b1c2287b820cd7f622c3ce49322763f6db48ec747cc90820b7e2a2e505e8b7dc136b1a87d885ba0b2562d930f28dee7186e989fa6ef
23251-
languageName: node
23252-
linkType: hard
23253-
23254-
typescript@~4.0.0:
23255-
version: 4.0.8
23256-
resolution: "typescript@npm:4.0.8"
23234+
typescript@~4.3.2:
23235+
version: 4.3.4
23236+
resolution: "typescript@npm:4.3.4"
2325723237
bin:
2325823238
tsc: bin/tsc
2325923239
tsserver: bin/tsserver
23260-
checksum: ed3869f1001a1d3609bddaea3e53147dafc5ad5dc70dd836ae74a8a954e5000a7245448eb98923077be0d3953677d413303f7cdc52ccca9589c664d4060c00a7
23240+
checksum: 75e1f2769c7ff38c718523d05eaf1c2611dbf92c0ab0f85f603ead9bb23416af2009a5dac46e76ef6a207a8508fa53f51b43a41f2a91b1241b53cd744c16128c
2326123241
languageName: node
2326223242
linkType: hard
2326323243

@@ -24255,7 +24235,7 @@ typescript@~4.0.0:
2425524235
react-modal: ^3.13.1
2425624236
sass: ^1.32.13
2425724237
typedoc: ^0.20.36
24258-
typescript: 4.2
24238+
typescript: ^4.4.2
2425924239
languageName: unknown
2426024240
linkType: soft
2426124241

0 commit comments

Comments
 (0)