Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ updates:
update-types:
- "minor"
- "patch"
ignore:
# react-scan 0.5.6+ ships a bundle that does a named import of "version"
# from react-grab/package.json. Webpack treats JSON modules as
# default-exporting only, so the import cannot be linked and the build
# fails (aidenybai/react-scan#467). 0.5.x also floats react-grab and
# react-doctor on the "latest" tag, so a fresh resolution can pull an
# unreviewed version (aidenybai/react-scan#468). Bounded so 0.4.x
# patches still come through.
- dependency-name: "react-scan"
versions: [">=0.5.0"]

# Backend (Spring Boot, Maven)
- package-ecosystem: "maven"
Expand Down
54 changes: 27 additions & 27 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,25 @@
},
"dependencies": {
"@hookform/resolvers": "^5.2.2",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-collapsible": "^1.1.12",
"@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-popover": "^1.1.15",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.8",
"@sentry/nextjs": "^10.62.0",
"@serwist/next": "^9.5.11",
"@tanstack/query-async-storage-persister": "^5.101.1",
"@tanstack/react-query": "^5.90.12",
"@tanstack/react-query-devtools": "^5.91.1",
"@tanstack/react-query-persist-client": "^5.101.1",
"@tanstack/react-virtual": "^3.13.13",
"@radix-ui/react-checkbox": "^1.3.10",
"@radix-ui/react-collapsible": "^1.1.19",
"@radix-ui/react-dialog": "^1.1.22",
"@radix-ui/react-dropdown-menu": "^2.1.23",
"@radix-ui/react-label": "^2.1.14",
"@radix-ui/react-popover": "^1.1.22",
"@radix-ui/react-select": "^2.3.6",
"@radix-ui/react-separator": "^1.1.14",
"@radix-ui/react-slot": "^1.3.3",
"@radix-ui/react-switch": "^1.3.6",
"@radix-ui/react-tabs": "^1.1.20",
"@radix-ui/react-tooltip": "^1.2.15",
"@sentry/nextjs": "^10.68.0",
"@serwist/next": "^9.5.12",
"@tanstack/query-async-storage-persister": "^5.101.4",
"@tanstack/react-query": "^5.101.4",
"@tanstack/react-query-devtools": "^5.101.4",
"@tanstack/react-query-persist-client": "^5.101.4",
"@tanstack/react-virtual": "^3.14.8",
"@yudiel/react-qr-scanner": "^2.6.0",
"axios": "^1.13.2",
"barcode-detector": "^3.2.1",
Expand All @@ -47,14 +47,14 @@
"motion": "^12.23.26",
"next": "16.2.11",
"pg": "8.22.0",
"radix-ui": "^1.4.3",
"radix-ui": "^1.6.7",
"react": "19.2.8",
"react-dom": "19.2.8",
"react-email": "^6.6.3",
"react-hook-form": "^7.68.0",
"react-email": "^6.9.1",
"react-hook-form": "^7.82.0",
"react-scan": "^0.4.3",
"recharts": "^3.10.0",
"resend": "^6.14.0",
"resend": "^6.18.0",
"server-only": "^0.0.1",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
Expand All @@ -63,19 +63,19 @@
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@openapitools/openapi-generator-cli": "^2.25.2",
"@openapitools/openapi-generator-cli": "^2.40.1",
"@tailwindcss/postcss": "^4",
"@types/node": "^24.13.3",
"@types/pg": "^8.20.0",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"baseline-browser-mapping": "^2.10.14",
"baseline-browser-mapping": "^2.11.1",
"dotenv": "^17.4.2",
"drizzle-kit": "^0.31.10",
"eslint": "^9",
"eslint-config-next": "16.2.11",
"prettier": "^3.9.5",
"serwist": "^9.5.11",
"prettier": "^3.9.6",
"serwist": "^9.5.12",
"sharp": "^0.35.3",
"tailwindcss": "^4",
"tw-animate-css": "^1.4.0",
Expand Down
Loading
Loading