|
1 | 1 | { |
2 | 2 | "name": "hyperparam", |
3 | | - "version": "0.2.49", |
| 3 | + "version": "0.2.50", |
4 | 4 | "description": "Hyperparam CLI", |
5 | 5 | "author": "Hyperparam", |
6 | 6 | "homepage": "https://hyperparam.app", |
|
33 | 33 | "build:lib": "vite build -c vite.lib.config.ts && cp src/assets/global.css lib/global.css", |
34 | 34 | "build:app": "vite build", |
35 | 35 | "build": "run-s build:lib build:types build:app", |
36 | | - "coverage": "vitest run --coverage --coverage.include=src --coverage.include=bin", |
| 36 | + "coverage": "vitest run --coverage --coverage.include=src --coverage.include=bin --coverage.exclude=src/**/*.stories.tsx", |
37 | 37 | "dev:cli": "run-p -l watch:ts watch:cli watch:serve", |
38 | 38 | "dev": "run-p -l watch:ts watch:static", |
39 | 39 | "lint": "eslint", |
|
44 | 44 | "storybook": "storybook dev -p 6006", |
45 | 45 | "test": "vitest run", |
46 | 46 | "typecheck": "tsc --noEmit", |
47 | | - "url": "run-p -l watch:ts watch:vite watch:url", |
| 47 | + "url": "run-p -l watch:ts watch:cli watch:url", |
48 | 48 | "preurl": "npm run build", |
49 | 49 | "watch:cli": "vite build --watch", |
50 | 50 | "watch:serve": "NODE_ENV=development nodemon bin/cli.js", |
|
53 | 53 | "watch:url": "NODE_ENV=development nodemon bin/cli.js https://hyperparam.blob.core.windows.net/hyperparam/starcoderdata-js-00000-of-00065.parquet" |
54 | 54 | }, |
55 | 55 | "dependencies": { |
56 | | - "hightable": "0.17.0", |
57 | | - "hyparquet": "1.15.0", |
| 56 | + "hightable": "0.17.2", |
| 57 | + "hyparquet": "1.16.2", |
58 | 58 | "hyparquet-compressors": "1.1.1", |
59 | 59 | "icebird": "0.3.0", |
60 | 60 | "react": "18.3.1", |
61 | 61 | "react-dom": "18.3.1" |
62 | 62 | }, |
63 | 63 | "devDependencies": { |
64 | | - "@eslint/js": "9.28.0", |
65 | | - "@storybook/react-vite": "9.0.4", |
| 64 | + "@eslint/js": "9.29.0", |
| 65 | + "@storybook/react-vite": "9.0.11", |
66 | 66 | "@testing-library/react": "16.3.0", |
67 | | - "@types/node": "22.15.29", |
68 | | - "@types/react": "19.1.6", |
| 67 | + "@types/node": "24.0.3", |
| 68 | + "@types/react": "19.1.8", |
69 | 69 | "@types/react-dom": "19.1.6", |
70 | | - "@vitejs/plugin-react": "4.5.1", |
71 | | - "@vitest/coverage-v8": "3.2.1", |
72 | | - "eslint": "9.28.0", |
| 70 | + "@vitejs/plugin-react": "4.5.2", |
| 71 | + "@vitest/coverage-v8": "3.2.4", |
| 72 | + "eslint": "9.29.0", |
73 | 73 | "eslint-plugin-react": "7.37.5", |
74 | 74 | "eslint-plugin-react-hooks": "5.2.0", |
75 | 75 | "eslint-plugin-react-refresh": "0.4.20", |
76 | | - "eslint-plugin-storybook": "9.0.4", |
| 76 | + "eslint-plugin-storybook": "9.0.11", |
77 | 77 | "globals": "16.2.0", |
78 | 78 | "jsdom": "26.1.0", |
79 | 79 | "nodemon": "3.1.10", |
80 | 80 | "npm-run-all": "4.1.5", |
81 | | - "storybook": "9.0.4", |
| 81 | + "storybook": "9.0.11", |
82 | 82 | "typescript": "5.8.3", |
83 | | - "typescript-eslint": "8.33.1", |
| 83 | + "typescript-eslint": "8.34.1", |
84 | 84 | "vite": "6.3.5", |
85 | | - "vitest": "3.2.1" |
| 85 | + "vitest": "3.2.4" |
86 | 86 | }, |
87 | 87 | "eslintConfig": { |
88 | 88 | "extends": [ |
|
0 commit comments