diff options
author | Pauline <git@ethanlibs.co> | 2023-12-26 16:44:14 +0100 |
---|---|---|
committer | Pauline <git@ethanlibs.co> | 2023-12-26 18:22:39 +0100 |
commit | ae4afbb2af686e10feb7518cd2e5f4a4e94503bf (patch) | |
tree | 242bd118f77603370a222f2434337532a02ce051 /packages | |
parent | 6db9917e7d2ffaa1a9e08c326c0ac8736332823c (diff) | |
download | Nexus-ae4afbb2af686e10feb7518cd2e5f4a4e94503bf.tar.gz Nexus-ae4afbb2af686e10feb7518cd2e5f4a4e94503bf.tar.bz2 Nexus-ae4afbb2af686e10feb7518cd2e5f4a4e94503bf.zip |
chore(deps): bump and use patched lint
Diffstat (limited to 'packages')
-rw-r--r-- | packages/config/package.json | 4 | ||||
-rw-r--r-- | packages/ui/package.json | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/packages/config/package.json b/packages/config/package.json index 30adebb..93eaa7a 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -14,9 +14,9 @@ "@vitejs/plugin-react": "^4.2.1", "regexpp": "^3.2.0", "vite": "^5.0.10", - "vite-plugin-html": "^3.2.0", + "vite-plugin-html": "^3.2.1", "vite-plugin-svgr": "^4.2.0", "vite-tsconfig-paths": "^4.2.2", - "vitest": "^0.34.6" + "vitest": "^1.1.0" } } diff --git a/packages/ui/package.json b/packages/ui/package.json index 321a5ef..dc17985 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -27,10 +27,10 @@ "clsx": "^2.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-router-dom": "^6.20.0", - "sonner": "^1.2.3", + "react-router-dom": "^6.21.1", + "sonner": "^1.3.1", "tailwindcss-radix": "^2.8.0", - "ts-pattern": "^5.0.5", + "ts-pattern": "^5.0.6", "use-debounce": "^10.0.0", "zod": "^3.22.4" }, @@ -48,6 +48,6 @@ "tailwindcss": "^3.4.0", "tailwindcss-animate": "^1.0.7", "typescript": "^5.3.3", - "vitest": "^0.34.6" + "vitest": "^1.1.0" } } |