Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
VandeurenGlenn committed Apr 26, 2024
1 parent 3b61b51 commit 7757feb
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion packages/addresses/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"license": "MIT",
"devDependencies": {
"@rollup/plugin-json": "^6.1.0",
"rollup": "^4.12.1"
"rollup": "^4.16.4"
}
}
10 changes: 5 additions & 5 deletions packages/chain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leofcoin/chain",
"version": "1.6.9",
"version": "1.6.11",
"description": "Official javascript implementation",
"private": false,
"exports": {
Expand Down Expand Up @@ -55,8 +55,8 @@
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"@types/semver": "^7.5.8",
"@vandeurenglenn/debug": "^1.2.2",
"rollup": "^4.12.1",
"@vandeurenglenn/debug": "^1.2.3",
"rollup": "^4.16.4",
"rollup-plugin-modify": "^3.0.0",
"tape": "^5.7.5",
"tslib": "^2.6.2"
Expand All @@ -68,10 +68,10 @@
"@leofcoin/errors": "^1.0.6",
"@leofcoin/lib": "^1.2.42",
"@leofcoin/messages": "^1.4.12",
"@leofcoin/multi-wallet": "^3.1.7",
"@leofcoin/multi-wallet": "^3.1.8",
"@leofcoin/networks": "^1.1.5",
"@leofcoin/peernet": "^1.1.77",
"@leofcoin/storage": "^3.5.24",
"@leofcoin/storage": "^3.5.28",
"@leofcoin/utils": "^1.1.17",
"@leofcoin/workers": "^1.4.18",
"@vandeurenglenn/base58": "^1.1.9",
Expand Down
4 changes: 2 additions & 2 deletions packages/just-a-doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"license": "ISC",
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.6",
"rollup": "^4.12.1",
"rollup": "^4.16.4",
"rollup-plugin-copy": "^3.5.0",
"tslib": "^2.6.2",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"dependencies": {
"globby": "^14.0.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@leofcoin/addresses": "^1.0.22",
"@leofcoin/messages": "^1.4.12",
"@leofcoin/peernet": "^1.1.77",
"@leofcoin/storage": "^3.5.24",
"@leofcoin/storage": "^3.5.28",
"@leofcoin/utils": "^1.1.17",
"@vandeurenglenn/base32": "^1.2.4",
"@vandeurenglenn/base58": "^1.1.9",
Expand All @@ -52,7 +52,7 @@
"devDependencies": {
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-typescript": "^11.1.6",
"rollup": "^4.12.1",
"rollup": "^4.16.4",
"tslib": "^2.6.2"
}
}
4 changes: 2 additions & 2 deletions packages/messages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
"devDependencies": {
"@leofcoin/types": "^1.0.5",
"@rollup/plugin-typescript": "^11.1.6",
"rollup": "^4.12.1",
"rollup": "^4.16.4",
"tslib": "^2.6.2",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"dependencies": {
"@leofcoin/codec-format-interface": "^1.7.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/mnemonic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"license": "MIT",
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.6",
"rollup": "^4.12.1",
"rollup": "^4.16.4",
"tape": "^5.7.5",
"tslib": "^2.6.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/networks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"author": "",
"license": "MIT",
"devDependencies": {
"rollup": "^4.12.1"
"rollup": "^4.16.4"
}
}
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"@ethersproject/units": "^5.7.0"
},
"devDependencies": {
"typescript": "^5.3.3"
"typescript": "^5.4.5"
}
}
2 changes: 1 addition & 1 deletion packages/wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@leofcoin/multi-wallet": "^3.1.7",
"@leofcoin/multi-wallet": "^3.1.8",
"prompt": "^1.3.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@leofcoin/addresses": "^1.0.22",
"@leofcoin/lib": "^1.2.42",
"@leofcoin/messages": "^1.4.12",
"@leofcoin/storage": "^3.5.24",
"@leofcoin/storage": "^3.5.28",
"@leofcoin/utils": "^1.1.17",
"@vandeurenglenn/easy-worker": "^1.0.2"
}
Expand Down

0 comments on commit 7757feb

Please sign in to comment.