Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
pierregee committed Aug 28, 2023
1 parent 4b35c10 commit fd2680a
Show file tree
Hide file tree
Showing 6 changed files with 684 additions and 578 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
}
},
"devDependencies": {
"@stickyjs/eslint-config": "^1.3.1",
"@stickyjs/turbo": "^1.3.1",
"@stickyjs/eslint-config": "^1.3.2",
"@stickyjs/turbo": "^1.3.2",
"@types/react": "18.2.21",
"@waveshq/standard-defichain-jellyfishsdk": "^1.9.3",
"@waveshq/standard-prettier": "^1.9.3",
"@waveshq/standard-web": "^1.9.3",
"@waveshq/standard-web-linter": "^1.9.3",
"@waveshq/standard-defichain-jellyfishsdk": "^2.0.0",
"@waveshq/standard-prettier": "^2.0.0",
"@waveshq/standard-web": "^2.0.0",
"@waveshq/standard-web-linter": "^2.0.0",
"@waveshq/walletkit-core": "workspace:*",
"testcontainers": "^9.12.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/walletkit-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dist"
],
"devDependencies": {
"@stickyjs/jest": "^1.3.1"
"@stickyjs/jest": "^1.3.2"
},
"scripts": {
"build": "tsc -b ./tsconfig.build.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/walletkit-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"ethers": "^5.7.2"
},
"devDependencies": {
"@stickyjs/jest": "^1.3.1",
"@stickyjs/jest": "^1.3.2",
"@types/react": "18.2.21"
}
}
2 changes: 1 addition & 1 deletion packages/walletkit-testcontainers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dist"
],
"devDependencies": {
"@stickyjs/jest": "^1.3.1"
"@stickyjs/jest": "^1.3.2"
},
"scripts": {
"build": "tsc -b ./tsconfig.build.json",
Expand Down
8 changes: 4 additions & 4 deletions packages/walletkit-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"dist"
],
"dependencies": {
"@stickyjs/jest": "^1.3.1",
"@waveshq/standard-defichain-jellyfishsdk": "^1.9.3",
"@waveshq/standard-web": "^1.9.3",
"@waveshq/standard-web-linter": "^1.9.3",
"@stickyjs/jest": "^1.3.2",
"@waveshq/standard-defichain-jellyfishsdk": "^2.0.0",
"@waveshq/standard-web": "^2.0.0",
"@waveshq/standard-web-linter": "^2.0.0",
"@waveshq/walletkit-core": "workspace:*",
"bignumber.js": "^9.1.1",
"dayjs": "^1.11.9",
Expand Down
Loading

0 comments on commit fd2680a

Please sign in to comment.