Skip to content

Commit

Permalink
fix: add changeset config and update package.json to avoid versioning…
Browse files Browse the repository at this point in the history
… issues (#175)

Co-authored-by: DominicGBauer <[email protected]>
  • Loading branch information
DominicGBauer and DominicGBauer authored May 20, 2024
1 parent b7a5f48 commit 2e44a05
Show file tree
Hide file tree
Showing 9 changed files with 55 additions and 51 deletions.
5 changes: 4 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
"ignore": [],
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"node": ">=20.9.0"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"husky": "^9.0.7",
"lint-staged": "^15.2.0",
"prettier": "^3.2.4"
"@changesets/cli": "2.27.2",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5"
}
}
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:1.x"
"@powersync/common": "workspace:^1"
}
}
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:1.x"
"@powersync/common": "workspace:^1"
},
"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:1.x"
"@powersync/common": "workspace:^1"
},
"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/resources/api-reference",
"peerDependencies": {
"react": "*",
"@powersync/common": "workspace:1.x"
"@powersync/common": "workspace:^1"
},
"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/resources/api-reference",
"peerDependencies": {
"vue": "*",
"@powersync/common": "workspace:1.x"
"@powersync/common": "workspace:^1"
},
"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.x"
"@powersync/common": "workspace:^1"
},
"dependencies": {
"async-mutex": "^0.4.0",
Expand Down
81 changes: 41 additions & 40 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 2e44a05

Please sign in to comment.