|
1 | 1 | { |
2 | 2 | "name": "hyperparam", |
3 | | - "version": "0.3.29", |
| 3 | + "version": "0.3.30", |
4 | 4 | "description": "Hyperparam CLI", |
5 | 5 | "author": "Hyperparam", |
6 | 6 | "homepage": "https://hyperparam.app", |
|
55 | 55 | "watch:url": "NODE_ENV=development nodemon bin/cli.js https://hyperparam.blob.core.windows.net/hyperparam/starcoderdata-js-00000-of-00065.parquet" |
56 | 56 | }, |
57 | 57 | "dependencies": { |
58 | | - "hightable": "0.21.1", |
59 | | - "hyparquet": "1.20.2", |
| 58 | + "hightable": "0.23.0", |
| 59 | + "hyparquet": "1.22.1", |
60 | 60 | "hyparquet-compressors": "1.1.1", |
61 | 61 | "icebird": "0.3.1" |
62 | 62 | }, |
63 | 63 | "devDependencies": { |
64 | 64 | "@eslint/js": "9.39.1", |
65 | | - "@storybook/react-vite": "10.0.7", |
| 65 | + "@storybook/react-vite": "10.1.2", |
66 | 66 | "@testing-library/react": "16.3.0", |
67 | 67 | "@types/node": "24.10.1", |
68 | | - "@types/react": "19.2.5", |
| 68 | + "@types/react": "19.2.7", |
69 | 69 | "@types/react-dom": "19.2.3", |
70 | 70 | "@vitejs/plugin-react": "5.1.1", |
71 | | - "@vitest/coverage-v8": "4.0.9", |
| 71 | + "@vitest/coverage-v8": "4.0.14", |
72 | 72 | "eslint": "9.39.1", |
73 | 73 | "eslint-plugin-react": "7.37.5", |
74 | 74 | "eslint-plugin-react-hooks": "7.0.1", |
75 | 75 | "eslint-plugin-react-refresh": "0.4.24", |
76 | | - "eslint-plugin-storybook": "10.0.7", |
| 76 | + "eslint-plugin-storybook": "10.1.2", |
77 | 77 | "globals": "16.5.0", |
78 | 78 | "jsdom": "27.2.0", |
79 | 79 | "nodemon": "3.1.11", |
80 | 80 | "npm-run-all": "4.1.5", |
81 | 81 | "react": "19.2.0", |
82 | 82 | "react-dom": "19.2.0", |
83 | | - "storybook": "10.0.7", |
| 83 | + "storybook": "10.1.2", |
84 | 84 | "typescript": "5.9.3", |
85 | | - "typescript-eslint": "8.46.4", |
86 | | - "vite": "7.2.2", |
87 | | - "vitest": "4.0.9" |
| 85 | + "typescript-eslint": "8.48.0", |
| 86 | + "vite": "7.2.4", |
| 87 | + "vitest": "4.0.14" |
88 | 88 | }, |
89 | 89 | "peerDependencies": { |
90 | 90 | "react": "^18.3.1 || ^19", |
|
0 commit comments