Skip to content

Commit

Permalink
chore: bump version and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshPatel5940 committed May 13, 2024
1 parent d20a9b7 commit b4b899d
Show file tree
Hide file tree
Showing 2 changed files with 249 additions and 249 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ezms-frontend",
"private": true,
"version": "0.0.0",
"version": "1.0.0",
"type": "module",
"scripts": {
"start": "vite start",
Expand All @@ -23,31 +23,31 @@
"clsx": "^2.1.1",
"geist": "^1.3.0",
"localforage": "^1.10.0",
"lucide-react": "^0.376.0",
"lucide-react": "^0.378.0",
"match-sorter": "^6.3.4",
"next-themes": "^0.3.0",
"nookies": "^2.5.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.1.0",
"react-router": "^6.23.0",
"react-router-dom": "^6.23.0",
"react-icons": "^5.2.1",
"react-router": "^6.23.1",
"react-router-dom": "^6.23.1",
"sonner": "^1.4.41",
"sort-by": "^1.2.0",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@biomejs/biome": "1.7.1",
"@types/node": "^20.12.7",
"@types/react": "^18.3.1",
"@biomejs/biome": "1.7.3",
"@types/node": "^20.12.11",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"vite": "^5.2.10"
"vite": "^5.2.11"
},
"pnpm": {
"overrides": {
Expand Down
Loading

0 comments on commit b4b899d

Please sign in to comment.