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

Commit fcd4729

Browse files
chore: update dependencies (#192)
1 parent 3f7770e commit fcd4729

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -36,24 +36,24 @@
3636
"tiny-invariant": "^1.3.3"
3737
},
3838
"devDependencies": {
39-
"@faker-js/faker": "^9.0.0",
39+
"@faker-js/faker": "^9.0.3",
4040
"@remix-run/dev": "*",
4141
"@testing-library/cypress": "^10.0.2",
4242
"@testing-library/jest-dom": "^6.5.0",
4343
"@types/bcryptjs": "2.4.6",
4444
"@types/eslint": "^8.56.12",
45-
"@types/node": "^20.16.5",
46-
"@types/react": "^18.3.5",
45+
"@types/node": "^20.16.10",
46+
"@types/react": "^18.3.11",
4747
"@types/react-dom": "^18.3.0",
4848
"@typescript-eslint/eslint-plugin": "^7.18.0",
4949
"@typescript-eslint/parser": "^7.18.0",
50-
"@vitejs/plugin-react": "^4.3.1",
51-
"@vitest/coverage-v8": "^2.0.5",
50+
"@vitejs/plugin-react": "^4.3.2",
51+
"@vitest/coverage-v8": "^2.1.2",
5252
"autoprefixer": "^10.4.20",
5353
"cross-env": "^7.0.3",
54-
"cypress": "^13.14.2",
55-
"esbuild": "^0.23.1",
56-
"eslint": "^8.57.0",
54+
"cypress": "^13.15.0",
55+
"esbuild": "^0.24.0",
56+
"eslint": "^8.57.1",
5757
"eslint-config-prettier": "^9.1.0",
5858
"eslint-import-resolver-typescript": "^3.6.3",
5959
"eslint-plugin-cypress": "^3.5.0",
@@ -62,22 +62,22 @@
6262
"eslint-plugin-jest-dom": "^5.4.0",
6363
"eslint-plugin-jsx-a11y": "^6.10.0",
6464
"eslint-plugin-markdown": "^5.1.0",
65-
"eslint-plugin-react": "^7.35.2",
65+
"eslint-plugin-react": "^7.37.1",
6666
"eslint-plugin-react-hooks": "^4.6.2",
6767
"eslint-plugin-testing-library": "^6.3.0",
68-
"happy-dom": "^15.7.3",
68+
"happy-dom": "^15.7.4",
6969
"mock-aws-s3": "^4.0.2",
70-
"msw": "^2.4.4",
70+
"msw": "^2.4.9",
7171
"npm-run-all": "^4.1.5",
72-
"postcss": "^8.4.45",
72+
"postcss": "^8.4.47",
7373
"prettier": "3.3.3",
74-
"prettier-plugin-tailwindcss": "^0.6.6",
75-
"start-server-and-test": "^2.0.7",
76-
"tailwindcss": "^3.4.10",
74+
"prettier-plugin-tailwindcss": "^0.6.8",
75+
"start-server-and-test": "^2.0.8",
76+
"tailwindcss": "^3.4.13",
7777
"typescript": "^5.6.2",
78-
"vite": "^5.4.3",
78+
"vite": "^5.4.8",
7979
"vite-tsconfig-paths": "^4.3.2",
80-
"vitest": "^2.0.5"
80+
"vitest": "^2.1.2"
8181
},
8282
"engines": {
8383
"node": ">=18.0.0"

remix.init/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"@architect/utils": "^4.0.6",
88
"@npmcli/package-json": "^5.2.1",
99
"inquirer": "^8.2.6",
10-
"semver": "^7.6.2"
10+
"semver": "^7.6.3"
1111
}
1212
}

0 commit comments

Comments
 (0)