Skip to content

Commit e94b52d

Browse files
committed
update deps and prefer userEvent
1 parent 042bcfb commit e94b52d

File tree

3 files changed

+384
-296
lines changed

3 files changed

+384
-296
lines changed

package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -57,31 +57,31 @@
5757
"singleQuote": true
5858
},
5959
"devDependencies": {
60-
"@testing-library/jest-dom": "^6.4.5",
61-
"@testing-library/react": "^15.0.7",
60+
"@testing-library/jest-dom": "^6.4.6",
61+
"@testing-library/react": "^16.0.0",
6262
"@testing-library/user-event": "^14.5.2",
63-
"@types/node": "^20.12.12",
63+
"@types/node": "^20.14.9",
6464
"@types/react": "^18.3.3",
6565
"@types/react-dom": "^18.3.0",
66-
"@typescript-eslint/eslint-plugin": "^7.10.0",
67-
"@typescript-eslint/parser": "^7.10.0",
68-
"eslint": "^8.57.0",
66+
"@typescript-eslint/eslint-plugin": "^7.15.0",
67+
"@typescript-eslint/parser": "^7.15.0",
68+
"eslint": "8.57.0",
6969
"eslint-config-prettier": "^9.1.0",
7070
"eslint-import-resolver-typescript": "^3.6.1",
7171
"eslint-plugin-import": "^2.29.1",
72-
"eslint-plugin-jsx-a11y": "^6.8.0",
73-
"eslint-plugin-react": "^7.34.1",
72+
"eslint-plugin-jsx-a11y": "^6.9.0",
73+
"eslint-plugin-react": "^7.34.3",
7474
"eslint-plugin-react-hooks": "^4.6.2",
75-
"happy-dom": "^14.11.0",
76-
"jotai": "^2.8.1",
75+
"happy-dom": "^14.12.3",
76+
"jotai": "^2.8.4",
7777
"jotai-valtio": "link:.",
78-
"prettier": "^3.2.5",
78+
"prettier": "^3.3.2",
7979
"react": "19.0.0-rc.0",
8080
"react-dom": "19.0.0-rc.0",
8181
"ts-expect": "^1.3.0",
82-
"typescript": "^5.4.5",
82+
"typescript": "^5.5.3",
8383
"valtio": "2.0.0-rc.0",
84-
"vite": "^5.2.11",
84+
"vite": "^5.3.3",
8585
"vitest": "^1.6.0"
8686
},
8787
"peerDependencies": {

0 commit comments

Comments
 (0)