Skip to content

Commit

Permalink
fix(deps): lint can run locally (#85)
Browse files Browse the repository at this point in the history
* fix(deps): lint can run locally

fixes #84

* fix: build

* wth: idk: gross

* fix: typed webpack config

* fix: use @helia/unixfs v1.4.1

* fix(build): helia-nextjs builds

* fix(helia-webpack): remove ReactDom.render

see https://react.dev/blog/2022/03/08/react-18-upgrade-guide\#updates-to-client-rendering-apis
  • Loading branch information
SgtPooki authored Jul 27, 2023
1 parent 5f0c6e2 commit fbcf096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "test-node-example test/*"
},
"dependencies": {
"@helia/unixfs": "^1.2.1",
"@helia/unixfs": "^1.4.1",
"helia": "^1.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit fbcf096

Please sign in to comment.