|
3 | 3 | "private": true, |
4 | 4 | "sideEffects": false, |
5 | 5 | "scripts": { |
6 | | - "build": "run-s build:*", |
| 6 | + "build": "npm-run-all --sequential build:*", |
7 | 7 | "build:remix": "remix build", |
8 | 8 | "build:server": "esbuild --platform=node --format=cjs ./server.ts --outdir=build --bundle --external:fsevents", |
9 | | - "dev": "run-p dev:*", |
| 9 | + "dev": "npm-run-all --parallel dev:*", |
10 | 10 | "dev:server": "cross-env NODE_ENV=development npm run build:server -- --watch", |
11 | 11 | "dev:remix": "remix dev --manual -c \"node --require ./mocks --watch-path ./build/server.js --watch ./build/server.js\"", |
12 | 12 | "docker": "docker compose up -d", |
|
21 | 21 | "pretest:e2e:run": "npm run build", |
22 | 22 | "test:e2e:run": "cross-env PORT=8811 start-server-and-test start:mocks http://localhost:8811 \"npx cypress run\"", |
23 | 23 | "typecheck": "tsc && tsc -p cypress", |
24 | | - "validate": "run-p \"test -- --run\" lint typecheck test:e2e:run" |
| 24 | + "validate": "npm-run-all --parallel \"test -- --run\" lint typecheck test:e2e:run" |
25 | 25 | }, |
26 | | - "prettier": {}, |
27 | 26 | "eslintIgnore": [ |
28 | 27 | "/node_modules", |
29 | 28 | "/build", |
|
32 | 31 | ], |
33 | 32 | "dependencies": { |
34 | 33 | "@isaacs/express-prometheus-middleware": "^1.2.1", |
35 | | - "@prisma/client": "^4.16.2", |
| 34 | + "@prisma/client": "^5.19.1", |
36 | 35 | "@remix-run/css-bundle": "*", |
37 | 36 | "@remix-run/express": "*", |
38 | 37 | "@remix-run/node": "*", |
|
41 | 40 | "chokidar": "^3.6.0", |
42 | 41 | "compression": "^1.7.4", |
43 | 42 | "cross-env": "^7.0.3", |
44 | | - "express": "^4.19.2", |
45 | | - "isbot": "^4.4.0", |
| 43 | + "express": "^4.20.0", |
| 44 | + "isbot": "^5.1.17", |
46 | 45 | "morgan": "^1.10.0", |
47 | | - "prom-client": "^15.1.2", |
| 46 | + "prom-client": "^15.1.3", |
48 | 47 | "react": "^18.3.1", |
49 | 48 | "react-dom": "^18.3.1", |
50 | 49 | "source-map-support": "^0.5.21", |
51 | 50 | "tiny-invariant": "^1.3.3" |
52 | 51 | }, |
53 | 52 | "devDependencies": { |
54 | | - "@faker-js/faker": "^8.4.1", |
| 53 | + "@faker-js/faker": "^9.0.0", |
55 | 54 | "@remix-run/dev": "*", |
56 | | - "@testing-library/cypress": "^10.0.1", |
57 | | - "@testing-library/jest-dom": "^6.4.2", |
| 55 | + "@testing-library/cypress": "^10.0.2", |
| 56 | + "@testing-library/jest-dom": "^6.5.0", |
58 | 57 | "@types/bcryptjs": "^2.4.6", |
59 | 58 | "@types/compression": "^1.7.5", |
60 | 59 | "@types/cookie": "^0.6.0", |
61 | | - "@types/eslint": "^8.56.10", |
| 60 | + "@types/eslint": "^8.56.12", |
62 | 61 | "@types/express": "^4.17.21", |
63 | 62 | "@types/morgan": "^1.9.9", |
64 | | - "@types/node": "^18.19.31", |
65 | | - "@types/react": "^18.3.1", |
| 63 | + "@types/node": "^20.16.5", |
| 64 | + "@types/react": "^18.3.5", |
66 | 65 | "@types/react-dom": "^18.3.0", |
67 | 66 | "@types/source-map-support": "^0.5.10", |
68 | | - "@typescript-eslint/eslint-plugin": "^6.21.0", |
69 | | - "@typescript-eslint/parser": "^6.21.0", |
70 | | - "@vitejs/plugin-react": "^4.2.1", |
71 | | - "@vitest/coverage-v8": "^1.5.3", |
72 | | - "autoprefixer": "^10.4.19", |
| 67 | + "@typescript-eslint/eslint-plugin": "^7.18.0", |
| 68 | + "@typescript-eslint/parser": "^7.18.0", |
| 69 | + "@vitejs/plugin-react": "^4.3.1", |
| 70 | + "@vitest/coverage-v8": "^2.0.5", |
| 71 | + "autoprefixer": "^10.4.20", |
73 | 72 | "cookie": "^0.6.0", |
74 | | - "cypress": "^13.8.1", |
| 73 | + "cypress": "^13.14.2", |
75 | 74 | "dotenv": "^16.4.5", |
76 | | - "esbuild": "^0.20.2", |
| 75 | + "esbuild": "^0.23.1", |
77 | 76 | "eslint": "^8.57.0", |
78 | 77 | "eslint-config-prettier": "^9.1.0", |
79 | | - "eslint-import-resolver-typescript": "^3.6.1", |
80 | | - "eslint-plugin-cypress": "^2.15.2", |
81 | | - "eslint-plugin-import": "^2.29.1", |
82 | | - "eslint-plugin-jest": "^27.9.0", |
| 78 | + "eslint-import-resolver-typescript": "^3.6.3", |
| 79 | + "eslint-plugin-cypress": "^3.5.0", |
| 80 | + "eslint-plugin-import": "^2.30.0", |
| 81 | + "eslint-plugin-jest": "^28.8.3", |
83 | 82 | "eslint-plugin-jest-dom": "^5.4.0", |
84 | | - "eslint-plugin-jsx-a11y": "^6.8.0", |
85 | | - "eslint-plugin-markdown": "^3.0.1", |
86 | | - "eslint-plugin-react": "^7.34.1", |
| 83 | + "eslint-plugin-jsx-a11y": "^6.10.0", |
| 84 | + "eslint-plugin-markdown": "^5.1.0", |
| 85 | + "eslint-plugin-react": "^7.35.2", |
87 | 86 | "eslint-plugin-react-hooks": "^4.6.2", |
88 | | - "eslint-plugin-testing-library": "^6.2.2", |
89 | | - "happy-dom": "^14.7.1", |
90 | | - "msw": "^2.2.14", |
91 | | - "npm-run-all": "^4.1.5", |
92 | | - "postcss": "^8.4.38", |
93 | | - "prettier": "3.2.5", |
94 | | - "prettier-plugin-tailwindcss": "^0.5.14", |
95 | | - "prisma": "^4.16.2", |
96 | | - "start-server-and-test": "^2.0.3", |
97 | | - "tailwindcss": "^3.4.3", |
| 87 | + "eslint-plugin-testing-library": "^6.3.0", |
| 88 | + "happy-dom": "^15.7.3", |
| 89 | + "msw": "^2.4.4", |
| 90 | + "npm-run-all2": "^6.2.2", |
| 91 | + "postcss": "^8.4.45", |
| 92 | + "prettier": "3.3.3", |
| 93 | + "prettier-plugin-tailwindcss": "^0.6.6", |
| 94 | + "prisma": "^5.19.1", |
| 95 | + "start-server-and-test": "^2.0.7", |
| 96 | + "tailwindcss": "^3.4.10", |
98 | 97 | "ts-node": "^10.9.2", |
99 | 98 | "tsconfig-paths": "^4.2.0", |
100 | | - "typescript": "^5.4.5", |
101 | | - "vite": "^5.2.11", |
| 99 | + "typescript": "^5.6.2", |
| 100 | + "vite": "^5.4.3", |
102 | 101 | "vite-tsconfig-paths": "^4.3.2", |
103 | | - "vitest": "^1.5.3" |
| 102 | + "vitest": "^2.0.5" |
104 | 103 | }, |
105 | 104 | "engines": { |
106 | 105 | "node": ">=18.0.0" |
|
0 commit comments