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

bump(deps): bump waveshq/standard #183

Merged
merged 2 commits into from
May 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Define individuals that are responsible for code in a repository.
# More details are here: https://help.github.com/articles/about-codeowners/

.github @pierregee @lykalabrada @chloezxyy @fullstackninja864
packages @pierregee @lykalabrada @chloezxyy @fullstackninja864
package.json @pierregee @lykalabrada @chloezxyy @fullstackninja864
turbo.json @pierregee @lykalabrada @chloezxyy @fullstackninja864
README.md @pierregee @lykalabrada @chloezxyy @fullstackninja864
.github @pierregee @chloezxyy @fullstackninja864
packages @pierregee @chloezxyy @fullstackninja864
package.json @pierregee @chloezxyy @fullstackninja864
turbo.json @pierregee @chloezxyy @fullstackninja864
README.md @pierregee @chloezxyy @fullstackninja864
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"@stickyjs/eslint-config": "^1.3.2",
"@stickyjs/turbo": "^1.3.2",
"@types/react": "18.2.28",
"@waveshq/standard-defichain-jellyfishsdk": "^2.14.0",
"@waveshq/standard-prettier": "^2.14.0",
"@waveshq/standard-web": "^2.14.0",
"@waveshq/standard-web-linter": "^2.14.0",
"@waveshq/standard-defichain-jellyfishsdk": "^4.0.1",
"@waveshq/standard-prettier": "^4.0.1",
"@waveshq/standard-web": "^4.0.1",
"@waveshq/standard-web-linter": "^4.0.1",
"@waveshq/walletkit-core": "workspace:*",
"testcontainers": "^9.12.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/walletkit-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
],
"dependencies": {
"@stickyjs/jest": "^1.3.2",
"@waveshq/standard-defichain-jellyfishsdk": "^2.14.0",
"@waveshq/standard-web": "^2.14.0",
"@waveshq/standard-web-linter": "^2.14.0",
"@waveshq/standard-defichain-jellyfishsdk": "^4.0.1",
"@waveshq/standard-web": "^4.0.1",
"@waveshq/standard-web-linter": "^4.0.1",
"@waveshq/walletkit-core": "workspace:*",
"bignumber.js": "^9.1.2",
"dayjs": "^1.11.10",
Expand Down
Loading
Loading