Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Oct 21, 2024
1 parent f3d5e5f commit b252d30
Show file tree
Hide file tree
Showing 3 changed files with 222 additions and 214 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"docs": "typedoc --out docs --plugin typedoc-plugin-missing-exports --plugin typedoc-plugin-zod"
},
"devDependencies": {
"@biomejs/biome": "^1.9.2",
"@biomejs/biome": "^1.9.4",
"@hugomrdias/configs": "^0.1.9",
"depcheck": "^1.4.7",
"lint-staged": "^15.2.10",
"simple-git-hooks": "^2.11.1",
"typedoc": "^0.26.7",
"typedoc": "^0.26.10",
"typedoc-plugin-missing-exports": "^3.0.0",
"typedoc-plugin-zod": "^1.2.1",
"typescript": "5.6.2"
"typescript": "5.6.3"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
Expand Down
10 changes: 5 additions & 5 deletions packages/iso-filecoin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,18 +117,18 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@types/assert": "^1.5.10",
"@types/mocha": "^10.0.8",
"@types/node": "^22.7.3",
"@types/mocha": "^10.0.9",
"@types/node": "^22.7.7",
"assert": "^2.1.0",
"glob": "^11.0.0",
"mocha": "^10.7.3",
"playwright-test": "^14.1.6",
"rimraf": "^6.0.1",
"rollup": "^4.18.0",
"typescript": "5.6.2"
"rollup": "^4.24.0",
"typescript": "5.6.3"
},
"publishConfig": {
"provenance": true
Expand Down
Loading

0 comments on commit b252d30

Please sign in to comment.