Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
marekzelinka committed Feb 4, 2025
1 parent 002b27f commit 9025b1a
Show file tree
Hide file tree
Showing 3 changed files with 2,439 additions and 6,109 deletions.
84 changes: 0 additions & 84 deletions .eslintrc.cjs

This file was deleted.

76 changes: 33 additions & 43 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,71 +7,61 @@
"dev": "react-router dev",
"start": "react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc --noEmit",
"lint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .",
"format": "prettier . --write"
},
"dependencies": {
"@conform-to/react": "^1.2.2",
"@conform-to/zod": "^1.2.2",
"@epic-web/invariant": "^1.0.0",
"@epic-web/remember": "^1.1.0",
"@prisma/client": "^6.0.1",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@prisma/client": "^6.3.1",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.5",
"@radix-ui/react-dropdown-menu": "^2.1.5",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-scroll-area": "^1.2.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.4",
"@react-router/node": "^7.0.2",
"@react-router/serve": "^7.0.2",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-scroll-area": "^1.2.2",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-toggle": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.7",
"@react-router/node": "^7.1.5",
"@react-router/serve": "^7.1.5",
"bcryptjs": "^2.4.3",
"class-variance-authority": "^0.7.1",
"cva": "1.0.0-beta.1",
"date-fns": "^4.1.0",
"isbot": "^5.1.17",
"lucide-react": "^0.468.0",
"isbot": "^5.1.22",
"lucide-react": "^0.474.0",
"match-sorter": "^8.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hotkeys-hook": "^4.6.1",
"react-router": "^7.0.2",
"react-router": "^7.1.5",
"sort-by": "^1.2.0",
"spin-delay": "^2.0.1",
"tailwind-merge": "^2.5.5",
"tailwind-merge": "^3.0.1",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8"
"zod": "^3.24.1"
},
"devDependencies": {
"@flydotio/dockerfile": "^0.5.9",
"@react-router/dev": "^7.0.2",
"@react-router/fs-routes": "^7.0.2",
"@flydotio/dockerfile": "^0.7.4",
"@react-router/dev": "^7.1.5",
"@react-router/fs-routes": "^7.1.5",
"@types/bcryptjs": "^2.4.6",
"@types/node": "^22.10.1",
"@types/react": "^18.3.13",
"@types/react-dom": "^18.3.1",
"@types/node": "^22.13.1",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@types/sort-by": "^1.2.3",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^4.6.2",
"postcss": "^8.4.49",
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.9",
"prisma": "^6.0.1",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite-tsconfig-paths": "^4.3.2"
},
"packageManager": "[email protected]+sha512.c8180b3fbe4e4bca02c94234717896b5529740a6cbadf19fa78254270403ea2f27d4e1d46a08a0f56c89b63dc8ebfd3ee53326da720273794e6200fcf0d184ab"
"prettier-plugin-tailwindcss": "^0.6.11",
"prisma": "^6.3.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
"vite": "^6.0.11",
"vite-tsconfig-paths": "^5.1.4"
}
}
Loading

0 comments on commit 9025b1a

Please sign in to comment.