Skip to content

Commit

Permalink
bump tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
stevensJourney committed Nov 3, 2023
1 parent 7302316 commit 7f7d857
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/powersync-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
},
"devDependencies": {
"react": "18.2.0",
"typescript": "^4.1.3"
"typescript": "^5.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/powersync-sdk-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/node": "^20.5.9",
"@types/object-hash": "^3.0.4",
"@types/uuid": "^3.0.0",
"typescript": "^4.1.3"
"typescript": "^5.1.3"
},
"dependencies": {
"async-mutex": "^0.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/powersync-sdk-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@types/async-lock": "^1.4.0",
"react-native": "0.72.4",
"react": "18.2.0",
"typescript": "^4.1.3"
"typescript": "^5.1.3"
},
"keywords": [
"data sync",
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10964,11 +10964,6 @@ typedarray@^0.0.6:
resolved "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==

typescript@^4.1.3:
version "4.9.5"
resolved "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==

ua-parser-js@^1.0.35:
version "1.0.35"
resolved "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-1.0.35.tgz#c4ef44343bc3db0a3cbefdf21822f1b1fc1ab011"
Expand Down

0 comments on commit 7f7d857

Please sign in to comment.