|
36 | 36 | "./dist" |
37 | 37 | ], |
38 | 38 | "dependencies": { |
39 | | - "@ant-design/icons": "^6.1.1", |
| 39 | + "@ant-design/icons": "^6.2.3", |
40 | 40 | "@cratedb/cratedb-sqlparse": "^0.0.17", |
41 | 41 | "@hookform/resolvers": "^3.10.0", |
42 | 42 | "@radix-ui/react-dropdown-menu": "^2.1.16", |
|
48 | 48 | "@radix-ui/react-tabs": "^1.1.13", |
49 | 49 | "@tanstack/match-sorter-utils": "^8.19.4", |
50 | 50 | "@tanstack/react-table": "^8.21.3", |
51 | | - "ace-builds": "^1.43.6", |
| 51 | + "ace-builds": "^1.44.0", |
52 | 52 | "antd": "^5.29.3", |
53 | | - "axios": "^1.15.2", |
| 53 | + "axios": "^1.16.1", |
54 | 54 | "class-variance-authority": "^0.7.1", |
55 | 55 | "classnames": "^2.5.1", |
56 | | - "clsx": "^2.1.0", |
| 56 | + "clsx": "^2.1.1", |
57 | 57 | "compare-versions": "^6.1.1", |
58 | | - "cronstrue": "^2.59.0", |
| 58 | + "cronstrue": "^2.61.0", |
59 | 59 | "jwt-decode": "^4.0.0", |
60 | 60 | "less": "^4.6.4", |
61 | 61 | "lodash": "^4.18.1", |
|
64 | 64 | "path-parser": "^6.1.0", |
65 | 65 | "pretty-bytes": "^6.1.1", |
66 | 66 | "react-ace": "^14.0.1", |
67 | | - "react-hook-form": "^7.73.1", |
| 67 | + "react-hook-form": "^7.76.1", |
68 | 68 | "react-icons": "^5.6.0", |
69 | 69 | "react-intl": "^7.1.14", |
70 | 70 | "react-resizable-panels": "^2.1.9", |
71 | 71 | "react-syntax-highlighter": "^15.6.6", |
72 | 72 | "recharts": "^2.15.4", |
73 | 73 | "rollup-preserve-directives": "^1.1.3", |
74 | | - "sql-formatter": "^15.7.3", |
| 74 | + "sql-formatter": "^15.8.0", |
75 | 75 | "swr": "^2.4.1", |
76 | | - "tailwind-merge": "^3.5.0", |
| 76 | + "tailwind-merge": "^3.6.0", |
77 | 77 | "tailwindcss-animate": "^1.0.7", |
78 | 78 | "web-vitals": "^4.2.4", |
79 | 79 | "word-wrap": "^1.2.5", |
80 | 80 | "zod": "^3.25.76", |
81 | | - "zustand": "^5.0.12" |
| 81 | + "zustand": "^5.0.13" |
82 | 82 | }, |
83 | 83 | "scripts": { |
84 | 84 | "start": "vite", |
|
116 | 116 | "@eslint/compat": "^1.4.1", |
117 | 117 | "@eslint/eslintrc": "^3.3.5", |
118 | 118 | "@eslint/js": "^10.0.1", |
119 | | - "@testing-library/dom": "^10.0.0", |
| 119 | + "@testing-library/dom": "^10.4.1", |
120 | 120 | "@testing-library/jest-dom": "^6.9.1", |
121 | | - "@testing-library/react": "^16.0.0", |
| 121 | + "@testing-library/react": "^16.3.2", |
122 | 122 | "@testing-library/user-event": "^14.6.1", |
123 | 123 | "@types/jest": "^29.5.14", |
124 | 124 | "@types/lodash": "^4.17.24", |
125 | | - "@types/node": "^24.0.0", |
| 125 | + "@types/node": "^24.12.4", |
126 | 126 | "@types/papaparse": "^5.5.2", |
127 | 127 | "@types/react": "19.0.0", |
128 | 128 | "@types/react-dom": "19.0.0", |
129 | | - "@types/react-syntax-highlighter": "^15.5.11", |
130 | | - "@typescript-eslint/eslint-plugin": "^8.59.0", |
131 | | - "@typescript-eslint/parser": "^8.59.0", |
| 129 | + "@types/react-syntax-highlighter": "^15.5.13", |
| 130 | + "@typescript-eslint/eslint-plugin": "^8.60.0", |
| 131 | + "@typescript-eslint/parser": "^8.60.0", |
132 | 132 | "@vitejs/plugin-react-swc": "^3.11.0", |
133 | 133 | "autoprefixer": "^10.5.0", |
134 | 134 | "chokidar-cli": "^3.0.0", |
|
138 | 138 | "eslint-config-prettier": "^10.1.8", |
139 | 139 | "eslint-plugin-prettier": "^5.5.5", |
140 | 140 | "eslint-plugin-react": "^7.37.5", |
141 | | - "eslint-plugin-react-hooks": "^5.0.0", |
| 141 | + "eslint-plugin-react-hooks": "^5.2.0", |
142 | 142 | "globals": "^17.6.0", |
143 | 143 | "jest": "^29.7.0", |
144 | 144 | "jest-environment-jsdom": "^29.7.0", |
145 | 145 | "jest-fixed-jsdom": "^0.0.11", |
146 | | - "msw": "^2.12.7", |
147 | | - "postcss": "^8.5.10", |
148 | | - "prettier": "^3.8.1", |
| 146 | + "msw": "^2.14.6", |
| 147 | + "postcss": "^8.5.15", |
| 148 | + "prettier": "^3.8.3", |
149 | 149 | "prettier-plugin-sort-imports": "^1.8.11", |
150 | | - "prettier-plugin-tailwindcss": "^0.7.2", |
151 | | - "react": "^19.0.0", |
152 | | - "react-dom": "^19.0.0", |
153 | | - "react-router-dom": "^7.14.1", |
| 150 | + "prettier-plugin-tailwindcss": "^0.7.4", |
| 151 | + "react": "^19.2.6", |
| 152 | + "react-dom": "^19.2.6", |
| 153 | + "react-router-dom": "^7.15.1", |
154 | 154 | "tailwindcss": "^3.4.19", |
155 | | - "ts-jest": "^29.4.9", |
| 155 | + "ts-jest": "^29.4.11", |
156 | 156 | "typescript": "^5.9.3", |
157 | 157 | "vite": "^6.4.2", |
158 | 158 | "vite-plugin-dts": "^4.5.4", |
|
0 commit comments