Skip to content

Commit

Permalink
Merge commit 'dfa616036c3224839f3eb9322e833feb94032f58' into checkpoi…
Browse files Browse the repository at this point in the history
…nt/main_from_release_2.5.1_dfa616036c3224839f3eb9322e833feb94032f58
  • Loading branch information
AmineKhaldi committed Jan 22, 2025
2 parents 6805743 + dfa6160 commit 73cdfc8
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 18 deletions.
21 changes: 10 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"lint-staged": "15.2.10",
"nyc": "15.1.0",
"prettier": "3.3.3",
"typescript": "5.7.2"
"typescript": "5.7.3"
},
"overrides": {
"@walletconnect/keyvaluestorage": "1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/api-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"react-redux": "8.1.2",
"rollup": "4.28.1",
"rollup-plugin-node-externals": "7.1.2",
"typescript": "5.7.2"
"typescript": "5.7.3"
},
"peerDependencies": {
"@chia-network/api": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
"jest": "29.6.3",
"rollup": "4.28.1",
"rollup-plugin-node-externals": "7.1.2",
"typescript": "5.7.2"
"typescript": "5.7.3"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"rollup": "4.28.1",
"rollup-plugin-node-externals": "7.1.2",
"styled-components": "6.0.7",
"typescript": "5.7.2"
"typescript": "5.7.3"
},
"peerDependencies": {
"@chia-network/api": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
"style-loader": "3.3.3",
"terser": "5.19.2",
"terser-webpack-plugin": "5.3.9",
"typescript": "5.7.2",
"typescript": "5.7.3",
"webpack": "5.94.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"rollup": "4.28.1",
"rollup-plugin-node-externals": "7.1.2",
"styled-components": "6.0.7",
"typescript": "5.7.2"
"typescript": "5.7.3"
},
"peerDependencies": {
"@mui/icons-material": "^5.14.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/wallets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"rollup": "4.28.1",
"rollup-plugin-node-externals": "7.1.2",
"styled-components": "6.0.7",
"typescript": "5.7.2"
"typescript": "5.7.3"
},
"peerDependencies": {
"@chia-network/api": "^1.0.0",
Expand Down

0 comments on commit 73cdfc8

Please sign in to comment.