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

Commit

Permalink
chore(ops): update walletkit (#158)
Browse files Browse the repository at this point in the history
* chore(ops): update walletkit

* chore(ops): update walletkit
  • Loading branch information
thedoublejay authored Aug 28, 2023
1 parent d59b330 commit 889c877
Show file tree
Hide file tree
Showing 6 changed files with 1,001 additions and 1,011 deletions.
14 changes: 7 additions & 7 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",
"@types/react": "18.2.20",
"@waveshq/standard-defichain-jellyfishsdk": "^1.9.0",
"@waveshq/standard-prettier": "^1.9.0",
"@waveshq/standard-web": "^1.9.0",
"@waveshq/standard-web-linter": "^1.9.0",
"@stickyjs/eslint-config": "^1.3.2",
"@stickyjs/turbo": "^1.3.2",
"@types/react": "18.2.21",
"@waveshq/standard-defichain-jellyfishsdk": "^2.2.0",
"@waveshq/standard-prettier": "^2.2.0",
"@waveshq/standard-web": "^2.2.0",
"@waveshq/standard-web-linter": "^2.2.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
4 changes: 2 additions & 2 deletions 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",
"@types/react": "18.2.20"
"@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
10 changes: 5 additions & 5 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.0",
"@waveshq/standard-web": "^1.9.0",
"@waveshq/standard-web-linter": "^1.9.0",
"@stickyjs/jest": "^1.3.2",
"@waveshq/standard-defichain-jellyfishsdk": "^2.2.0",
"@waveshq/standard-web": "^2.2.0",
"@waveshq/standard-web-linter": "^2.2.0",
"@waveshq/walletkit-core": "workspace:*",
"bignumber.js": "^9.1.1",
"dayjs": "^1.11.9",
Expand All @@ -23,7 +23,7 @@
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@testing-library/react-hooks": "^8.0.1",
"@types/react": "18.2.20",
"@types/react": "18.2.21",
"jest-environment-jsdom": "^29.6.4"
},
"scripts": {
Expand Down
Loading

0 comments on commit 889c877

Please sign in to comment.