Skip to content

Commit

Permalink
Upgraded packages
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelschwobe committed Nov 23, 2023
1 parent deb2444 commit 4e707c5
Show file tree
Hide file tree
Showing 3 changed files with 430 additions and 430 deletions.
30 changes: 16 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
"e2e:dev": "playwright test --ui",
"format": "prettier --ignore-unknown --write .",
"lint": "eslint --ext=.js,.jsx,.ts,.tsx .",
"setup": "pnpm install && pnpm run build && prisma generate && prisma migrate deploy && prisma db seed && playwright install",
"setup": "pnpm install && playwright install && pnpm run build && prisma generate && prisma migrate deploy && pnpm run seed:min",
"seed": "prisma db seed",
"seed:min": "MINIMAL_SEED=true prisma db seed",
"start": "remix-serve ./build/index.js",
"start:mocks": "MOCKS=true remix-serve ./build/index.js",
"studio": "prisma studio",
Expand All @@ -41,10 +43,10 @@
"@prisma/client": "^5.6.0",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-select": "^1.2.2",
"@remix-run/css-bundle": "^2.3.0",
"@remix-run/node": "^2.3.0",
"@remix-run/react": "^2.3.0",
"@remix-run/serve": "^2.3.0",
"@remix-run/css-bundle": "^2.3.1",
"@remix-run/node": "^2.3.1",
"@remix-run/react": "^2.3.1",
"@remix-run/serve": "^2.3.1",
"@tanstack/react-table": "^8.10.7",
"bcryptjs": "^2.4.3",
"class-variance-authority": "^0.7.0",
Expand All @@ -56,16 +58,16 @@
"prisma": "^5.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sonner": "^1.2.0",
"sonner": "^1.2.2",
"tailwind-merge": "^1.14.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@faker-js/faker": "^8.3.1",
"@flydotio/dockerfile": "^0.4.10",
"@flydotio/dockerfile": "^0.4.11",
"@playwright/test": "^1.40.0",
"@remix-run/dev": "^2.3.0",
"@remix-run/eslint-config": "^2.3.0",
"@remix-run/dev": "^2.3.1",
"@remix-run/eslint-config": "^2.3.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.7",
Expand All @@ -76,9 +78,9 @@
"@total-typescript/ts-reset": "^0.4.2",
"@types/bcryptjs": "^2.4.6",
"@types/cookie": "^0.5.4",
"@types/node": "^20.9.1",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/node": "^20.9.4",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^4.2.0",
"@vitest/coverage-v8": "^0.34.6",
"@vitest/ui": "^0.34.6",
Expand All @@ -90,7 +92,7 @@
"prettier-plugin-tailwindcss": "^0.4.1",
"tailwindcss": "^3.3.5",
"tsx": "^3.14.0",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"vite": "^4.5.0",
"vite-tsconfig-paths": "^4.2.1",
"vitest": "^0.34.6"
Expand All @@ -103,4 +105,4 @@
"msw": {
"workerDirectory": "public"
}
}
}
Loading

0 comments on commit 4e707c5

Please sign in to comment.