Skip to content

Commit

Permalink
chore(deps): update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed Sep 3, 2024
1 parent db59fc8 commit 99a9afd
Show file tree
Hide file tree
Showing 2 changed files with 635 additions and 622 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,32 +79,32 @@
"create-react-signals": "^0.8.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^20.12.12",
"@types/react": "^18.3.3",
"@types/node": "^22.5.2",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"derive-valtio": "^0.2.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.2",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.35.1",
"eslint-plugin-react-hooks": "^4.6.2",
"happy-dom": "^14.11.4",
"prettier": "^3.2.5",
"react": "^19.0.0-rc-6f23540c7d-20240528",
"react-dom": "^19.0.0-rc-6f23540c7d-20240528",
"happy-dom": "^15.7.3",
"prettier": "^3.3.3",
"react": "19.0.0-rc-fb9a90fa48-20240614",
"react-dom": "19.0.0-rc-fb9a90fa48-20240614",
"ts-expect": "^1.3.0",
"typescript": "^5.4.5",
"valtio": "^2.0.0-rc.0",
"typescript": "^5.5.4",
"valtio": "^2.0.0",
"valtio-signal": "link:.",
"vite": "^5.2.12",
"vitest": "^1.6.0"
"vite": "^5.4.2",
"vitest": "^2.0.5"
},
"peerDependencies": {
"react": ">=18.0.0",
Expand Down
Loading

0 comments on commit 99a9afd

Please sign in to comment.