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 8042513 commit cd06ab1
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 @@ -13,7 +13,7 @@
"test": "npm run build && test-browser-example test"
},
"dependencies": {
"@helia/unixfs": "^1.2.1",
"@helia/unixfs": "^1.4.1",
"helia": "^1.0.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
Expand Down

0 comments on commit cd06ab1

Please sign in to comment.