Skip to content

Commit cc4637c

Browse files
committed
Dependabot updates, fixed missing changelog entry
1 parent ac2b963 commit cc4637c

3 files changed

Lines changed: 2121 additions & 2350 deletions

File tree

CHANGES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## Unreleased
44

5+
## 2026-06-01 - 0.25.4
6+
7+
- Dependabot updates.
8+
9+
## 2026-05-28 - 0.25.3
10+
11+
- Fix issue with Ace editor attempting to load external files already bundled.
12+
513
## 2026-05-27 - 0.25.2
614

715
- Fix issue with table policy warning firing to eagerly.

package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"./dist"
3737
],
3838
"dependencies": {
39-
"@ant-design/icons": "^6.1.1",
39+
"@ant-design/icons": "^6.2.3",
4040
"@cratedb/cratedb-sqlparse": "^0.0.17",
4141
"@hookform/resolvers": "^3.10.0",
4242
"@radix-ui/react-dropdown-menu": "^2.1.16",
@@ -48,14 +48,14 @@
4848
"@radix-ui/react-tabs": "^1.1.13",
4949
"@tanstack/match-sorter-utils": "^8.19.4",
5050
"@tanstack/react-table": "^8.21.3",
51-
"ace-builds": "^1.43.6",
51+
"ace-builds": "^1.44.0",
5252
"antd": "^5.29.3",
53-
"axios": "^1.15.2",
53+
"axios": "^1.16.1",
5454
"class-variance-authority": "^0.7.1",
5555
"classnames": "^2.5.1",
56-
"clsx": "^2.1.0",
56+
"clsx": "^2.1.1",
5757
"compare-versions": "^6.1.1",
58-
"cronstrue": "^2.59.0",
58+
"cronstrue": "^2.61.0",
5959
"jwt-decode": "^4.0.0",
6060
"less": "^4.6.4",
6161
"lodash": "^4.18.1",
@@ -64,21 +64,21 @@
6464
"path-parser": "^6.1.0",
6565
"pretty-bytes": "^6.1.1",
6666
"react-ace": "^14.0.1",
67-
"react-hook-form": "^7.73.1",
67+
"react-hook-form": "^7.76.1",
6868
"react-icons": "^5.6.0",
6969
"react-intl": "^7.1.14",
7070
"react-resizable-panels": "^2.1.9",
7171
"react-syntax-highlighter": "^15.6.6",
7272
"recharts": "^2.15.4",
7373
"rollup-preserve-directives": "^1.1.3",
74-
"sql-formatter": "^15.7.3",
74+
"sql-formatter": "^15.8.0",
7575
"swr": "^2.4.1",
76-
"tailwind-merge": "^3.5.0",
76+
"tailwind-merge": "^3.6.0",
7777
"tailwindcss-animate": "^1.0.7",
7878
"web-vitals": "^4.2.4",
7979
"word-wrap": "^1.2.5",
8080
"zod": "^3.25.76",
81-
"zustand": "^5.0.12"
81+
"zustand": "^5.0.13"
8282
},
8383
"scripts": {
8484
"start": "vite",
@@ -116,19 +116,19 @@
116116
"@eslint/compat": "^1.4.1",
117117
"@eslint/eslintrc": "^3.3.5",
118118
"@eslint/js": "^10.0.1",
119-
"@testing-library/dom": "^10.0.0",
119+
"@testing-library/dom": "^10.4.1",
120120
"@testing-library/jest-dom": "^6.9.1",
121-
"@testing-library/react": "^16.0.0",
121+
"@testing-library/react": "^16.3.2",
122122
"@testing-library/user-event": "^14.6.1",
123123
"@types/jest": "^29.5.14",
124124
"@types/lodash": "^4.17.24",
125-
"@types/node": "^24.0.0",
125+
"@types/node": "^24.12.4",
126126
"@types/papaparse": "^5.5.2",
127127
"@types/react": "19.0.0",
128128
"@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",
132132
"@vitejs/plugin-react-swc": "^3.11.0",
133133
"autoprefixer": "^10.5.0",
134134
"chokidar-cli": "^3.0.0",
@@ -138,21 +138,21 @@
138138
"eslint-config-prettier": "^10.1.8",
139139
"eslint-plugin-prettier": "^5.5.5",
140140
"eslint-plugin-react": "^7.37.5",
141-
"eslint-plugin-react-hooks": "^5.0.0",
141+
"eslint-plugin-react-hooks": "^5.2.0",
142142
"globals": "^17.6.0",
143143
"jest": "^29.7.0",
144144
"jest-environment-jsdom": "^29.7.0",
145145
"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",
149149
"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",
154154
"tailwindcss": "^3.4.19",
155-
"ts-jest": "^29.4.9",
155+
"ts-jest": "^29.4.11",
156156
"typescript": "^5.9.3",
157157
"vite": "^6.4.2",
158158
"vite-plugin-dts": "^4.5.4",

0 commit comments

Comments
 (0)