Skip to content

Commit 3c1526a

Browse files
chore: update dependencies (#302)
1 parent e63be8d commit 3c1526a

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

package.json

+8-9
Original file line numberDiff line numberDiff line change
@@ -43,33 +43,32 @@
4343
"@testing-library/cypress": "^10.0.2",
4444
"@testing-library/jest-dom": "^6.5.0",
4545
"@types/bcryptjs": "^2.4.6",
46-
"@types/cookie": "^0.6.0",
4746
"@types/eslint": "^8.56.12",
48-
"@types/node": "^20.16.10",
47+
"@types/node": "^20.16.11",
4948
"@types/react": "^18.3.11",
50-
"@types/react-dom": "^18.3.0",
49+
"@types/react-dom": "^18.3.1",
5150
"@typescript-eslint/eslint-plugin": "^7.18.0",
5251
"@typescript-eslint/parser": "^7.18.0",
5352
"@vitejs/plugin-react": "^4.3.2",
5453
"@vitest/coverage-v8": "^2.1.2",
5554
"autoprefixer": "^10.4.20",
56-
"cookie": "^0.6.0",
55+
"cookie": "^1.0.1",
5756
"cross-env": "^7.0.3",
5857
"cypress": "^13.15.0",
5958
"eslint": "^8.57.1",
6059
"eslint-config-prettier": "^9.1.0",
6160
"eslint-import-resolver-typescript": "^3.6.3",
62-
"eslint-plugin-cypress": "^3.5.0",
63-
"eslint-plugin-import": "^2.30.0",
61+
"eslint-plugin-cypress": "^3.6.0",
62+
"eslint-plugin-import": "^2.31.0",
6463
"eslint-plugin-jest": "^28.8.3",
6564
"eslint-plugin-jest-dom": "^5.4.0",
6665
"eslint-plugin-jsx-a11y": "^6.10.0",
6766
"eslint-plugin-markdown": "^5.1.0",
6867
"eslint-plugin-react": "^7.37.1",
69-
"eslint-plugin-react-hooks": "^4.6.2",
68+
"eslint-plugin-react-hooks": "^5.0.0",
7069
"eslint-plugin-testing-library": "^6.3.0",
7170
"happy-dom": "^15.7.4",
72-
"msw": "^2.4.9",
71+
"msw": "^2.4.11",
7372
"npm-run-all2": "^6.2.3",
7473
"postcss": "^8.4.47",
7574
"prettier": "3.3.3",
@@ -78,7 +77,7 @@
7877
"start-server-and-test": "^2.0.8",
7978
"tailwindcss": "^3.4.13",
8079
"tsx": "^4.19.1",
81-
"typescript": "^5.6.2",
80+
"typescript": "^5.6.3",
8281
"vite": "^5.4.8",
8382
"vite-tsconfig-paths": "^5.0.1",
8483
"vitest": "^2.1.2"

0 commit comments

Comments
 (0)