Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit b050c90

Browse files
chore: update dependencies (#247)
1 parent 6800a46 commit b050c90

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
],
3232
"dependencies": {
3333
"@isaacs/express-prometheus-middleware": "^1.2.1",
34-
"@prisma/client": "^5.19.1",
34+
"@prisma/client": "^5.20.0",
3535
"@remix-run/css-bundle": "*",
3636
"@remix-run/express": "*",
3737
"@remix-run/node": "*",
@@ -40,7 +40,7 @@
4040
"chokidar": "^3.6.0",
4141
"compression": "^1.7.4",
4242
"cross-env": "^7.0.3",
43-
"express": "^4.20.0",
43+
"express": "^4.21.0",
4444
"isbot": "^5.1.17",
4545
"morgan": "^1.10.0",
4646
"prom-client": "^15.1.3",
@@ -50,7 +50,7 @@
5050
"tiny-invariant": "^1.3.3"
5151
},
5252
"devDependencies": {
53-
"@faker-js/faker": "^9.0.0",
53+
"@faker-js/faker": "^9.0.3",
5454
"@remix-run/dev": "*",
5555
"@testing-library/cypress": "^10.0.2",
5656
"@testing-library/jest-dom": "^6.5.0",
@@ -60,20 +60,20 @@
6060
"@types/eslint": "^8.56.12",
6161
"@types/express": "^4.17.21",
6262
"@types/morgan": "^1.9.9",
63-
"@types/node": "^20.16.5",
64-
"@types/react": "^18.3.5",
63+
"@types/node": "^20.16.10",
64+
"@types/react": "^18.3.11",
6565
"@types/react-dom": "^18.3.0",
6666
"@types/source-map-support": "^0.5.10",
6767
"@typescript-eslint/eslint-plugin": "^7.18.0",
6868
"@typescript-eslint/parser": "^7.18.0",
69-
"@vitejs/plugin-react": "^4.3.1",
70-
"@vitest/coverage-v8": "^2.0.5",
69+
"@vitejs/plugin-react": "^4.3.2",
70+
"@vitest/coverage-v8": "^2.1.2",
7171
"autoprefixer": "^10.4.20",
7272
"cookie": "^0.6.0",
73-
"cypress": "^13.14.2",
73+
"cypress": "^13.15.0",
7474
"dotenv": "^16.4.5",
75-
"esbuild": "^0.23.1",
76-
"eslint": "^8.57.0",
75+
"esbuild": "^0.24.0",
76+
"eslint": "^8.57.1",
7777
"eslint-config-prettier": "^9.1.0",
7878
"eslint-import-resolver-typescript": "^3.6.3",
7979
"eslint-plugin-cypress": "^3.5.0",
@@ -82,23 +82,23 @@
8282
"eslint-plugin-jest-dom": "^5.4.0",
8383
"eslint-plugin-jsx-a11y": "^6.10.0",
8484
"eslint-plugin-markdown": "^5.1.0",
85-
"eslint-plugin-react": "^7.35.2",
85+
"eslint-plugin-react": "^7.37.1",
8686
"eslint-plugin-react-hooks": "^4.6.2",
8787
"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",
88+
"happy-dom": "^15.7.4",
89+
"msw": "^2.4.9",
90+
"npm-run-all2": "^6.2.3",
91+
"postcss": "^8.4.47",
9292
"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",
93+
"prettier-plugin-tailwindcss": "^0.6.8",
94+
"prisma": "^5.20.0",
95+
"start-server-and-test": "^2.0.8",
96+
"tailwindcss": "^3.4.13",
9797
"tsx": "^4.19.1",
9898
"typescript": "^5.6.2",
99-
"vite": "^5.4.3",
99+
"vite": "^5.4.8",
100100
"vite-tsconfig-paths": "^4.3.2",
101-
"vitest": "^2.0.5"
101+
"vitest": "^2.1.2"
102102
},
103103
"engines": {
104104
"node": ">=18.0.0"

remix.init/package.json

Lines changed: 1 addition & 1 deletion
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.2.0",
8+
"@npmcli/package-json": "^5.2.1",
99
"semver": "^7.6.3"
1010
}
1111
}

0 commit comments

Comments
 (0)