diff --git a/README.md b/README.md index 5b9c26e..e801934 100644 --- a/README.md +++ b/README.md @@ -223,3 +223,9 @@ await parquetRead({ file, compressors, onComplete: console.log }) - https://github.com/google/snappy - https://github.com/ironSource/parquetjs - https://github.com/zhipeng-jia/snappyjs + +## Contributions + +Contributions are welcome! + +Hyparquet development is supported by an open-source grant from Hugging Face :hugs: diff --git a/package.json b/package.json index 9011ce0..d36cecc 100644 --- a/package.json +++ b/package.json @@ -27,12 +27,12 @@ "typecheck": "tsc" }, "devDependencies": { - "@types/node": "20.14.2", - "@typescript-eslint/eslint-plugin": "7.13.0", + "@types/node": "20.14.5", + "@typescript-eslint/eslint-plugin": "7.13.1", "@vitest/coverage-v8": "1.6.0", "eslint": "8.57.0", "eslint-plugin-import": "2.29.1", - "eslint-plugin-jsdoc": "48.2.9", + "eslint-plugin-jsdoc": "48.2.12", "http-server": "14.1.1", "hyparquet-compressors": "0.1.4", "typescript": "5.4.5",