Skip to content

Commit

Permalink
Misc dependabot upgrades (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
joncombe authored Dec 4, 2024
1 parent 6e565e7 commit d10a74c
Show file tree
Hide file tree
Showing 3 changed files with 133 additions and 62 deletions.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@
- Dependabot: bump nginx from 1.27.2 to 1.27.3
- Dependabot: bump node from 23.1.0-slim to 23.3.0-slim
- Update SQL console history to show most recent 50 queries first.
- Dependabot: bump @ant-design/icons from 5.5.1 to 5.5.2.
- Dependabot: bump prettier-plugin-tailwindcss from 0.6.8 to 0.6.9.
- Dependabot: bump sql-formatter from 15.3.2 to 15.4.6.
- Dependabot: bump cronstrue from 2.50.0 to 2.52.0.
- Dependabot: bump @tanstack/react-table from 8.19.2 to 8.20.5.
- Dependabot: bump @tanstack/match-sorter-utils from 8.15.1 to 8.19.4.
- Dependabot: bump autoprefixer from 10.4.19 to 10.4.20.
- Dependabot: bump @types/node from 22.8.5 to 22.10.1.
- Dependabot: bump @hookform/resolvers from 3.9.0 to 3.9.1.
- Dependabot: bump react-ace from 10.1.0 to 13.0.0.

## 2024-11-29 - 0.19.2

Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,25 +28,25 @@
],
"dependencies": {
"@ant-design/compatible": "^5.1.3",
"@ant-design/icons": "^5.2.6",
"@ant-design/icons": "^5.5.2",
"@cratedb/cratedb-sqlparse": "^0.0.11",
"@hookform/resolvers": "^3.3.4",
"@hookform/resolvers": "^3.9.1",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.1.0",
"@tanstack/match-sorter-utils": "^8.11.8",
"@tanstack/react-table": "^8.11.8",
"ace-builds": "^1.36.4",
"@tanstack/match-sorter-utils": "^8.19.4",
"@tanstack/react-table": "^8.20.5",
"ace-builds": "^1.36.5",
"antd": "^5.22.2",
"axios": "^1.7.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"compare-versions": "^6.1.1",
"cronstrue": "^2.47.0",
"cronstrue": "^2.52.0",
"jwt-decode": "^4.0.0",
"less": "^4.2.0",
"lodash": "^4.17.21",
Expand All @@ -55,7 +55,7 @@
"path-parser": "^6.1.0",
"pretty-bytes": "^6.1.1",
"react": "^18.2.0",
"react-ace": "^10.1.0",
"react-ace": "^13.0.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.50.1",
"react-icons": "^5.3.0",
Expand All @@ -65,7 +65,7 @@
"react-syntax-highlighter": "^15.5.0",
"recharts": "^2.10.4",
"rollup-preserve-directives": "^1.1.3",
"sql-formatter": "^15.0.2",
"sql-formatter": "^15.4.6",
"swr": "^2.2.4",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
Expand Down Expand Up @@ -109,15 +109,15 @@
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.13",
"@types/node": "^22.8.5",
"@types/node": "^22.10.1",
"@types/papaparse": "^5.3.15",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-syntax-highlighter": "^15.5.11",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.16",
"autoprefixer": "^10.4.20",
"eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -129,7 +129,7 @@
"msw": "1.3.2",
"postcss": "^8.4.33",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.0",
"ts-jest": "^29.1.1",
"typescript": "^5.3.3",
Expand Down
Loading

0 comments on commit d10a74c

Please sign in to comment.