Skip to content

Commit

Permalink
chore: revert @powersync/common peer dep workspace change (#246)
Browse files Browse the repository at this point in the history
Co-authored-by: DominicGBauer <[email protected]>
  • Loading branch information
DominicGBauer and DominicGBauer authored Jul 25, 2024
1 parent a634afd commit 843cfec
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 11 deletions.
10 changes: 10 additions & 0 deletions .changeset/shaggy-walls-hang.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
'@powersync/kysely-driver': patch
'@powersync/react-native': patch
'@powersync/attachments': patch
'@powersync/react': patch
'@powersync/vue': patch
'@powersync/web': patch
---

revert peer dep change
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 9
# Pnpm 9.4 introduces this https://github.com/pnpm/pnpm/pull/7633
# which causes workspace:^1.2.0 to be converted to 1.2.0^1.2.0
version: 9.3
run_install: false
- name: Get pnpm store directory
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion packages/attachments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"watch": "tsc -b -w"
},
"peerDependencies": {
"@powersync/common": "workspace:^"
"@powersync/common": "workspace:^1.13.0"
}
}
2 changes: 1 addition & 1 deletion packages/kysely-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"test": "pnpm build && vitest"
},
"peerDependencies": {
"@powersync/common": "workspace:^"
"@powersync/common": "workspace:^1.13.0"
},
"dependencies": {
"kysely": "^0.27.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"react": "*",
"react-native": "*",
"react-native-polyfill-globals": "^3.1.0",
"@powersync/common": "workspace:^"
"@powersync/common": "workspace:^1.13.0"
},
"dependencies": {
"@powersync/react": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"homepage": "https://docs.powersync.com",
"peerDependencies": {
"react": "*",
"@powersync/common": "workspace:^"
"@powersync/common": "workspace:^1.13.0"
},
"devDependencies": {
"@testing-library/react": "^15.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"homepage": "https://docs.powersync.com",
"peerDependencies": {
"vue": "*",
"@powersync/common": "workspace:^"
"@powersync/common": "workspace:^1.13.0"
},
"devDependencies": {
"flush-promises": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"license": "Apache-2.0",
"peerDependencies": {
"@journeyapps/wa-sqlite": "~0.2.0",
"@powersync/common": "workspace:^"
"@powersync/common": "workspace:^1.13.0"
},
"dependencies": {
"@powersync/common": "workspace:*",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 843cfec

Please sign in to comment.