Skip to content

Commit

Permalink
fix: deps updates
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed May 16, 2024
1 parent fcf80eb commit 6ab647a
Show file tree
Hide file tree
Showing 3 changed files with 426 additions and 262 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@
},
"devDependencies": {
"@biomejs/biome": "^1.7.3",
"@hugomrdias/configs": "^0.1.5",
"@hugomrdias/configs": "^0.1.7",
"depcheck": "^1.4.7",
"lint-staged": "^15.2.2",
"simple-git-hooks": "^2.9.0",
"typedoc": "^0.25.12",
"simple-git-hooks": "^2.11.1",
"typedoc": "^0.25.13",
"typedoc-plugin-missing-exports": "^2.2.0",
"typedoc-plugin-zod": "^1.1.2",
"typescript": "5.3.3"
"typescript": "5.4.5"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
},
"lint-staged": {
"*": "biome check --no-errors-on-unmatched --files-ignore-unknown=true"
"*": "biome check --no-errors-on-unmatched --files-ignore-unknown=true"
}
}
28 changes: 14 additions & 14 deletions packages/iso-filecoin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,28 +107,28 @@
},
"dependencies": {
"@ipld/dag-cbor": "^9.2.0",
"@noble/curves": "^1.3.0",
"@noble/hashes": "^1.3.3",
"@scure/bip32": "^1.3.3",
"@scure/bip39": "^1.2.2",
"@noble/curves": "^1.4.0",
"@noble/hashes": "^1.4.0",
"@scure/bip32": "^1.4.0",
"@scure/bip39": "^1.3.0",
"bignumber.js": "^9.1.2",
"iso-base": "^2.0.1",
"iso-web": "^1.0.4",
"zod": "^3.22.4"
"iso-base": "^4.0.0",
"iso-web": "^1.0.5",
"zod": "^3.23.8"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/assert": "^1.5.10",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.19",
"@types/node": "^20.12.12",
"assert": "^2.1.0",
"glob": "^10.3.10",
"mocha": "^10.3.0",
"playwright-test": "^14.1.1",
"rimraf": "^5.0.5",
"rollup": "^4.12.0",
"typescript": "5.3.3"
"glob": "^10.3.15",
"mocha": "^10.4.0",
"playwright-test": "^14.1.3",
"rimraf": "^5.0.7",
"rollup": "^4.17.2",
"typescript": "5.4.5"
},
"publishConfig": {
"provenance": true
Expand Down
Loading

0 comments on commit 6ab647a

Please sign in to comment.