|
1 | 1 | { |
2 | 2 | "name": "tools.su-u.dev", |
3 | | - "version": "16.0.1", |
| 3 | + "version": "16.0.2", |
4 | 4 | "scripts": { |
5 | 5 | "dev": "next dev", |
6 | 6 | "build": "next build", |
|
15 | 15 | }, |
16 | 16 | "dependencies": { |
17 | 17 | "@codemirror/lang-json": "^6.0.1", |
18 | | - "@emotion/react": "^11.11.1", |
19 | | - "@emotion/styled": "^11.11.0", |
20 | | - "@faker-js/faker": "^8.3.1", |
21 | | - "@monaco-editor/react": "^4.5.2", |
| 18 | + "@emotion/react": "^11.13.3", |
| 19 | + "@emotion/styled": "^11.13.0", |
| 20 | + "@faker-js/faker": "^8.4.1", |
| 21 | + "@monaco-editor/react": "^4.6.0", |
22 | 22 | "@rsuite/icons": "yarn ^1.0.3", |
23 | | - "@uiw/codemirror-theme-vscode": "^4.21.21", |
24 | | - "@uiw/react-codemirror": "^4.21.21", |
25 | | - "@vercel/analytics": "^1.1.1", |
26 | | - "@vercel/speed-insights": "^1.0.1", |
27 | | - "antd": "^5.12.2", |
28 | | - "dayjs": "^1.11.9", |
| 23 | + "@uiw/codemirror-theme-vscode": "^4.23.0", |
| 24 | + "@uiw/react-codemirror": "^4.23.0", |
| 25 | + "@vercel/analytics": "^1.3.1", |
| 26 | + "@vercel/speed-insights": "^1.0.12", |
| 27 | + "antd": "^5.20.4", |
| 28 | + "dayjs": "^1.11.13", |
29 | 29 | "iconv-lite": "^0.6.3", |
30 | 30 | "iconv-urlencode": "^1.0.0", |
31 | | - "next": "^14.0.3", |
| 31 | + "next": "^14.2.7", |
32 | 32 | "obtain-unicode": "^0.0.5", |
33 | | - "punycode": "^2.1.1", |
34 | | - "react": "^18.2.0", |
35 | | - "react-dom": "^18.2.0", |
36 | | - "react-hook-form": "^7.48.2", |
37 | | - "rsuite": "^5.46.1", |
38 | | - "timezones-list": "^3.0.2", |
39 | | - "uuid": "^9.0.1" |
| 33 | + "punycode": "^2.3.1", |
| 34 | + "react": "^18.3.1", |
| 35 | + "react-dom": "^18.3.1", |
| 36 | + "react-hook-form": "^7.53.0", |
| 37 | + "rsuite": "^5.70.0", |
| 38 | + "timezones-list": "^3.0.3", |
| 39 | + "uuid": "^10.0.0" |
40 | 40 | }, |
41 | 41 | "devDependencies": { |
42 | | - "@types/gtag.js": "^0.0.18", |
43 | | - "@types/jest": "^29.5.10", |
44 | | - "@types/node": "^20.6.2", |
45 | | - "@types/react": "^18.0.33", |
46 | | - "eslint": "8.55.0", |
47 | | - "eslint-config-next": "14.0.3", |
| 42 | + "@types/gtag.js": "^0.0.20", |
| 43 | + "@types/jest": "^29.5.12", |
| 44 | + "@types/node": "^22.5.2", |
| 45 | + "@types/react": "^18.3.5", |
| 46 | + "eslint": "9.9.1", |
| 47 | + "eslint-config-next": "14.2.7", |
48 | 48 | "eslint-config-prettier": "^9.1.0", |
49 | 49 | "jest": "^29.7.0", |
50 | | - "prettier": "^3.0.3", |
51 | | - "sass": "^1.67.0", |
52 | | - "typescript": "^5.3.3", |
53 | | - "typescript-plugin-css-modules": "^5.0.0" |
| 50 | + "prettier": "^3.3.3", |
| 51 | + "sass": "^1.77.8", |
| 52 | + "typescript": "^5.5.4", |
| 53 | + "typescript-plugin-css-modules": "^5.1.0" |
54 | 54 | } |
55 | 55 | } |
0 commit comments