|
9 | 9 | "lint": "next lint" |
10 | 10 | }, |
11 | 11 | "dependencies": { |
12 | | - "@chakra-ui/icons": "^1.1.5", |
13 | | - "@chakra-ui/react": "1.8.9", |
14 | | - "@chakra-ui/system": "^1.12.1", |
15 | | - "@chakra-ui/theme-tools": "^1.3.6", |
| 12 | + "@babel/traverse": "^7.24.6", |
| 13 | + "@chakra-ui/icons": "^2.1.1", |
| 14 | + "@chakra-ui/react": "^2.8.2", |
| 15 | + "@chakra-ui/system": "^2.6.2", |
| 16 | + "@chakra-ui/theme-tools": "^2.1.2", |
16 | 17 | "@codemirror/legacy-modes": "^6.3.2", |
17 | 18 | "@emotion/react": "^11.4.1", |
18 | 19 | "@emotion/styled": "^11.3.0", |
|
24 | 25 | "@testing-library/user-event": "^12.8.3", |
25 | 26 | "@uiw/codemirror-theme-tokyo-night": "^4.19.11", |
26 | 27 | "@uiw/react-codemirror": "^4.19.11", |
27 | | - "babel-cli": "^6.26.0", |
28 | | - "babel-preset-es2015": "^6.24.1", |
29 | | - "babel-preset-react": "^6.24.1", |
30 | | - "babel-register": "^6.26.0", |
31 | 28 | "endent": "^2.1.0", |
32 | 29 | "eventsource-parser": "^1.0.0", |
33 | 30 | "framer-motion": "^4.1.17", |
34 | | - "next": "14.0.2", |
| 31 | + "next": "^14.2.5", |
35 | 32 | "react": "18.2.0", |
36 | | - "react-build-sitemap": "^0.2.2", |
37 | 33 | "react-custom-scrollbars-2": "^4.2.1", |
38 | 34 | "react-dom": "18.2.0", |
39 | 35 | "react-icons": "^4.9.0", |
40 | 36 | "react-is": "^18.0.0", |
41 | 37 | "react-markdown": "^8.0.6", |
42 | 38 | "react-router-dom": "^5.3.0", |
43 | | - "react-scripts": "5.0.0", |
44 | 39 | "remark-gfm": "^3.0.1", |
45 | 40 | "typescript": "4.9.5", |
46 | 41 | "web-vitals": "^1.1.2" |
47 | 42 | }, |
48 | 43 | "devDependencies": { |
| 44 | + "@babel/cli": "^7.24.6", |
| 45 | + "@babel/core": "^7.24.6", |
49 | 46 | "@types/node": "18.15.11", |
50 | 47 | "@types/react": "18.0.31", |
51 | 48 | "@types/react-dom": "18.0.11", |
|
0 commit comments