|
1 | 1 | { |
2 | 2 | "name": "codec_compare", |
3 | | - "version": "0.7.0", |
| 3 | + "version": "0.7.1", |
4 | 4 | "description": "Codec performance comparison tool", |
5 | 5 | "publisher": "Google LLC", |
6 | 6 | "author": "Yannis Guyon", |
|
13 | 13 | "test": "web-test-runner \"src/**/*_test.ts\" --node-resolve" |
14 | 14 | }, |
15 | 15 | "devDependencies": { |
16 | | - "@types/jasmine": "^5.1.5", |
17 | | - "@types/node": "^22.10.2", |
18 | | - "@types/plotly.js-dist": "npm:@types/plotly.js@^2.12.30", |
19 | | - "@web/dev-server-esbuild": "^1.0.4", |
20 | | - "@web/test-runner": "^0.19.0", |
21 | | - "jasmine-core": "^5.5.0", |
22 | | - "typescript": "^5.7.2", |
23 | | - "vite": "^6.3.2", |
24 | | - "web-test-runner-jasmine": "^0.0.6" |
| 16 | + "@types/jasmine": "^6.0.0", |
| 17 | + "@types/node": "^25.6.0", |
| 18 | + "@types/plotly.js-dist": "npm:@types/plotly.js@^3.0.10", |
| 19 | + "@web/dev-server-esbuild": "^1.0.5", |
| 20 | + "@web/test-runner": "^0.20.2", |
| 21 | + "jasmine-core": "^5.13.0", |
| 22 | + "typescript": "^6.0.3", |
| 23 | + "vite": "^8.0.10", |
| 24 | + "web-test-runner-jasmine": "^0.1.5" |
25 | 25 | }, |
26 | 26 | "dependencies": { |
27 | | - "@material/web": "^1.4.1", |
28 | | - "lit": "^3.2.1", |
29 | | - "plotly.js-dist": "^2.35.3" |
| 27 | + "@material/web": "^2.4.1", |
| 28 | + "lit": "^3.3.2", |
| 29 | + "plotly.js-dist": "^3.5.1" |
30 | 30 | } |
31 | 31 | } |
0 commit comments