Skip to content

Commit

Permalink
chore: specify internal dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfreska committed Oct 19, 2023
1 parent 75a0135 commit 19dd6e6
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions libs/design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion libs/react-hostd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion libs/react-renterd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
4 changes: 2 additions & 2 deletions libs/react-sia-central/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion libs/react-walletd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion libs/sia-nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 19dd6e6

Please sign in to comment.