Update dependencies

This commit is contained in:
Kenny Daniel 2024-11-29 14:06:46 -08:00
parent 9aacd15349
commit 82b25df871
No known key found for this signature in database
GPG Key ID: FDF16101AF5AFD3A
4 changed files with 9 additions and 10 deletions

@ -25,13 +25,13 @@
"test": "vitest run"
},
"devDependencies": {
"@types/node": "22.8.6",
"@vitest/coverage-v8": "2.1.4",
"eslint": "9.14.0",
"eslint-plugin-jsdoc": "50.4.3",
"@types/node": "22.10.1",
"@vitest/coverage-v8": "2.1.6",
"eslint": "9.16.0",
"eslint-plugin-jsdoc": "50.6.0",
"hyparquet-compressors": "0.1.4",
"typescript": "5.6.3",
"typescript-eslint": "8.12.2",
"vitest": "2.1.4"
"typescript": "5.7.2",
"typescript-eslint": "8.16.0",
"vitest": "2.1.6"
}
}

@ -170,7 +170,7 @@ function readPlainByteArrayFixed(reader, count, fixedLength) {
/**
* Create a new buffer with the offset and size.
*
* @param {ArrayBuffer} buffer
* @param {ArrayBufferLike} buffer
* @param {number} offset
* @param {number} size
* @returns {ArrayBuffer}

@ -1,5 +1,5 @@
import { describe, expect, it } from 'vitest'
import packageJson from '../package.json'
import packageJson from '../package.json' with { type: 'json' }
describe('package.json', () => {
it('should have the correct name', () => {

@ -2,7 +2,6 @@
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"jsx": "react",
"lib": ["esnext", "dom"],
"module": "nodenext",
"noEmit": true,