Skip to content

Commit

Permalink
Merge pull request #17 from Mozart409/feature/upgrade-deps-2
Browse files Browse the repository at this point in the history
chore: ⬆️ update dependencies and add new commands to package…
  • Loading branch information
Mozart409 authored Nov 12, 2024
2 parents 0b3062e + b11ef33 commit 3a43401
Show file tree
Hide file tree
Showing 2 changed files with 149 additions and 150 deletions.
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,26 @@
"lint": "biome check --write ./app",
"start": "remix-serve ./build/server/index.js",
"typecheck": "tsc",
"up": "docker compose up -d",
"up": "docker compose up -d --build --remove-orphans",
"watch": "docker compose watch",
"down": "docker compose down",
"postinstall": "if [ \"$NODE_ENV\" = 'development' ]; then lefthook install; fi"
},
"dependencies": {
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-navigation-menu": "^1.2.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.2.2",
"@remix-run/node": "^2.13.1",
"@remix-run/react": "^2.13.1",
"@remix-run/serve": "^2.13.1",
"@remix-run/node": "^2.14.0",
"@remix-run/react": "^2.14.0",
"@remix-run/serve": "^2.14.0",
"@types/invariant": "^2.2.37",
"build": "^0.1.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"invariant": "^2.2.4",
"isbot": "^5.1.17",
"lucide-react": "^0.454.0",
"lucide-react": "^0.456.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"remix-themes": "^1.5.1",
Expand All @@ -39,15 +40,15 @@
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@remix-run/dev": "^2.13.1",
"@remix-run/dev": "^2.14.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.20",
"lefthook": "^1.8.1",
"lefthook": "^1.8.2",
"remix-development-tools": "^4.7.6",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vite": "^5.4.11",
"vite-tsconfig-paths": "^5.1.2"
},
"engines": {
Expand Down
Loading

0 comments on commit 3a43401

Please sign in to comment.