diff --git a/libs/design-system/package.json b/libs/design-system/package.json index 377699ff8..9f187f727 100644 --- a/libs/design-system/package.json +++ b/libs/design-system/package.json @@ -4,13 +4,13 @@ "version": "0.57.0", "license": "MIT", "dependencies": { - "@siafoundation/react-icons": "*", - "@siafoundation/sia-js": "*", - "@siafoundation/react-core": "*", + "@siafoundation/react-icons": "^0.0.1", + "@siafoundation/sia-js": "^0.10.0", + "@siafoundation/react-core": "^0.14.0", "@visx/group": "2.17.0", "@visx/react-spring": "2.18.0", "@visx/glyph": "2.17.0", - "@siafoundation/react-sia-central": "*", + "@siafoundation/react-sia-central": "^0.0.1", "class-variance-authority": "^0.7.0", "lodash": "^4.17.21", "react": "18.2.0", diff --git a/libs/react-hostd/package.json b/libs/react-hostd/package.json index f74fe13f8..1092bdfcc 100644 --- a/libs/react-hostd/package.json +++ b/libs/react-hostd/package.json @@ -4,7 +4,7 @@ "version": "0.9.0", "license": "MIT", "dependencies": { - "@siafoundation/react-core": "*", + "@siafoundation/react-core": "^0.14.0", "swr": "^2.1.1" }, "types": "./src/index.d.ts" diff --git a/libs/react-renterd/package.json b/libs/react-renterd/package.json index a4d984528..cc124f4c9 100644 --- a/libs/react-renterd/package.json +++ b/libs/react-renterd/package.json @@ -4,7 +4,7 @@ "version": "0.8.0", "license": "MIT", "dependencies": { - "@siafoundation/react-core": "*", + "@siafoundation/react-core": "^0.14.0", "swr": "^2.1.1", "lodash": "^4.17.21" }, diff --git a/libs/react-sia-central/package.json b/libs/react-sia-central/package.json index 49d542a07..12dfb3efe 100644 --- a/libs/react-sia-central/package.json +++ b/libs/react-sia-central/package.json @@ -4,8 +4,8 @@ "version": "0.0.1", "license": "MIT", "dependencies": { - "@siafoundation/react-core": "*", - "@siafoundation/sia-central": "*" + "@siafoundation/react-core": "^0.14.0", + "@siafoundation/sia-central": "^0.0.1" }, "types": "./src/index.d.ts" } diff --git a/libs/react-walletd/package.json b/libs/react-walletd/package.json index d698874a4..95ea7d167 100644 --- a/libs/react-walletd/package.json +++ b/libs/react-walletd/package.json @@ -4,7 +4,7 @@ "version": "0.2.0", "license": "MIT", "dependencies": { - "@siafoundation/react-core": "*", + "@siafoundation/react-core": "^0.14.0", "swr": "^2.1.1" }, "types": "./src/index.d.ts" diff --git a/libs/sia-nodejs/package.json b/libs/sia-nodejs/package.json index c1ae35029..5a657f5c0 100644 --- a/libs/sia-nodejs/package.json +++ b/libs/sia-nodejs/package.json @@ -5,7 +5,7 @@ "private": true, "license": "MIT", "dependencies": { - "@siafoundation/sia-js": "*", + "@siafoundation/sia-js": "^0.10.0", "request": "^2.88.2", "request-promise-native": "^1.0.9", "tslib": "^2.6.2"