Skip to content

Commit

Permalink
chore: update dependencies (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi authored May 6, 2024
1 parent 54ee6d2 commit d7ba69f
Show file tree
Hide file tree
Showing 2 changed files with 213 additions and 207 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,29 +89,29 @@
},
"dependencies": {
"proxy-compare": "^3.0.0",
"use-context-selector": "^2.0.0-beta.0"
"use-context-selector": "^2.0.0"
},
"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",
"@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",
"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.9.0",
"immer": "^10.1.1",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.5",
"puppeteer": "^22.7.1",
"puppeteer": "^22.8.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"redux-saga": "^1.3.0",
Expand All @@ -120,8 +120,8 @@
"typescript": "^5.4.5",
"use-reducer-async": "^2.1.1",
"use-saga-reducer": "^3.0.0",
"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 d7ba69f

Please sign in to comment.