Skip to content

Commit

Permalink
chore: update dev dependencies (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi authored May 6, 2024
1 parent 7166bce commit 6d32be4
Show file tree
Hide file tree
Showing 2 changed files with 282 additions and 276 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,32 +55,32 @@
"singleQuote": true
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^15.0.5",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.6",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^20.12.7",
"@types/node": "^20.12.10",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/scheduler": "^0.23.0",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"documentation": "^14.0.3",
"eslint": "^8.57.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-react-hooks": "^4.6.2",
"happy-dom": "^14.7.1",
"happy-dom": "^14.8.3",
"prettier": "^3.2.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"scheduler": "^0.23.2",
"ts-expect": "^1.3.0",
"typescript": "^5.4.5",
"vite": "^5.2.10",
"vitest": "^1.5.2"
"vite": "^5.2.11",
"vitest": "^1.6.0"
},
"peerDependencies": {
"react": ">=18.0.0",
Expand Down
Loading

0 comments on commit 6d32be4

Please sign in to comment.