|
20 | 20 | "analyze": "ANALYZE=true npm run build"
|
21 | 21 | },
|
22 | 22 | "dependencies": {
|
23 |
| - "@mantine/code-highlight": "^7.11.2", |
24 |
| - "@mantine/core": "^7.11.2", |
25 |
| - "@mantine/dropzone": "^7.11.2", |
26 |
| - "@mantine/hooks": "^7.11.2", |
27 |
| - "@monaco-editor/react": "^4.6.0", |
| 23 | + "@mantine/code-highlight": "^7.17.1", |
| 24 | + "@mantine/core": "^7.17.1", |
| 25 | + "@mantine/dropzone": "^7.17.1", |
| 26 | + "@mantine/hooks": "^7.17.1", |
| 27 | + "@monaco-editor/react": "^4.7.0", |
28 | 28 | "@sentry/nextjs": "^7.118.0",
|
29 |
| - "@tanstack/react-query": "^4.36.1", |
30 |
| - "allotment": "^1.20.2", |
31 |
| - "axios": "^1.7.2", |
32 |
| - "dayjs": "^1.11.12", |
| 29 | + "@tanstack/react-query": "^5.67.3", |
| 30 | + "allotment": "^1.20.3", |
| 31 | + "axios": "^1.8.3", |
| 32 | + "dayjs": "^1.11.13", |
33 | 33 | "gofmt.js": "^0.0.2",
|
34 |
| - "html-to-image": "^1.11.11", |
| 34 | + "html-to-image": "^1.11.13", |
35 | 35 | "jq-web": "^0.5.1",
|
36 | 36 | "js-cookie": "^3.0.5",
|
37 | 37 | "js-yaml": "^4.1.0",
|
|
51 | 51 | "react-compare-slider": "^3.1.0",
|
52 | 52 | "react-countup": "^6.5.3",
|
53 | 53 | "react-dom": "^18.3.1",
|
54 |
| - "react-hot-toast": "^2.4.1", |
55 |
| - "react-icons": "^5.4.0", |
| 54 | + "react-hot-toast": "^2.5.2", |
| 55 | + "react-icons": "^5.5.0", |
56 | 56 | "react-json-tree": "^0.18.0",
|
57 | 57 | "react-linkify-it": "^1.0.8",
|
58 | 58 | "react-text-transition": "^3.1.0",
|
59 | 59 | "react-zoomable-ui": "^0.11.0",
|
60 | 60 | "reaflow": "5.3.4",
|
61 |
| - "styled-components": "^6.1.12", |
| 61 | + "styled-components": "^6.1.15", |
62 | 62 | "toml": "^3.0.0",
|
63 | 63 | "use-long-press": "^3.2.0",
|
64 | 64 | "zustand": "^4.5.4"
|
|
68 | 68 | "@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
69 | 69 | "@types/js-cookie": "^3.0.6",
|
70 | 70 | "@types/js-yaml": "^4.0.9",
|
71 |
| - "@types/jsonwebtoken": "^9.0.6", |
| 71 | + "@types/jsonwebtoken": "^9.0.9", |
72 | 72 | "@types/jxon": "^2.0.5",
|
73 | 73 | "@types/node": "^20.14.11",
|
74 | 74 | "@types/react": "18.2.51",
|
|
77 | 77 | "eslint": "8.56.0",
|
78 | 78 | "eslint-config-next": "14.1.0",
|
79 | 79 | "eslint-config-prettier": "^9.1.0",
|
80 |
| - "eslint-plugin-prettier": "^5.2.1", |
| 80 | + "eslint-plugin-prettier": "^5.2.3", |
81 | 81 | "eslint-plugin-unused-imports": "^3.2.0",
|
82 |
| - "prettier": "^3.3.3", |
| 82 | + "prettier": "^3.5.3", |
83 | 83 | "ts-node": "^10.9.2",
|
84 |
| - "typescript": "5.3.3" |
| 84 | + "typescript": "5.8.2" |
85 | 85 | },
|
86 | 86 | "engines": {
|
87 | 87 | "node": ">=18.x"
|
|
0 commit comments