Skip to content

Commit

Permalink
Small design improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
kuchta committed Dec 2, 2023
1 parent b911d1a commit 4d2adbb
Show file tree
Hide file tree
Showing 4 changed files with 179 additions and 193 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,24 @@
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20.10.0",
"@types/react": "^18.2.38",
"@types/node": "^20.10.2",
"@types/react": "^18.2.40",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@vitejs/plugin-react": "^4.2.0",
"autoprefixer": "^10.4.16",
"daisyui": "^4.4.9",
"eslint": "^8.54.0",
"daisyui": "^4.4.17",
"eslint": "^8.55.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-react-hooks": "0.0.0-experimental-c17a27ef4-20231127",
"eslint-plugin-react-hooks": "4.6.0",
"postcss": "^8.4.31",
"react": "0.0.0-experimental-c17a27ef4-20231127",
"react-dom": "0.0.0-experimental-c17a27ef4-20231127",
"react-router-dom": "^6.20.0",
"react-router-dom": "^6.20.1",
"tailwindcss": "^3.3.5",
"tsx": "^4.5.0",
"tsx": "^4.6.1",
"typescript": "^5.3.2",
"vite": "^5.0.2"
"vite": "^5.0.4"
}
}
Loading

0 comments on commit 4d2adbb

Please sign in to comment.