|
1 | 1 | { |
2 | 2 | "name": "hyperparam", |
3 | | - "version": "0.2.31", |
| 3 | + "version": "0.2.32", |
4 | 4 | "description": "Hyperparam CLI", |
5 | 5 | "author": "Hyperparam", |
6 | 6 | "homepage": "https://hyperparam.app", |
|
34 | 34 | "build:app": "vite build", |
35 | 35 | "build": "run-s build:lib build:types build:app", |
36 | 36 | "coverage": "vitest run --coverage --coverage.include=src --coverage.include=bin", |
37 | | - "dev": "run-p -l watch:ts watch:vite watch:serve", |
| 37 | + "dev:cli": "run-p -l watch:ts watch:cli watch:serve", |
| 38 | + "dev": "run-p -l watch:ts watch:static", |
38 | 39 | "lint": "eslint", |
39 | 40 | "lint:fix": "eslint --fix", |
40 | 41 | "prepublishOnly": "npm run build", |
|
45 | 46 | "typecheck": "tsc --noEmit", |
46 | 47 | "url": "run-p -l watch:ts watch:vite watch:url", |
47 | 48 | "preurl": "npm run build", |
48 | | - "watch:ts": "tsc --watch", |
49 | | - "watch:vite": "vite build --watch", |
| 49 | + "watch:cli": "vite build --watch", |
50 | 50 | "watch:serve": "NODE_ENV=development nodemon bin/cli.js", |
| 51 | + "watch:static": "vite", |
| 52 | + "watch:ts": "tsc --watch", |
51 | 53 | "watch:url": "NODE_ENV=development nodemon bin/cli.js https://hyperparam.blob.core.windows.net/hyperparam/starcoderdata-js-00000-of-00065.parquet" |
52 | 54 | }, |
53 | 55 | "dependencies": { |
54 | 56 | "hightable": "0.14.1", |
55 | | - "hyparquet": "1.10.4", |
| 57 | + "hyparquet": "1.11.0", |
56 | 58 | "hyparquet-compressors": "1.1.1", |
57 | 59 | "icebird": "0.1.14", |
58 | 60 | "react": "18.3.1", |
|
68 | 70 | "@storybook/test": "8.6.12", |
69 | 71 | "@testing-library/react": "16.3.0", |
70 | 72 | "@types/node": "22.14.0", |
71 | | - "@types/react": "19.0.12", |
72 | | - "@types/react-dom": "19.0.4", |
| 73 | + "@types/react": "19.1.0", |
| 74 | + "@types/react-dom": "19.1.1", |
73 | 75 | "@vitejs/plugin-react": "4.3.4", |
74 | 76 | "@vitest/coverage-v8": "3.1.1", |
75 | 77 | "eslint": "9.24.0", |
|
0 commit comments