|
5 | 5 | "private": true,
|
6 | 6 | "type": "module",
|
7 | 7 | "dependencies": {
|
8 |
| - "@chakra-ui/react": "^2.8.2", |
9 |
| - "@emotion/react": "^11.13.3", |
10 |
| - "@emotion/styled": "^11.13.0", |
| 8 | + "@chakra-ui/react": "^3.2.3", |
| 9 | + "@emotion/react": "^11.14.0", |
| 10 | + "@emotion/styled": "^11.14.0", |
11 | 11 | "@gnoide/playground": "0.1.0",
|
12 |
| - "@testing-library/jest-dom": "^6.5.0", |
13 |
| - "@testing-library/react": "^16.0.1", |
| 12 | + "@testing-library/jest-dom": "^6.6.3", |
| 13 | + "@testing-library/react": "^16.1.0", |
14 | 14 | "@testing-library/user-event": "^14.5.2",
|
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", |
| 15 | + "@types/jest": "^29.5.14", |
| 16 | + "@types/node": "^22.10.2", |
| 17 | + "@types/react": "^19.0.2", |
| 18 | + "@types/react-dom": "^19.0.2", |
19 | 19 | "@types/react-syntax-highlighter": "^15.5.13",
|
20 | 20 | "clsx": "^2.1.1",
|
21 |
| - "framer-motion": "^11.9.0", |
22 |
| - "markdown-to-jsx": "^7.5.0", |
23 |
| - "prettier": "^3.3.3", |
24 |
| - "react": "^18.3.1", |
25 |
| - "react-dom": "^18.3.1", |
26 |
| - "react-icons": "^5.3.0", |
27 |
| - "react-router-dom": "^6.26.2", |
| 21 | + "framer-motion": "^11.15.0", |
| 22 | + "markdown-to-jsx": "^7.7.2", |
| 23 | + "prettier": "^3.4.2", |
| 24 | + "react": "^19.0.0", |
| 25 | + "react-dom": "^19.0.0", |
| 26 | + "react-icons": "^5.4.0", |
| 27 | + "react-router-dom": "^7.1.1", |
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", |
32 |
| - "web-vitals": "^4.2.3", |
33 |
| - "yaml": "^2.5.1" |
| 31 | + "typescript": "^5.7.2", |
| 32 | + "web-vitals": "^4.2.4", |
| 33 | + "yaml": "^2.6.1" |
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.4", |
| 60 | + "vite": "^6.0.6" |
61 | 61 | }
|
62 | 62 | }
|
0 commit comments