From d93cb69994ada6cc690975556adbc88de63629ee Mon Sep 17 00:00:00 2001 From: waldronmatt Date: Sun, 1 Oct 2023 13:23:34 -0400 Subject: [PATCH] fix(package.json): fix mismatched dependency versions --- packages/ui/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/ui/package.json b/packages/ui/package.json index 7666510a..001d3a52 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -41,7 +41,7 @@ "@types/react-dom": "^18.2.7", "@vitejs/plugin-react-swc": "^3.3.2", "cross-env": "^7.0.3", - "eslint": "^8.45.0", + "eslint": "^8.49.0", "eslint-config-custom": "workspace:^", "glob": "^10.3.7", "jest": "^29.3.1", @@ -52,7 +52,7 @@ "sanitize.css": "^13.0.0", "the-new-css-reset": "^1.11.0", "tsconfig-config": "workspace:^", - "typescript": "^5.0.2", + "typescript": "^5.2.2", "vite": "^4.4.5", "vite-plugin-dts": "^3.5.4", "vite-plugin-lib-inject-css": "^1.3.0"