|
5 | 5 | "private": true,
|
6 | 6 | "type": "module",
|
7 | 7 | "dependencies": {
|
8 |
| - "@chakra-ui/react": "^2.8.2", |
| 8 | + "@chakra-ui/react": "^2.10.3", |
9 | 9 | "@emotion/react": "^11.13.3",
|
10 | 10 | "@emotion/styled": "^11.13.0",
|
11 | 11 | "@gnoide/playground": "0.1.0",
|
12 |
| - "@testing-library/jest-dom": "^6.5.0", |
| 12 | + "@testing-library/jest-dom": "^6.6.2", |
13 | 13 | "@testing-library/react": "^16.0.1",
|
14 | 14 | "@testing-library/user-event": "^14.5.2",
|
15 | 15 | "@types/jest": "^29.5.13",
|
16 |
| - "@types/node": "^22.7.4", |
17 |
| - "@types/react": "^18.3.10", |
18 |
| - "@types/react-dom": "^18.3.0", |
| 16 | + "@types/node": "^22.7.7", |
| 17 | + "@types/react": "^18.3.11", |
| 18 | + "@types/react-dom": "^18.3.1", |
19 | 19 | "@types/react-syntax-highlighter": "^15.5.13",
|
20 | 20 | "clsx": "^2.1.1",
|
21 |
| - "framer-motion": "^11.9.0", |
| 21 | + "framer-motion": "^11.11.9", |
22 | 22 | "markdown-to-jsx": "^7.5.0",
|
23 | 23 | "prettier": "^3.3.3",
|
24 | 24 | "react": "^18.3.1",
|
25 | 25 | "react-dom": "^18.3.1",
|
26 | 26 | "react-icons": "^5.3.0",
|
27 |
| - "react-router-dom": "^6.26.2", |
| 27 | + "react-router-dom": "^6.27.0", |
28 | 28 | "react-scripts": "5.0.1",
|
29 |
| - "react-syntax-highlighter": "^15.5.0", |
| 29 | + "react-syntax-highlighter": "^15.6.1", |
30 | 30 | "react-waypoint": "^10.3.0",
|
31 |
| - "typescript": "^5.6.2", |
| 31 | + "typescript": "^5.6.3", |
32 | 32 | "web-vitals": "^4.2.3",
|
33 |
| - "yaml": "^2.5.1" |
| 33 | + "yaml": "^2.6.0" |
34 | 34 | },
|
35 | 35 | "scripts": {
|
36 | 36 | "dev": "vite",
|
|
56 | 56 | ]
|
57 | 57 | },
|
58 | 58 | "devDependencies": {
|
59 |
| - "@vitejs/plugin-react": "^4.3.2", |
60 |
| - "vite": "^5.4.8" |
| 59 | + "@vitejs/plugin-react": "^4.3.3", |
| 60 | + "vite": "^5.4.9" |
61 | 61 | }
|
62 | 62 | }
|
0 commit comments