Skip to content

Commit

Permalink
chore: pr reverts
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicGBauer committed May 22, 2024
1 parent 7936050 commit 2921f50
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 21 deletions.
5 changes: 1 addition & 4 deletions packages/attachments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@
"watch": "tsc -b -w"
},
"peerDependencies": {
"@powersync/common": "workspace:>=1.9.0"
},
"dependencies": {
"@powersync/common": "workspace:*"
"@powersync/common": "workspace:^1.9.0"
}
}
5 changes: 2 additions & 3 deletions packages/kysely-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,10 @@
"test": "pnpm build && vitest"
},
"peerDependencies": {
"@powersync/common": "workspace:>=1.9.0"
"@powersync/common": "workspace:^1.9.0"
},
"dependencies": {
"kysely": "^0.27.2",
"@powersync/common": "workspace:*"
"kysely": "^0.27.2"
},
"devDependencies": {
"@powersync/web": "workspace:*",
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:>=1.9.0"
"@powersync/common": "workspace:^1.9.0"
},
"dependencies": {
"@powersync/react": "workspace:*",
Expand Down
5 changes: 1 addition & 4 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@
"homepage": "https://docs.powersync.com/resources/api-reference",
"peerDependencies": {
"react": "*",
"@powersync/common": "workspace:>=1.9.0"
},
"dependencies": {
"@powersync/common": "workspace:*"
"@powersync/common": "workspace:^1.9.0"
},
"devDependencies": {
"@testing-library/react": "^15.0.2",
Expand Down
5 changes: 1 addition & 4 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@
"homepage": "https://docs.powersync.com/resources/api-reference",
"peerDependencies": {
"vue": "*",
"@powersync/common": "workspace:>=1.9.0"
},
"dependencies": {
"@powersync/common": "workspace:*"
"@powersync/common": "workspace:^1.9.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:>=1.9.0"
"@powersync/common": "workspace:^1.9.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 2921f50

Please sign in to comment.