Skip to content

Commit

Permalink
fix:conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Astalum committed Oct 6, 2024
1 parent bccc5f9 commit 26b7298
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Binary file modified bun.lockb
Binary file not shown.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-radio-group": "^1.2.1",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@remix-run/react": "^2.12.1",
"class-variance-authority": "^0.7.0",
Expand All @@ -36,7 +36,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"swr": "^2.2.5",
"tailwind-merge": "^2.5.2",
"tailwind-merge": "^2.5.3",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8"
},
Expand All @@ -45,8 +45,8 @@
"@firebase/rules-unit-testing": "^3.0.4",
"@remix-run/dev": "^2.12.1",
"@types/bun": "^1.1.10",
"@types/lodash": "^4.17.9",
"@types/react": "^18.3.10",
"@types/lodash": "^4.17.10",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"firebase-tools": "^13.20.2",
Expand All @@ -55,7 +55,7 @@
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.1.1"
"vitest": "^2.1.2"
},
"engines": {
"node": ">=20.0.0"
Expand Down

0 comments on commit 26b7298

Please sign in to comment.