|
20 | 20 | "analyze": "ANALYZE=true npm run build" |
21 | 21 | }, |
22 | 22 | "dependencies": { |
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", |
| 23 | + "@mantine/code-highlight": "^7.17.5", |
| 24 | + "@mantine/core": "^7.17.5", |
| 25 | + "@mantine/dropzone": "^7.17.5", |
| 26 | + "@mantine/hooks": "^7.17.5", |
27 | 27 | "@monaco-editor/react": "^4.7.0", |
28 | 28 | "@sentry/nextjs": "^7.118.0", |
29 | | - "@tanstack/react-query": "^5.67.3", |
| 29 | + "@tanstack/react-query": "^5.74.4", |
30 | 30 | "allotment": "^1.20.3", |
31 | | - "axios": "^1.8.3", |
| 31 | + "axios": "^1.8.4", |
32 | 32 | "dayjs": "^1.11.13", |
33 | 33 | "fast-xml-parser": "^5.2.1", |
34 | 34 | "gofmt.js": "^0.0.2", |
|
37 | 37 | "js-cookie": "^3.0.5", |
38 | 38 | "js-yaml": "^4.1.0", |
39 | 39 | "json-2-csv": "^5.5.4", |
40 | | - "json-schema-faker": "^0.5.6", |
| 40 | + "json-schema-faker": "^0.5.9", |
41 | 41 | "json_typegen_wasm": "^0.7.0", |
42 | 42 | "jsonc-parser": "^3.3.1", |
43 | | - "jsonpath-plus": "^10.0.0", |
| 43 | + "jsonpath-plus": "^10.3.0", |
44 | 44 | "jsonwebtoken": "^9.0.2", |
45 | | - "jxon": "2.0.0-beta.5", |
46 | 45 | "lodash.debounce": "^4.0.8", |
47 | | - "next": "14.2.21", |
| 46 | + "next": "14.2.28", |
48 | 47 | "next-seo": "^6.6.0", |
49 | 48 | "next-sitemap": "^4.2.3", |
50 | 49 | "nextjs-google-analytics": "^2.3.7", |
|
59 | 58 | "react-text-transition": "^3.1.0", |
60 | 59 | "react-zoomable-ui": "^0.11.0", |
61 | 60 | "reaflow": "5.4.1", |
62 | | - "styled-components": "^6.1.15", |
| 61 | + "styled-components": "^6.1.17", |
63 | 62 | "toml": "^3.0.0", |
64 | | - "use-long-press": "^3.2.0", |
| 63 | + "use-long-press": "^3.3.0", |
65 | 64 | "zustand": "^4.5.4" |
66 | 65 | }, |
67 | 66 | "devDependencies": { |
68 | | - "@next/bundle-analyzer": "^14.2.5", |
| 67 | + "@next/bundle-analyzer": "^14.2.28", |
69 | 68 | "@trivago/prettier-plugin-sort-imports": "^4.3.0", |
70 | 69 | "@types/js-cookie": "^3.0.6", |
71 | 70 | "@types/js-yaml": "^4.0.9", |
72 | 71 | "@types/jsonwebtoken": "^9.0.9", |
73 | | - "@types/jxon": "^2.0.5", |
74 | 72 | "@types/node": "^20.14.11", |
75 | 73 | "@types/react": "18.2.51", |
76 | 74 | "@types/react-dom": "^18.3.0", |
77 | 75 | "@typescript-eslint/eslint-plugin": "^7.17.0", |
78 | 76 | "eslint": "8.56.0", |
79 | | - "eslint-config-next": "14.1.0", |
| 77 | + "eslint-config-next": "14.2.28", |
80 | 78 | "eslint-config-prettier": "^9.1.0", |
81 | 79 | "eslint-plugin-prettier": "^5.2.3", |
82 | 80 | "eslint-plugin-unused-imports": "^3.2.0", |
|
0 commit comments