Skip to content

Commit

Permalink
fix: dependency version bump, dashboard mobile responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
lukesthl committed Apr 11, 2023
1 parent c9a96c7 commit db86baf
Show file tree
Hide file tree
Showing 27 changed files with 497 additions and 535 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ ENV BUILT_FRITZBOX_PORT=49000
ENV BUILT_FRITZBOX_SSL=0
ENV BUILT_NEXTAUTH_URL=http://localhost:3000
ENV BUILT_NEXTAUTH_SECRET=secret
ENV SKIP_ENV_VALIDATION=true

# Install dependencies only when needed
FROM base AS deps
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ https://user-images.githubusercontent.com/44963006/230889693-20225732-0f8f-43a3-
## Features

- Dashboard with Router, SmartHome Device Stats
- Mobile Responsive
- All your network devices in one list
- SmartHome Devices with current temperature, battery status and more
- Login with your fritzbox user credential
Expand Down Expand Up @@ -71,6 +72,7 @@ These variables must also be provided at runtime
- [ ] Customizable Dashboard
- [ ] Multi Language Support
- [ ] Edit Network Device Properties
- [ ] Move to app dir with rsc ([waiting for tRPC](https://github.com/trpc/trpc/discussions/3185#discussioncomment-4167473))

## Security

Expand Down
49 changes: 23 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,29 +27,29 @@
"@radix-ui/react-dialog": "^1.0.3",
"@radix-ui/react-dropdown-menu": "^2.0.4",
"@radix-ui/react-tabs": "^1.0.3",
"@tanstack/react-query": "^4.28.0",
"@tanstack/react-query": "^4.29.1",
"@total-typescript/ts-reset": "^0.4.2",
"@tremor/react": "^1.8.0",
"@trpc/client": "^10.18.0",
"@trpc/next": "^10.18.0",
"@trpc/react-query": "^10.18.0",
"@trpc/server": "^10.18.0",
"axios": "^1.3.4",
"class-variance-authority": "^0.5.1",
"@tremor/react": "^2.1.0",
"@trpc/client": "^10.19.1",
"@trpc/next": "^10.19.1",
"@trpc/react-query": "^10.19.1",
"@trpc/server": "^10.19.1",
"axios": "^1.3.5",
"class-variance-authority": "^0.5.2",
"clsx": "^1.2.1",
"fast-xml-parser": "^4.1.3",
"fast-xml-parser": "^4.2.0",
"form-data": "^4.0.0",
"formik": "^2.2.9",
"framer-motion": "^10.10.0",
"framer-motion": "^10.11.5",
"fuse.js": "^6.6.2",
"lucide-react": "^0.129.0",
"next": "13.2.4",
"next-auth": "^4.21.0",
"lucide-react": "^0.139.0",
"next": "13.3.0",
"next-auth": "^4.22.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-responsive": "^9.0.2",
"superjson": "1.12.2",
"tailwind-merge": "^1.11.0",
"tailwind-merge": "^1.12.0",
"tailwindcss-animate": "^1.0.5",
"uuid": "^9.0.0",
"xmlbuilder": "^15.1.1",
Expand All @@ -59,21 +59,21 @@
"@codedependant/semantic-release-docker": "^4.3.0",
"@types/node": "^18.15.11",
"@types/prettier": "^2.7.2",
"@types/react": "^18.0.32",
"@types/react": "^18.0.34",
"@types/react-dom": "^18.0.11",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.37.0",
"eslint-config-next": "13.2.4",
"eslint": "^8.38.0",
"eslint-config-next": "13.3.0",
"eslint-plugin-node": "^11.1.0",
"postcss": "^8.4.21",
"prettier": "^2.8.7",
"prettier-plugin-tailwindcss": "^0.2.6",
"prettier-plugin-tailwindcss": "^0.2.7",
"tailwindcss": "^3.3.1",
"typescript": "^5.0.3",
"semantic-release": "^21.0.0",
"typescript": "^5.0.4",
"semantic-release": "^21.0.1",
"@ryansonshine/cz-conventional-changelog": "^3.3.4",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
Expand Down Expand Up @@ -154,8 +154,5 @@
"bugs": {
"url": "https://github.com/lukesthl/fritz-ui/issues"
},
"homepage": "https://github.com/lukesthl/fritz-ui#readme",
"ct3aMetadata": {
"initVersion": "7.3.2"
}
"homepage": "https://github.com/lukesthl/fritz-ui#readme"
}
Loading

0 comments on commit db86baf

Please sign in to comment.