Skip to content

Commit

Permalink
feat: updated inner deps
Browse files Browse the repository at this point in the history
  • Loading branch information
isordo committed Sep 14, 2023
1 parent 4f2840e commit 3afbda2
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 69 deletions.
80 changes: 24 additions & 56 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 packages/beacon-transport-matrix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"dependencies": {
"@airgap/beacon-core": "4.0.10",
"@airgap/beacon-utils": "4.0.10",
"axios": "0.24.0"
"axios": "1.5.0"
}
}
2 changes: 1 addition & 1 deletion packages/beacon-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"url": "https://github.com/airgap-it/beacon-sdk/issues"
},
"dependencies": {
"@types/chrome": "0.0.163"
"@types/chrome": "0.0.246"
}
}
20 changes: 10 additions & 10 deletions packages/beacon-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,21 @@
"@airgap/beacon-types": "4.0.10",
"@airgap/beacon-utils": "4.0.10",
"qrcode-svg": "^1.1.0",
"solid-js": "^1.6.6"
"solid-js": "^1.7.11"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-image": "^3.0.2",
"@types/node": "^18.13.0",
"@types/qrcode-svg": "^1.1.1",
"rollup": "^3.13.0",
"rollup-plugin-import-css": "^3.2.1",
"@types/node": "^20.6.0",
"@types/qrcode-svg": "^1.1.2",
"rollup": "^3.29.1",
"rollup-plugin-import-css": "^3.3.3",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-svg": "^2.0.0",
"rollup-plugin-typescript2": "^0.34.1",
"rollup-plugin-typescript2": "^0.35.0",
"rollup-preset-solid": "^2.0.1",
"typescript": "^4.9.4",
"vite": "^4.0.3",
"vite-plugin-solid": "^2.5.0"
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-solid": "^2.7.0"
}
}
2 changes: 1 addition & 1 deletion packages/beacon-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@stablelib/ed25519": "^1.0.3",
"@stablelib/nacl": "^1.0.3",
"@stablelib/nacl": "^1.0.4",
"@stablelib/random": "^1.0.2",
"@stablelib/utf8": "^1.0.1",
"bs58check": "2.1.2"
Expand Down

0 comments on commit 3afbda2

Please sign in to comment.