-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
⬆ Bump the npm-packages group across 1 directory with 37 updates #2333
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
5bea77e
20f35d5
65dc788
d0aff86
cb75b9f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| FROM mcr.microsoft.com/playwright:v1.58.2-noble | ||
| FROM mcr.microsoft.com/playwright:v1.60.0-noble | ||
|
|
||
| WORKDIR /app | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,54 +13,54 @@ | |
| "test:ui": "bunx playwright test --ui" | ||
| }, | ||
| "dependencies": { | ||
| "@hookform/resolvers": "^5.2.2", | ||
| "@radix-ui/react-avatar": "^1.1.11", | ||
| "@radix-ui/react-checkbox": "^1.3.3", | ||
| "@radix-ui/react-dialog": "^1.1.15", | ||
| "@radix-ui/react-dropdown-menu": "^2.1.16", | ||
| "@radix-ui/react-label": "^2.1.8", | ||
| "@radix-ui/react-radio-group": "^1.3.8", | ||
| "@radix-ui/react-scroll-area": "^1.2.10", | ||
| "@radix-ui/react-select": "^2.2.6", | ||
| "@radix-ui/react-separator": "^1.1.8", | ||
| "@hookform/resolvers": "^5.4.0", | ||
| "@radix-ui/react-avatar": "^1.1.12", | ||
| "@radix-ui/react-checkbox": "^1.3.4", | ||
| "@radix-ui/react-dialog": "^1.1.16", | ||
| "@radix-ui/react-dropdown-menu": "^2.1.17", | ||
| "@radix-ui/react-label": "^2.1.9", | ||
| "@radix-ui/react-radio-group": "^1.4.0", | ||
| "@radix-ui/react-scroll-area": "^1.2.11", | ||
| "@radix-ui/react-select": "^2.3.0", | ||
| "@radix-ui/react-separator": "^1.1.9", | ||
| "@radix-ui/react-slot": "^1.2.4", | ||
| "@radix-ui/react-tabs": "^1.1.13", | ||
| "@radix-ui/react-tooltip": "^1.2.8", | ||
| "@tailwindcss/vite": "^4.1.18", | ||
| "@tanstack/react-query": "^5.90.21", | ||
| "@tanstack/react-query-devtools": "^5.91.1", | ||
| "@tanstack/react-router": "^1.163.3", | ||
| "@tanstack/react-router-devtools": "^1.163.3", | ||
| "@radix-ui/react-tabs": "^1.1.14", | ||
| "@radix-ui/react-tooltip": "^1.2.9", | ||
| "@tailwindcss/vite": "^4.3.0", | ||
| "@tanstack/react-query": "^5.101.0", | ||
| "@tanstack/react-query-devtools": "^5.101.0", | ||
| "@tanstack/react-router": "^1.170.15", | ||
| "@tanstack/react-router-devtools": "^1.167.0", | ||
| "@tanstack/react-table": "^8.21.3", | ||
| "axios": "1.16.0", | ||
| "class-variance-authority": "^0.7.1", | ||
| "clsx": "^2.1.1", | ||
| "form-data": "4.0.6", | ||
| "lucide-react": "^0.563.0", | ||
| "lucide-react": "^1.17.0", | ||
| "next-themes": "^0.4.6", | ||
| "react": "^19.1.1", | ||
| "react-dom": "^19.2.3", | ||
| "react-error-boundary": "^6.0.0", | ||
| "react-hook-form": "^7.68.0", | ||
| "react-icons": "^5.5.0", | ||
| "react": "^19.2.7", | ||
| "react-dom": "^19.2.7", | ||
| "react-error-boundary": "^6.1.2", | ||
| "react-hook-form": "^7.78.0", | ||
| "react-icons": "^5.6.0", | ||
| "sonner": "^2.0.7", | ||
| "tailwind-merge": "^3.4.0", | ||
| "tailwind-merge": "^3.6.0", | ||
| "tailwindcss": "^4.2.1", | ||
| "zod": "^4.3.6" | ||
| "zod": "^4.4.3" | ||
| }, | ||
| "devDependencies": { | ||
| "@biomejs/biome": "^2.3.14", | ||
| "@biomejs/biome": "^2.4.16", | ||
| "@hey-api/openapi-ts": "0.73.0", | ||
| "@playwright/test": "1.58.2", | ||
| "@tanstack/router-devtools": "^1.166.7", | ||
| "@tanstack/router-plugin": "^1.140.0", | ||
| "@types/node": "^25.5.0", | ||
| "@types/react": "^19.2.7", | ||
| "@playwright/test": "1.60.0", | ||
| "@tanstack/router-devtools": "^1.167.0", | ||
| "@tanstack/router-plugin": "^1.168.18", | ||
| "@types/node": "^25.9.2", | ||
| "@types/react": "^19.2.17", | ||
| "@types/react-dom": "^19.2.3", | ||
| "@vitejs/plugin-react-swc": "^4.2.3", | ||
| "dotenv": "^17.3.1", | ||
| "@vitejs/plugin-react-swc": "^4.3.1", | ||
| "dotenv": "^17.4.2", | ||
| "tw-animate-css": "^1.4.0", | ||
| "typescript": "^5.9.3", | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not upgrading to TypeScript 6 as we should ensure all components support it. |
||
| "vite": "^7.3.0" | ||
| "vite": "^8.0.16" | ||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -65,14 +65,14 @@ const LayoutAdminRoute = LayoutAdminRouteImport.update({ | |
| } as any) | ||
|
|
||
| export interface FileRoutesByFullPath { | ||
| '/': typeof LayoutIndexRoute | ||
| '/login': typeof LoginRoute | ||
| '/recover-password': typeof RecoverPasswordRoute | ||
| '/reset-password': typeof ResetPasswordRoute | ||
| '/signup': typeof SignupRoute | ||
| '/admin': typeof LayoutAdminRoute | ||
| '/items': typeof LayoutItemsRoute | ||
| '/settings': typeof LayoutSettingsRoute | ||
| '/': typeof LayoutIndexRoute | ||
| } | ||
| export interface FileRoutesByTo { | ||
| '/login': typeof LoginRoute | ||
|
|
@@ -99,14 +99,14 @@ export interface FileRoutesById { | |
| export interface FileRouteTypes { | ||
| fileRoutesByFullPath: FileRoutesByFullPath | ||
| fullPaths: | ||
| | '/' | ||
| | '/login' | ||
| | '/recover-password' | ||
| | '/reset-password' | ||
| | '/signup' | ||
| | '/admin' | ||
| | '/items' | ||
| | '/settings' | ||
| | '/' | ||
| fileRoutesByTo: FileRoutesByTo | ||
| to: | ||
| | '/login' | ||
|
|
@@ -171,7 +171,7 @@ declare module '@tanstack/react-router' { | |
| '/_layout': { | ||
| id: '/_layout' | ||
| path: '' | ||
| fullPath: '' | ||
| fullPath: '/' | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This was updated automatically when I ran frontend locally |
||
| preLoaderRoute: typeof LayoutRouteImport | ||
| parentRoute: typeof rootRouteImport | ||
| } | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -38,5 +38,3 @@ function Layout() { | |
| </SidebarProvider> | ||
| ) | ||
| } | ||
|
|
||
| export default Layout | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Removed unused exports to address warnings: |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -185,5 +185,3 @@ function SignUp() { | |
| </AuthLayout> | ||
| ) | ||
| } | ||
|
|
||
| export default SignUp | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be updated together with Playwrite node module to avoid error