Skip to content

Commit

Permalink
should've fixed frozen lockfile issues on cf
Browse files Browse the repository at this point in the history
  • Loading branch information
parchinski committed Oct 24, 2024
1 parent 37c3821 commit 0d1b740
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Binary file modified bun.lockb
Binary file not shown.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
"typecheck": "tsc"
},
"dependencies": {
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "1.3.0",
"@radix-ui/react-slot": "1.0.2",
"@remix-run/cloudflare": "^2.13.1",
"@remix-run/cloudflare-pages": "^2.13.1",
"@remix-run/express": "^2.13.1",
"@remix-run/react": "^2.13.1",
"@remix-run/serve": "^2.13.1",
"@remix-run/cloudflare": "^2.12.0",
"@remix-run/cloudflare-pages": "^2.12.0",
"@remix-run/express": "^2.12.0",
"@remix-run/react": "^2.12.0",
"@remix-run/serve": "^2.12.0",
"@unpic/react": "^0.1.14",
"class-variance-authority": "0.7.0",
"clsx": "2.1.0",
Expand All @@ -35,7 +35,7 @@
},
"devDependencies": {
"@biomejs/biome": "1.5.3",
"@remix-run/dev": "^2.13.1",
"@remix-run/dev": "^2.12.0",
"@tailwindcss/typography": "0.5.10",
"@types/node": "20.11.19",
"@types/react": "18.2.56",
Expand All @@ -45,7 +45,7 @@
"postcss": "8.4.35",
"tailwindcss": "3.4.1",
"typescript": "5.3.3",
"vite": "^5.4.10",
"vite": "^5.4.7",
"vite-env-only": "2.2.0",
"vite-tsconfig-paths": "4.3.1",
"wrangler": "3.28.4"
Expand Down

0 comments on commit 0d1b740

Please sign in to comment.