From fbcf096fe753920b6f75e41dd55b6a1f0e8f048c Mon Sep 17 00:00:00 2001 From: Russell Dempsey <1173416+SgtPooki@users.noreply.github.com> Date: Thu, 27 Jul 2023 16:42:33 -0700 Subject: [PATCH] fix(deps): lint can run locally (#85) * 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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 79edbb7..717cf74 100644 --- a/package.json +++ b/package.json @@ -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": {