Skip to content

Commit b4d5c9c

Browse files
chore: update dependencies (#299)
1 parent 7ebeacc commit b4d5c9c

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

package.json

+20-20
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"/public/build"
2727
],
2828
"dependencies": {
29-
"@prisma/client": "^5.19.1",
29+
"@prisma/client": "^5.20.0",
3030
"@remix-run/css-bundle": "*",
3131
"@remix-run/node": "*",
3232
"@remix-run/react": "*",
@@ -38,25 +38,25 @@
3838
"tiny-invariant": "^1.3.3"
3939
},
4040
"devDependencies": {
41-
"@faker-js/faker": "^9.0.0",
41+
"@faker-js/faker": "^9.0.3",
4242
"@remix-run/dev": "*",
4343
"@testing-library/cypress": "^10.0.2",
4444
"@testing-library/jest-dom": "^6.5.0",
4545
"@types/bcryptjs": "^2.4.6",
4646
"@types/cookie": "^0.6.0",
4747
"@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",
5050
"@types/react-dom": "^18.3.0",
5151
"@typescript-eslint/eslint-plugin": "^7.18.0",
5252
"@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",
5555
"autoprefixer": "^10.4.20",
5656
"cookie": "^0.6.0",
5757
"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",
6060
"eslint-config-prettier": "^9.1.0",
6161
"eslint-import-resolver-typescript": "^3.6.3",
6262
"eslint-plugin-cypress": "^3.5.0",
@@ -65,23 +65,23 @@
6565
"eslint-plugin-jest-dom": "^5.4.0",
6666
"eslint-plugin-jsx-a11y": "^6.10.0",
6767
"eslint-plugin-markdown": "^5.1.0",
68-
"eslint-plugin-react": "^7.35.2",
68+
"eslint-plugin-react": "^7.37.1",
6969
"eslint-plugin-react-hooks": "^4.6.2",
7070
"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",
7575
"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",
8181
"typescript": "^5.6.2",
82-
"vite": "^5.4.3",
82+
"vite": "^5.4.8",
8383
"vite-tsconfig-paths": "^5.0.1",
84-
"vitest": "^2.0.5"
84+
"vitest": "^2.1.2"
8585
},
8686
"engines": {
8787
"node": ">=18.0.0"

remix.init/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"dependencies": {
77
"@iarna/toml": "^2.2.5",
8-
"@npmcli/package-json": "^5.1.0",
9-
"semver": "^7.6.0"
8+
"@npmcli/package-json": "^5.2.1",
9+
"semver": "^7.6.3"
1010
}
1111
}

0 commit comments

Comments
 (0)