Skip to content

Commit

Permalink
update deps and prefer userEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed Jul 4, 2024
1 parent 042bcfb commit e94b52d
Show file tree
Hide file tree
Showing 3 changed files with 384 additions and 296 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,31 +57,31 @@
"singleQuote": true
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^20.12.12",
"@types/node": "^20.14.9",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"eslint": "^8.57.0",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"eslint": "8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"happy-dom": "^14.11.0",
"jotai": "^2.8.1",
"happy-dom": "^14.12.3",
"jotai": "^2.8.4",
"jotai-valtio": "link:.",
"prettier": "^3.2.5",
"prettier": "^3.3.2",
"react": "19.0.0-rc.0",
"react-dom": "19.0.0-rc.0",
"ts-expect": "^1.3.0",
"typescript": "^5.4.5",
"typescript": "^5.5.3",
"valtio": "2.0.0-rc.0",
"vite": "^5.2.11",
"vite": "^5.3.3",
"vitest": "^1.6.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit e94b52d

Please sign in to comment.