Skip to content

Commit 7f7d857

Browse files
bump tsc
1 parent 7302316 commit 7f7d857

File tree

4 files changed

+3
-8
lines changed

4 files changed

+3
-8
lines changed

packages/powersync-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
},
3535
"devDependencies": {
3636
"react": "18.2.0",
37-
"typescript": "^4.1.3"
37+
"typescript": "^5.1.3"
3838
}
3939
}

packages/powersync-sdk-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@types/node": "^20.5.9",
3131
"@types/object-hash": "^3.0.4",
3232
"@types/uuid": "^3.0.0",
33-
"typescript": "^4.1.3"
33+
"typescript": "^5.1.3"
3434
},
3535
"dependencies": {
3636
"async-mutex": "^0.4.0",

packages/powersync-sdk-react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@types/async-lock": "^1.4.0",
4949
"react-native": "0.72.4",
5050
"react": "18.2.0",
51-
"typescript": "^4.1.3"
51+
"typescript": "^5.1.3"
5252
},
5353
"keywords": [
5454
"data sync",

yarn.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10964,11 +10964,6 @@ typedarray@^0.0.6:
1096410964
resolved "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
1096510965
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==
1096610966

10967-
typescript@^4.1.3:
10968-
version "4.9.5"
10969-
resolved "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
10970-
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
10971-
1097210967
ua-parser-js@^1.0.35:
1097310968
version "1.0.35"
1097410969
resolved "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-1.0.35.tgz#c4ef44343bc3db0a3cbefdf21822f1b1fc1ab011"

0 commit comments

Comments
 (0)