|
11 | 11 | "release": "pnpm build && wrangler pages deploy dist" |
12 | 12 | }, |
13 | 13 | "dependencies": { |
14 | | - "@mantine/code-highlight": "^7.4.0", |
15 | | - "@mantine/core": "^7.4.0", |
16 | | - "@mantine/form": "^7.4.0", |
17 | | - "@mantine/hooks": "^7.4.0", |
| 14 | + "@mantine/code-highlight": "^7.4.2", |
| 15 | + "@mantine/core": "^7.4.2", |
| 16 | + "@mantine/form": "^7.4.2", |
| 17 | + "@mantine/hooks": "^7.4.2", |
18 | 18 | "@orbitinghail/sqlsync-react": "workspace:*", |
19 | 19 | "@orbitinghail/sqlsync-worker": "workspace:*", |
20 | | - "@tabler/icons-react": "^2.45.0", |
| 20 | + "@tabler/icons-react": "^2.46.0", |
21 | 21 | "react": "^18.2.0", |
22 | 22 | "react-dom": "^18.2.0", |
23 | 23 | "react-github-btn": "^1.4.0", |
24 | 24 | "react-qr-code": "^2.0.12", |
25 | | - "react-router-dom": "^6.21.1", |
| 25 | + "react-router-dom": "^6.21.3", |
26 | 26 | "uuid": "^9.0.1" |
27 | 27 | }, |
28 | 28 | "devDependencies": { |
29 | | - "@types/node": "^20.10.7", |
30 | | - "@types/react": "^18.2.47", |
| 29 | + "@types/node": "^20.11.6", |
| 30 | + "@types/react": "^18.2.48", |
31 | 31 | "@types/react-dom": "^18.2.18", |
32 | 32 | "@types/uuid": "^9.0.7", |
33 | 33 | "@vitejs/plugin-react": "^4.2.1", |
34 | | - "autoprefixer": "^10.4.16", |
| 34 | + "autoprefixer": "^10.4.17", |
35 | 35 | "postcss": "^8.4.33", |
36 | 36 | "postcss-preset-mantine": "^1.12.3", |
37 | 37 | "typescript": "^5.3.3", |
38 | | - "vite": "^5.0.11", |
39 | | - "wrangler": "^3.22.3" |
| 38 | + "vite": "^5.0.12", |
| 39 | + "wrangler": "^3.24.0" |
40 | 40 | } |
41 | 41 | } |
0 commit comments