|
1 | 1 | { |
2 | 2 | "name": "hyperparam", |
3 | | - "version": "0.4.13", |
| 3 | + "version": "0.4.14", |
4 | 4 | "description": "Hyperparam CLI", |
5 | 5 | "author": "Hyperparam", |
6 | 6 | "homepage": "https://hyperparam.app", |
|
56 | 56 | "watch:url": "NODE_ENV=development nodemon bin/cli.js https://hyperparam.blob.core.windows.net/hyperparam/starcoderdata-js-00000-of-00065.parquet" |
57 | 57 | }, |
58 | 58 | "dependencies": { |
59 | | - "@aws-sdk/client-s3": "3.1029.0", |
60 | | - "@aws-sdk/credential-provider-node": "3.972.30", |
| 59 | + "@aws-sdk/client-s3": "3.1037.0", |
| 60 | + "@aws-sdk/credential-provider-node": "3.972.36", |
61 | 61 | "hightable": "0.26.4", |
62 | 62 | "hyparquet": "1.25.6", |
63 | 63 | "hyparquet-compressors": "1.1.1", |
64 | 64 | "icebird": "0.3.1", |
65 | | - "squirreling": "0.12.3", |
| 65 | + "squirreling": "0.12.11", |
66 | 66 | "ws": "8.20.0" |
67 | 67 | }, |
68 | 68 | "devDependencies": { |
|
73 | 73 | "@types/react-dom": "19.2.3", |
74 | 74 | "@types/ws": "8.18.1", |
75 | 75 | "@vitejs/plugin-react": "6.0.1", |
76 | | - "@vitest/coverage-v8": "4.1.4", |
| 76 | + "@vitest/coverage-v8": "4.1.5", |
77 | 77 | "eslint": "9.39.2", |
78 | 78 | "eslint-plugin-react": "7.37.5", |
79 | | - "eslint-plugin-react-hooks": "7.0.1", |
| 79 | + "eslint-plugin-react-hooks": "7.1.1", |
80 | 80 | "eslint-plugin-react-refresh": "0.5.2", |
81 | 81 | "eslint-plugin-storybook": "10.3.5", |
82 | 82 | "globals": "17.5.0", |
83 | | - "jsdom": "29.0.2", |
| 83 | + "jsdom": "29.1.0", |
84 | 84 | "nodemon": "3.1.14", |
85 | 85 | "npm-run-all": "4.1.5", |
86 | 86 | "react": "19.2.5", |
87 | 87 | "react-dom": "19.2.5", |
88 | 88 | "storybook": "10.3.5", |
89 | | - "typescript": "6.0.2", |
90 | | - "typescript-eslint": "8.58.1", |
91 | | - "vite": "8.0.8", |
92 | | - "vitest": "4.1.4" |
| 89 | + "typescript": "6.0.3", |
| 90 | + "typescript-eslint": "8.59.0", |
| 91 | + "vite": "8.0.10", |
| 92 | + "vitest": "4.1.5" |
93 | 93 | }, |
94 | 94 | "peerDependencies": { |
95 | 95 | "react": "18.3.1 || ^19", |
|
0 commit comments