|
26 | 26 | "/public/build" |
27 | 27 | ], |
28 | 28 | "dependencies": { |
29 | | - "@prisma/client": "^5.19.1", |
| 29 | + "@prisma/client": "^5.20.0", |
30 | 30 | "@remix-run/css-bundle": "*", |
31 | 31 | "@remix-run/node": "*", |
32 | 32 | "@remix-run/react": "*", |
|
38 | 38 | "tiny-invariant": "^1.3.3" |
39 | 39 | }, |
40 | 40 | "devDependencies": { |
41 | | - "@faker-js/faker": "^9.0.0", |
| 41 | + "@faker-js/faker": "^9.0.3", |
42 | 42 | "@remix-run/dev": "*", |
43 | 43 | "@testing-library/cypress": "^10.0.2", |
44 | 44 | "@testing-library/jest-dom": "^6.5.0", |
45 | 45 | "@types/bcryptjs": "^2.4.6", |
46 | 46 | "@types/cookie": "^0.6.0", |
47 | 47 | "@types/eslint": "^8.56.12", |
48 | | - "@types/node": "^20.16.5", |
49 | | - "@types/react": "^18.3.5", |
| 48 | + "@types/node": "^20.16.10", |
| 49 | + "@types/react": "^18.3.11", |
50 | 50 | "@types/react-dom": "^18.3.0", |
51 | 51 | "@typescript-eslint/eslint-plugin": "^7.18.0", |
52 | 52 | "@typescript-eslint/parser": "^7.18.0", |
53 | | - "@vitejs/plugin-react": "^4.3.1", |
54 | | - "@vitest/coverage-v8": "^2.0.5", |
| 53 | + "@vitejs/plugin-react": "^4.3.2", |
| 54 | + "@vitest/coverage-v8": "^2.1.2", |
55 | 55 | "autoprefixer": "^10.4.20", |
56 | 56 | "cookie": "^0.6.0", |
57 | 57 | "cross-env": "^7.0.3", |
58 | | - "cypress": "^13.14.2", |
59 | | - "eslint": "^8.57.0", |
| 58 | + "cypress": "^13.15.0", |
| 59 | + "eslint": "^8.57.1", |
60 | 60 | "eslint-config-prettier": "^9.1.0", |
61 | 61 | "eslint-import-resolver-typescript": "^3.6.3", |
62 | 62 | "eslint-plugin-cypress": "^3.5.0", |
|
65 | 65 | "eslint-plugin-jest-dom": "^5.4.0", |
66 | 66 | "eslint-plugin-jsx-a11y": "^6.10.0", |
67 | 67 | "eslint-plugin-markdown": "^5.1.0", |
68 | | - "eslint-plugin-react": "^7.35.2", |
| 68 | + "eslint-plugin-react": "^7.37.1", |
69 | 69 | "eslint-plugin-react-hooks": "^4.6.2", |
70 | 70 | "eslint-plugin-testing-library": "^6.3.0", |
71 | | - "happy-dom": "^15.7.3", |
72 | | - "msw": "^2.4.4", |
73 | | - "npm-run-all2": "^6.2.2", |
74 | | - "postcss": "^8.4.45", |
| 71 | + "happy-dom": "^15.7.4", |
| 72 | + "msw": "^2.4.9", |
| 73 | + "npm-run-all2": "^6.2.3", |
| 74 | + "postcss": "^8.4.47", |
75 | 75 | "prettier": "3.3.3", |
76 | | - "prettier-plugin-tailwindcss": "^0.6.6", |
77 | | - "prisma": "^5.19.1", |
78 | | - "start-server-and-test": "^2.0.7", |
79 | | - "tailwindcss": "^3.4.10", |
80 | | - "tsx": "^4.19.0", |
| 76 | + "prettier-plugin-tailwindcss": "^0.6.8", |
| 77 | + "prisma": "^5.20.0", |
| 78 | + "start-server-and-test": "^2.0.8", |
| 79 | + "tailwindcss": "^3.4.13", |
| 80 | + "tsx": "^4.19.1", |
81 | 81 | "typescript": "^5.6.2", |
82 | | - "vite": "^5.4.3", |
| 82 | + "vite": "^5.4.8", |
83 | 83 | "vite-tsconfig-paths": "^5.0.1", |
84 | | - "vitest": "^2.0.5" |
| 84 | + "vitest": "^2.1.2" |
85 | 85 | }, |
86 | 86 | "engines": { |
87 | 87 | "node": ">=18.0.0" |
|
0 commit comments