diff options
author | Pauline <git@ethanlibs.co> | 2023-12-20 01:58:22 -0500 |
---|---|---|
committer | Pauline <git@ethanlibs.co> | 2023-12-20 01:58:22 -0500 |
commit | 8e85be96a154b371b4cf1fb1924155d96150f949 (patch) | |
tree | 22edab0f259bbdba76d1c8fb790ff2c6cf65db60 /packages | |
parent | 64537e64852193cb735ee4853c0f8d07a5222030 (diff) | |
download | Nexus-8e85be96a154b371b4cf1fb1924155d96150f949.tar.gz Nexus-8e85be96a154b371b4cf1fb1924155d96150f949.tar.bz2 Nexus-8e85be96a154b371b4cf1fb1924155d96150f949.zip |
chore(lint): bump deps and fix linting/format
Diffstat (limited to 'packages')
-rw-r--r-- | packages/config/package.json | 5 | ||||
-rw-r--r-- | packages/ui/package.json | 16 |
2 files changed, 11 insertions, 10 deletions
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" } } |