|
21 | 21 | "analyze": "ANALYZE=true npm run build" |
22 | 22 | }, |
23 | 23 | "dependencies": { |
24 | | - "@mantine/code-highlight": "^7.17.5", |
25 | | - "@mantine/core": "^7.17.5", |
26 | | - "@mantine/dropzone": "^7.17.5", |
27 | | - "@mantine/hooks": "^7.17.5", |
| 24 | + "@mantine/code-highlight": "^7.17.7", |
| 25 | + "@mantine/core": "^7.17.7", |
| 26 | + "@mantine/dropzone": "^7.17.7", |
| 27 | + "@mantine/hooks": "^7.17.7", |
28 | 28 | "@monaco-editor/react": "^4.7.0", |
29 | | - "@sentry/nextjs": "^7.118.0", |
30 | | - "@tanstack/react-query": "^5.74.4", |
| 29 | + "@sentry/nextjs": "^7.120.3", |
| 30 | + "@tanstack/react-query": "^5.76.2", |
31 | 31 | "allotment": "^1.20.3", |
32 | | - "axios": "^1.8.4", |
| 32 | + "axios": "^1.9.0", |
33 | 33 | "dayjs": "^1.11.13", |
34 | | - "fast-xml-parser": "^5.2.1", |
| 34 | + "fast-xml-parser": "^5.2.3", |
35 | 35 | "gofmt.js": "^0.0.2", |
36 | 36 | "html-to-image": "1.11.11", |
37 | 37 | "jq-web": "^0.5.1", |
38 | 38 | "js-cookie": "^3.0.5", |
39 | 39 | "js-yaml": "^4.1.0", |
40 | | - "json-2-csv": "^5.5.4", |
| 40 | + "json-2-csv": "^5.5.9", |
41 | 41 | "json-schema-faker": "^0.5.9", |
42 | 42 | "json_typegen_wasm": "^0.7.0", |
43 | 43 | "jsonc-parser": "^3.3.1", |
44 | 44 | "jsonpath-plus": "^10.3.0", |
45 | 45 | "jsonwebtoken": "^9.0.2", |
46 | 46 | "lodash.debounce": "^4.0.8", |
47 | 47 | "next": "14.2.28", |
48 | | - "next-seo": "^6.6.0", |
| 48 | + "next-seo": "^6.8.0", |
49 | 49 | "next-sitemap": "^4.2.3", |
50 | 50 | "nextjs-google-analytics": "^2.3.7", |
51 | 51 | "react": "^18.3.1", |
|
59 | 59 | "react-text-transition": "^3.1.0", |
60 | 60 | "react-zoomable-ui": "^0.11.0", |
61 | 61 | "reaflow": "5.4.1", |
62 | | - "styled-components": "^6.1.17", |
| 62 | + "styled-components": "^6.1.18", |
63 | 63 | "toml": "^3.0.0", |
64 | 64 | "use-long-press": "^3.3.0", |
65 | | - "zustand": "^4.5.4" |
| 65 | + "zustand": "^4.5.7" |
66 | 66 | }, |
67 | 67 | "devDependencies": { |
68 | | - "@next/bundle-analyzer": "^14.2.28", |
| 68 | + "@next/bundle-analyzer": "^14.2.29", |
69 | 69 | "@trivago/prettier-plugin-sort-imports": "^4.3.0", |
70 | 70 | "@types/js-cookie": "^3.0.6", |
71 | 71 | "@types/js-yaml": "^4.0.9", |
72 | 72 | "@types/jsonwebtoken": "^9.0.9", |
73 | | - "@types/node": "^20.14.11", |
| 73 | + "@types/node": "^20.17.50", |
74 | 74 | "@types/react": "18.2.51", |
75 | | - "@types/react-dom": "^18.3.0", |
76 | | - "@typescript-eslint/eslint-plugin": "^7.17.0", |
| 75 | + "@types/react-dom": "^18.3.7", |
| 76 | + "@typescript-eslint/eslint-plugin": "^7.18.0", |
77 | 77 | "eslint": "8.56.0", |
78 | 78 | "eslint-config-next": "14.2.28", |
79 | 79 | "eslint-config-prettier": "^9.1.0", |
80 | | - "eslint-plugin-prettier": "^5.2.3", |
| 80 | + "eslint-plugin-prettier": "^5.4.0", |
81 | 81 | "eslint-plugin-unused-imports": "^3.2.0", |
82 | 82 | "prettier": "^3.5.3", |
83 | 83 | "ts-node": "^10.9.2", |
|
0 commit comments