From 8e85be96a154b371b4cf1fb1924155d96150f949 Mon Sep 17 00:00:00 2001 From: Pauline Date: Wed, 20 Dec 2023 01:58:22 -0500 Subject: chore(lint): bump deps and fix linting/format --- packages/config/package.json | 5 +++-- packages/ui/package.json | 16 ++++++++-------- 2 files changed, 11 insertions(+), 10 deletions(-) (limited to 'packages') diff --git a/packages/config/package.json b/packages/config/package.json index 4b480ef..30adebb 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -11,11 +11,12 @@ "main": "index.ts", "types": "index.ts", "devDependencies": { - "@vitejs/plugin-react": "^4.2.0", + "@vitejs/plugin-react": "^4.2.1", "regexpp": "^3.2.0", + "vite": "^5.0.10", "vite-plugin-html": "^3.2.0", "vite-plugin-svgr": "^4.2.0", - "vite-tsconfig-paths": "^4.2.1", + "vite-tsconfig-paths": "^4.2.2", "vitest": "^0.34.6" } } diff --git a/packages/ui/package.json b/packages/ui/package.json index ddda613..321a5ef 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -35,19 +35,19 @@ "zod": "^3.22.4" }, "devDependencies": { - "@babel/core": "^7.23.3", + "@babel/core": "^7.23.6", "@polyfrost/config": "workspace:*", - "@storybook/types": "^7.5.3", + "@storybook/types": "^7.6.6", "@tailwindcss/typography": "^0.5.10", - "@types/node": "~20.10.0", - "@types/react": "^18.2.38", - "@types/react-dom": "^18.2.17", + "@types/node": "~20.10.5", + "@types/react": "^18.2.45", + "@types/react-dom": "^18.2.18", "autoprefixer": "^10.4.16", - "postcss": "^8.4.31", + "postcss": "^8.4.32", "sass": "^1.69.5", - "tailwindcss": "^3.3.5", + "tailwindcss": "^3.4.0", "tailwindcss-animate": "^1.0.7", - "typescript": "^5.3.2", + "typescript": "^5.3.3", "vitest": "^0.34.6" } } -- cgit