mirror of
https://github.com/asadbek064/hyparquet.git
synced 2026-01-05 10:56:38 +00:00
Update dependencies
This commit is contained in:
parent
9aacd15349
commit
82b25df871
14
package.json
14
package.json
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user