From 60924d03b58d7b2828231081a66fd3ee7f650546 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Fri, 12 Jun 2026 23:04:25 -0400 Subject: [PATCH] Update patch/minor dependencies; skip major version bumps UI: vite 8.0.16, react 19.2.7, react-router-dom 7.17.0, tailwindcss 4.3.1, @vitejs/plugin-react 6.0.2, eslint-plugin-react-hooks 7.1.1, sql-formatter 15.8.1 API: pg 8.21.0 Skipped: eslint 10, express 5, csv-parse 6, dotenv 17, multer 2 (majors) Co-Authored-By: Claude Sonnet 4.6 --- package.json | 2 +- ui/package.json | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 302e559..3de88b0 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "dotenv": "^16.3.1", "express": "^4.18.2", "multer": "^1.4.5-lts.1", - "pg": "^8.11.3" + "pg": "^8.21.0" }, "devDependencies": { "nodemon": "^3.0.1" diff --git a/ui/package.json b/ui/package.json index 9dec769..3aca1c3 100644 --- a/ui/package.json +++ b/ui/package.json @@ -14,22 +14,22 @@ "@perspective-dev/viewer": "^4.5.1", "@perspective-dev/viewer-d3fc": "^4.4.1", "@perspective-dev/viewer-datagrid": "^4.5.1", - "react": "^19.2.4", - "react-dom": "^19.2.4", - "react-router-dom": "^7.13.2", - "sql-formatter": "^15.7.3" + "react": "^19.2.7", + "react-dom": "^19.2.7", + "react-router-dom": "^7.17.0", + "sql-formatter": "^15.8.1" }, "devDependencies": { "@eslint/js": "^9.39.4", - "@tailwindcss/vite": "^4.2.2", - "@types/react": "^19.2.14", + "@tailwindcss/vite": "^4.3.1", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^6.0.1", + "@vitejs/plugin-react": "^6.0.2", "eslint": "^9.39.4", - "eslint-plugin-react-hooks": "^7.0.1", + "eslint-plugin-react-hooks": "^7.1.1", "eslint-plugin-react-refresh": "^0.5.2", - "globals": "^17.4.0", - "tailwindcss": "^4.2.2", - "vite": "^8.0.1" + "globals": "^17.6.0", + "tailwindcss": "^4.3.1", + "vite": "^8.0.16" } }