|
9 | 9 | "preview": "vite preview"
|
10 | 10 | },
|
11 | 11 | "dependencies": {
|
12 |
| - "@blueprintjs/core": "^5.2.1", |
13 |
| - "@blueprintjs/datetime": "^5.0.9", |
14 |
| - "@blueprintjs/icons": "^5.1.5", |
15 |
| - "@blueprintjs/select": "^5.0.9", |
16 |
| - "@blueprintjs/table": "^5.0.9", |
| 12 | + "@blueprintjs/core": "^5.3.0", |
| 13 | + "@blueprintjs/datetime": "^5.0.10", |
| 14 | + "@blueprintjs/icons": "^5.1.6", |
| 15 | + "@blueprintjs/select": "^5.0.10", |
| 16 | + "@blueprintjs/table": "^5.0.10", |
17 | 17 | "@codux-boards/react-blueprint": "^1.0.14",
|
18 | 18 | "classnames": "^2.3.2",
|
19 |
| - "react": "^17.0.2", |
20 |
| - "react-dom": "^17.0.2", |
| 19 | + "react": "^17", |
| 20 | + "react-dom": "^17", |
21 | 21 | "vite-plugin-svgr": "^3.2.0"
|
22 | 22 | },
|
23 | 23 | "devDependencies": {
|
24 |
| - "@types/react": "^17.0.52", |
25 |
| - "@types/react-dom": "^17.0.18", |
| 24 | + "@types/react": "^17", |
| 25 | + "@types/react-dom": "^17", |
26 | 26 | "@vitejs/plugin-react": "^4.0.4",
|
27 | 27 | "@wixc3/react-board": "^2.3.0",
|
28 |
| - "prettier": "^3.0.2", |
| 28 | + "prettier": "^3.0.3", |
29 | 29 | "sass": "^1.66.1",
|
30 |
| - "typescript": "~5.1.6", |
| 30 | + "typescript": "~5.2.2", |
31 | 31 | "vite": "^4.4.9"
|
32 | 32 | }
|
33 | 33 | }
|
0 commit comments