|
3 | 3 | "sideEffects": false,
|
4 | 4 | "scripts": {
|
5 | 5 | "build": "remix build",
|
6 |
| - "dev": "cross-env NODE_ENV=development binode --require ./mocks -- @remix-run/dev:remix dev", |
| 6 | + "dev": "remix dev -c \"npm run dev:serve\"", |
| 7 | + "dev:serve": "binode --require ./mocks -- @remix-run/serve:remix-serve ./build", |
7 | 8 | "format": "prettier --write .",
|
8 | 9 | "lint": "eslint --cache --cache-location ./node_modules/.cache/eslint .",
|
9 | 10 | "setup": "prisma generate && prisma migrate deploy && prisma db seed",
|
|
23 | 24 | "/public/build"
|
24 | 25 | ],
|
25 | 26 | "dependencies": {
|
26 |
| - "@prisma/client": "^4.13.0", |
| 27 | + "@prisma/client": "^4.16.2", |
| 28 | + "@remix-run/css-bundle": "*", |
27 | 29 | "@remix-run/node": "*",
|
28 | 30 | "@remix-run/react": "*",
|
29 | 31 | "@remix-run/serve": "*",
|
30 | 32 | "bcryptjs": "^2.4.3",
|
31 |
| - "isbot": "^3.6.10", |
| 33 | + "isbot": "^3.6.13", |
32 | 34 | "marked": "^4.3.0",
|
33 | 35 | "react": "^18.2.0",
|
34 | 36 | "react-dom": "^18.2.0",
|
35 | 37 | "tiny-invariant": "^1.3.1"
|
36 | 38 | },
|
37 | 39 | "devDependencies": {
|
38 |
| - "@faker-js/faker": "^7.6.0", |
39 |
| - "@remix-run/css-bundle": "*", |
| 40 | + "@faker-js/faker": "^8.0.2", |
40 | 41 | "@remix-run/dev": "*",
|
41 | 42 | "@remix-run/eslint-config": "*",
|
42 | 43 | "@testing-library/cypress": "^9.0.0",
|
43 |
| - "@testing-library/jest-dom": "^5.16.5", |
44 |
| - "@testing-library/react": "^14.0.0", |
45 |
| - "@testing-library/user-event": "^14.4.3", |
| 44 | + "@testing-library/jest-dom": "^5.17.0", |
46 | 45 | "@types/bcryptjs": "^2.4.2",
|
47 |
| - "@types/eslint": "^8.37.0", |
48 |
| - "@types/marked": "^4.3.0", |
49 |
| - "@types/node": "^18.16.5", |
50 |
| - "@types/react": "^18.2.6", |
51 |
| - "@types/react-dom": "^18.2.4", |
52 |
| - "@vitejs/plugin-react": "^3.1.0", |
53 |
| - "@vitest/coverage-c8": "^0.31.0", |
54 |
| - "autoprefixer": "^10.4.14", |
| 46 | + "@types/eslint": "^8.44.2", |
| 47 | + "@types/marked": "^4.3.1", |
| 48 | + "@types/node": "^18.17.5", |
| 49 | + "@types/react": "^18.2.20", |
| 50 | + "@types/react-dom": "^18.2.7", |
| 51 | + "@vitejs/plugin-react": "^4.0.4", |
| 52 | + "@vitest/coverage-v8": "^0.34.1", |
| 53 | + "autoprefixer": "^10.4.15", |
55 | 54 | "binode": "^1.0.5",
|
56 |
| - "c8": "^7.13.0", |
57 | 55 | "cookie": "^0.5.0",
|
58 | 56 | "cross-env": "^7.0.3",
|
59 |
| - "cypress": "^12.10.0", |
60 |
| - "eslint": "^8.40.0", |
61 |
| - "eslint-config-prettier": "^8.8.0", |
62 |
| - "eslint-plugin-cypress": "^2.13.3", |
63 |
| - "happy-dom": "^9.8.0", |
64 |
| - "msw": "^1.2.1", |
| 57 | + "cypress": "^12.17.3", |
| 58 | + "eslint": "^8.47.0", |
| 59 | + "eslint-config-prettier": "^8.10.0", |
| 60 | + "eslint-plugin-cypress": "^2.14.0", |
| 61 | + "happy-dom": "^10.9.0", |
| 62 | + "msw": "^1.2.3", |
65 | 63 | "npm-run-all": "^4.1.5",
|
66 |
| - "postcss": "^8.4.23", |
67 |
| - "prettier": "2.8.8", |
68 |
| - "prettier-plugin-tailwindcss": "^0.2.8", |
69 |
| - "prisma": "^4.13.0", |
| 64 | + "postcss": "^8.4.27", |
| 65 | + "prettier": "3.0.1", |
| 66 | + "prettier-plugin-tailwindcss": "^0.5.2", |
| 67 | + "prisma": "^4.16.2", |
70 | 68 | "start-server-and-test": "^2.0.0",
|
71 |
| - "tailwindcss": "^3.3.2", |
| 69 | + "tailwindcss": "^3.3.3", |
72 | 70 | "ts-node": "^10.9.1",
|
73 | 71 | "tsconfig-paths": "^4.2.0",
|
74 |
| - "typescript": "^5.0.4", |
75 |
| - "vite": "^4.3.5", |
| 72 | + "typescript": "^5.1.6", |
| 73 | + "vite": "^4.4.9", |
76 | 74 | "vite-tsconfig-paths": "^3.6.0",
|
77 |
| - "vitest": "^0.31.0" |
| 75 | + "vitest": "^0.34.1" |
78 | 76 | },
|
79 | 77 | "engines": {
|
80 | 78 | "node": ">=14"
|
|
0 commit comments