Skip to content

Commit 8200285

Browse files
chore: update dependencies (#304)
1 parent 3c1526a commit 8200285

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

package.json

+28-28
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"/public/build"
2727
],
2828
"dependencies": {
29-
"@prisma/client": "^5.20.0",
29+
"@prisma/client": "^5.22.0",
3030
"@remix-run/css-bundle": "*",
3131
"@remix-run/node": "*",
3232
"@remix-run/react": "*",
@@ -38,49 +38,49 @@
3838
"tiny-invariant": "^1.3.3"
3939
},
4040
"devDependencies": {
41-
"@faker-js/faker": "^9.0.3",
41+
"@faker-js/faker": "^9.2.0",
4242
"@remix-run/dev": "*",
4343
"@testing-library/cypress": "^10.0.2",
44-
"@testing-library/jest-dom": "^6.5.0",
44+
"@testing-library/jest-dom": "^6.6.3",
4545
"@types/bcryptjs": "^2.4.6",
4646
"@types/eslint": "^8.56.12",
47-
"@types/node": "^20.16.11",
48-
"@types/react": "^18.3.11",
47+
"@types/node": "^22.9.3",
48+
"@types/react": "^18.3.12",
4949
"@types/react-dom": "^18.3.1",
50-
"@typescript-eslint/eslint-plugin": "^7.18.0",
51-
"@typescript-eslint/parser": "^7.18.0",
52-
"@vitejs/plugin-react": "^4.3.2",
53-
"@vitest/coverage-v8": "^2.1.2",
50+
"@typescript-eslint/eslint-plugin": "^8.15.0",
51+
"@typescript-eslint/parser": "^8.15.0",
52+
"@vitejs/plugin-react": "^4.3.3",
53+
"@vitest/coverage-v8": "^2.1.5",
5454
"autoprefixer": "^10.4.20",
55-
"cookie": "^1.0.1",
55+
"cookie": "^1.0.2",
5656
"cross-env": "^7.0.3",
57-
"cypress": "^13.15.0",
57+
"cypress": "^13.16.0",
5858
"eslint": "^8.57.1",
5959
"eslint-config-prettier": "^9.1.0",
6060
"eslint-import-resolver-typescript": "^3.6.3",
6161
"eslint-plugin-cypress": "^3.6.0",
6262
"eslint-plugin-import": "^2.31.0",
63-
"eslint-plugin-jest": "^28.8.3",
64-
"eslint-plugin-jest-dom": "^5.4.0",
65-
"eslint-plugin-jsx-a11y": "^6.10.0",
63+
"eslint-plugin-jest": "^28.9.0",
64+
"eslint-plugin-jest-dom": "^5.5.0",
65+
"eslint-plugin-jsx-a11y": "^6.10.2",
6666
"eslint-plugin-markdown": "^5.1.0",
67-
"eslint-plugin-react": "^7.37.1",
67+
"eslint-plugin-react": "^7.37.2",
6868
"eslint-plugin-react-hooks": "^5.0.0",
69-
"eslint-plugin-testing-library": "^6.3.0",
70-
"happy-dom": "^15.7.4",
71-
"msw": "^2.4.11",
72-
"npm-run-all2": "^6.2.3",
73-
"postcss": "^8.4.47",
69+
"eslint-plugin-testing-library": "^7.0.0",
70+
"happy-dom": "^15.11.6",
71+
"msw": "^2.6.6",
72+
"npm-run-all2": "^7.0.1",
73+
"postcss": "^8.4.49",
7474
"prettier": "3.3.3",
75-
"prettier-plugin-tailwindcss": "^0.6.8",
76-
"prisma": "^5.20.0",
75+
"prettier-plugin-tailwindcss": "^0.6.9",
76+
"prisma": "^5.22.0",
7777
"start-server-and-test": "^2.0.8",
78-
"tailwindcss": "^3.4.13",
79-
"tsx": "^4.19.1",
80-
"typescript": "^5.6.3",
81-
"vite": "^5.4.8",
82-
"vite-tsconfig-paths": "^5.0.1",
83-
"vitest": "^2.1.2"
78+
"tailwindcss": "^3.4.15",
79+
"tsx": "^4.19.2",
80+
"typescript": "^5.7.2",
81+
"vite": "^5.4.11",
82+
"vite-tsconfig-paths": "^5.1.3",
83+
"vitest": "^2.1.5"
8484
},
8585
"engines": {
8686
"node": ">=18.0.0"

0 commit comments

Comments
 (0)