|
12 | 12 | "install-leo": "./install.sh"
|
13 | 13 | },
|
14 | 14 | "dependencies": {
|
15 |
| - "@provablehq/sdk": "^0.8.8", |
| 15 | + "@provablehq/sdk": "^0.9.0", |
16 | 16 | "comlink": "^4.4.2",
|
17 |
| - "react": "^19.0.0", |
18 |
| - "react-dom": "^19.0.0" |
| 17 | + "react": "^19.1.0", |
| 18 | + "react-dom": "^19.1.0" |
19 | 19 | },
|
20 | 20 | "devDependencies": {
|
21 |
| - "@babel/core": "^7.26.7", |
22 |
| - "@babel/preset-env": "^7.26.7", |
| 21 | + "@babel/core": "^7.26.10", |
| 22 | + "@babel/preset-env": "^7.26.9", |
23 | 23 | "@babel/preset-react": "^7.26.3",
|
24 |
| - "@babel/preset-typescript": "^7.26.0", |
25 |
| - "@types/babel__generator": "^7.6.8", |
26 |
| - "@types/node": "^22.12.0", |
27 |
| - "@types/react": "^19.0.8", |
28 |
| - "@types/react-dom": "^19.0.3", |
29 |
| - "@vitejs/plugin-react": "^4.3.4", |
30 |
| - "babel-loader": "^9.2.1", |
31 |
| - "copy-webpack-plugin": "^12.0.2", |
| 24 | + "@babel/preset-typescript": "^7.27.0", |
| 25 | + "@types/babel__generator": "^7.27.0", |
| 26 | + "@types/node": "^22.15.3", |
| 27 | + "@types/react": "^19.1.2", |
| 28 | + "@types/react-dom": "^19.1.2", |
| 29 | + "@vitejs/plugin-react": "^4.4.1", |
| 30 | + "babel-loader": "^10.0.0", |
| 31 | + "copy-webpack-plugin": "^13.0.0", |
32 | 32 | "css-loader": "^7.1.2",
|
33 |
| - "eslint": "^9.19.0", |
34 |
| - "eslint-plugin-react": "^7.37.4", |
35 |
| - "eslint-plugin-react-hooks": "^5.1.0", |
36 |
| - "eslint-plugin-react-refresh": "^0.4.18", |
| 33 | + "eslint": "^9.25.1", |
| 34 | + "eslint-plugin-react": "^7.37.5", |
| 35 | + "eslint-plugin-react-hooks": "^5.2.0", |
| 36 | + "eslint-plugin-react-refresh": "^0.4.20", |
37 | 37 | "file-loader": "^6.2.0",
|
38 | 38 | "html-webpack-plugin": "^5.6.3",
|
39 | 39 | "raw-loader": "^4.0.2",
|
40 | 40 | "style-loader": "^4.0.0",
|
41 | 41 | "svg-url-loader": "^8.0.0",
|
42 | 42 | "ts-node": "^10.9.2",
|
43 |
| - "typescript": "^5.7.3", |
44 |
| - "vite": "^6.1.2", |
45 |
| - "webpack": "^5.97.1", |
| 43 | + "typescript": "^5.8.3", |
| 44 | + "vite": "^6.3.3", |
| 45 | + "webpack": "^5.99.7", |
46 | 46 | "webpack-cli": "^6.0.1",
|
47 |
| - "webpack-dev-server": "^5.2.0" |
| 47 | + "webpack-dev-server": "^5.2.1" |
48 | 48 | }
|
49 | 49 | }
|
0 commit comments