From 4360bbd37c41de756dfd368ef8b327e93d0645ab Mon Sep 17 00:00:00 2001 From: Tristan Chin Date: Fri, 6 Oct 2023 19:16:11 -0400 Subject: [PATCH] [web] Fix build --- package-lock.json | 22 +++++++++++++++------- packages/implementations/web/package.json | 8 ++++---- 2 files changed, 19 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1359ef3..a4e6317 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7557,9 +7557,9 @@ "license": "MIT" }, "node_modules/@types/uuid": { - "version": "9.0.4", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.4.tgz", - "integrity": "sha512-zAuJWQflfx6dYJM62vna+Sn5aeSWhh3OB+wfUEACNcqUSc0AGc5JKl+ycL1vrH7frGTXhJchYjE1Hak8L819dA==", + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.5.tgz", + "integrity": "sha512-xfHdwa1FMJ082prjSJpoEI57GZITiQz10r3vEJCHa2khEFQjKy91aWKz6+zybzssCvXUwE1LQWgWVwZ4nYUvHQ==", "dev": true }, "node_modules/@types/webidl-conversions": { @@ -25777,14 +25777,14 @@ "react-dom": "^18.2.0", "react-icons": "^4.10.1", "react-router-dom": "^6.14.1", - "uuid": "^9.0.0", - "zod": "^3.21.4", + "uuid": "^9.0.1", + "zod": "^3.22.4", "zustand": "^4.3.9" }, "devDependencies": { "@types/react": "^18.2.15", "@types/react-dom": "^18.2.7", - "@types/uuid": "^9.0.2", + "@types/uuid": "^9.0.5", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "@vitejs/plugin-react-swc": "^3.3.2", @@ -25794,7 +25794,7 @@ "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.3", "prettier": "^3.0.0", - "typescript": "^5.1.6", + "typescript": "^5.2.2", "vite": "^4.4.4", "vite-plugin-eslint": "^1.8.1", "vite-plugin-pwa": "^0.16.4" @@ -26024,6 +26024,14 @@ "url": "https://github.com/prettier/prettier?sponsor=1" } }, + "packages/implementations/web/node_modules/zod": { + "version": "3.22.4", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.22.4.tgz", + "integrity": "sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==", + "funding": { + "url": "https://github.com/sponsors/colinhacks" + } + }, "packages/lib": { "name": "gpt-turbo", "version": "5.0.0", diff --git a/packages/implementations/web/package.json b/packages/implementations/web/package.json index 765bb45..5a87d26 100644 --- a/packages/implementations/web/package.json +++ b/packages/implementations/web/package.json @@ -73,14 +73,14 @@ "react-dom": "^18.2.0", "react-icons": "^4.10.1", "react-router-dom": "^6.14.1", - "uuid": "^9.0.0", - "zod": "^3.21.4", + "uuid": "^9.0.1", + "zod": "^3.22.4", "zustand": "^4.3.9" }, "devDependencies": { "@types/react": "^18.2.15", "@types/react-dom": "^18.2.7", - "@types/uuid": "^9.0.2", + "@types/uuid": "^9.0.5", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "@vitejs/plugin-react-swc": "^3.3.2", @@ -90,7 +90,7 @@ "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.3", "prettier": "^3.0.0", - "typescript": "^5.1.6", + "typescript": "^5.2.2", "vite": "^4.4.4", "vite-plugin-eslint": "^1.8.1", "vite-plugin-pwa": "^0.16.4"