Skip to content

Commit

Permalink
feat: upgrade to ts 5.5 and other deps updates
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Jun 25, 2024
1 parent b86981d commit b332463
Show file tree
Hide file tree
Showing 5 changed files with 2,443 additions and 2,003 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"node": ">=20"
},
"scripts": {
"format": "biome check --apply --no-errors-on-unmatched --files-ignore-unknown=true .",
"format": "biome check --write --no-errors-on-unmatched --files-ignore-unknown=true .",
"clean": "rm -rf docs node_modules pnpm-lock.yaml packages/*/{pnpm-lock.yaml,coverage,.nyc_output,dist,node_modules} packages/*/{pnpm-lock.yaml,coverage,.nyc_output,dist,node_modules}",
"lint": "pnpm -r --if-present run lint",
"test": "pnpm -r --if-present run test",
Expand All @@ -19,15 +19,15 @@
"docs": "typedoc --out docs --plugin typedoc-plugin-missing-exports --plugin typedoc-plugin-zod"
},
"devDependencies": {
"@biomejs/biome": "^1.7.3",
"@hugomrdias/configs": "^0.1.7",
"@biomejs/biome": "^1.8.2",
"@hugomrdias/configs": "^0.1.8",
"depcheck": "^1.4.7",
"lint-staged": "^15.2.7",
"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.4.5"
"typedoc": "^0.26.2",
"typedoc-plugin-missing-exports": "^3.0.0",
"typedoc-plugin-zod": "^1.2.0",
"typescript": "5.5.2"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
Expand Down
18 changes: 9 additions & 9 deletions packages/iso-filecoin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,29 +106,29 @@
"check": "biome check --no-errors-on-unmatched --files-ignore-unknown=true ."
},
"dependencies": {
"@ipld/dag-cbor": "^9.2.0",
"@ipld/dag-cbor": "^9.2.1",
"@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": "^4.0.0",
"iso-web": "^1.0.5",
"iso-web": "^1.0.6",
"zod": "^3.23.8"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/assert": "^1.5.10",
"@types/mocha": "^10.0.6",
"@types/node": "^20.14.0",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.8",
"assert": "^2.1.0",
"glob": "^10.3.15",
"mocha": "^10.4.0",
"glob": "^10.4.2",
"mocha": "^10.5.1",
"playwright-test": "^14.1.3",
"rimraf": "^5.0.7",
"rollup": "^4.17.2",
"typescript": "5.4.5"
"rollup": "^4.18.0",
"typescript": "5.5.2"
},
"publishConfig": {
"provenance": true
Expand Down
6 changes: 3 additions & 3 deletions packages/iso-filecoin/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ import { Wallet } from 'iso-filecoin/wallet'

## Docs

Check <https://fission-codes.github.io/filecoin>
Check <https://hugomrdias.github.io/filecoin>

## Contributing

Read contributing guidelines [here](.github/CONTRIBUTING.md).
Read contributing guidelines [here](../../.github/CONTRIBUTING.md).

[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/hugomrdias/filecoin)

## License

[MIT](./license) © [Hugo Dias](http://hugodias.me)
[MIT](../../license) © [Hugo Dias](http://hugodias.me)
Loading

0 comments on commit b332463

Please sign in to comment.