Skip to content

Commit c84ee36

Browse files
chore(deps): update dependency typescript to ~5.9.0
1 parent 3f1bbea commit c84ee36

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"@expo/webpack-config": "^19.0.0",
2626
"babel-plugin-module-resolver": "4.1.0",
2727
"babel-preset-expo": "~13.0.0",
28-
"typescript": "~5.8.0"
28+
"typescript": "~5.9.0"
2929
}
3030
}

example/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6850,10 +6850,10 @@ type-is@~1.6.18:
68506850
media-typer "0.3.0"
68516851
mime-types "~2.1.24"
68526852

6853-
typescript@~5.8.0:
6854-
version "5.8.3"
6855-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
6856-
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
6853+
typescript@~5.9.0:
6854+
version "5.9.2"
6855+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.2.tgz#d93450cddec5154a2d5cabe3b8102b83316fb2a6"
6856+
integrity sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==
68576857

68586858
ua-parser-js@^0.7.30:
68596859
version "0.7.32"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"react-native-webview": "13.13.5",
114114
"release-it": "15.11.0",
115115
"storybook": "9.0.18",
116-
"typescript": "~5.8.0"
116+
"typescript": "~5.9.0"
117117
},
118118
"peerDependencies": {
119119
"expo": "*",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11426,10 +11426,10 @@ typedarray@^0.0.6:
1142611426
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1142711427
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
1142811428

11429-
"typescript@^4.6.4 || ^5.2.2", typescript@~5.8.0:
11430-
version "5.8.3"
11431-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
11432-
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
11429+
"typescript@^4.6.4 || ^5.2.2", typescript@~5.9.0:
11430+
version "5.9.2"
11431+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.2.tgz#d93450cddec5154a2d5cabe3b8102b83316fb2a6"
11432+
integrity sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==
1143311433

1143411434
ua-parser-js@^1.0.35:
1143511435
version "1.0.35"

0 commit comments

Comments
 (0)