Skip to content

Commit

Permalink
update deps (#33)
Browse files Browse the repository at this point in the history
* update deps

* fix types, a bit unfortunate though

* add carret
  • Loading branch information
dai-shi authored Oct 11, 2024
1 parent ce66041 commit 846656c
Show file tree
Hide file tree
Showing 5 changed files with 688 additions and 796 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,30 +65,30 @@
"singleQuote": true
},
"devDependencies": {
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "^15.0.6",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^20.12.8",
"@types/react": "^18.3.1",
"@types/node": "^22.7.5",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"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-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2",
"happy-dom": "^14.7.1",
"prettier": "^3.2.5",
"react": "19.0.0-beta-73bcdfbae5-20240502",
"react-dom": "19.0.0-beta-73bcdfbae5-20240502",
"happy-dom": "^15.7.4",
"prettier": "^3.3.3",
"react": "19.0.0-rc.0",
"react-dom": "19.0.0-rc.0",
"ts-expect": "^1.3.0",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vitest": "1.5.0",
"zustand": "^4.5.2",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vitest": "^2.1.2",
"zustand": "^5.0.0-rc.2",
"zustand-slices": "link:."
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 846656c

Please sign in to comment.