Skip to content

Commit 846656c

Browse files
authored
update deps (#33)
* update deps * fix types, a bit unfortunate though * add carret
1 parent ce66041 commit 846656c

File tree

5 files changed

+688
-796
lines changed

5 files changed

+688
-796
lines changed

package.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -65,30 +65,30 @@
6565
"singleQuote": true
6666
},
6767
"devDependencies": {
68-
"@testing-library/jest-dom": "6.4.2",
69-
"@testing-library/react": "^15.0.6",
68+
"@testing-library/jest-dom": "^6.5.0",
69+
"@testing-library/react": "^16.0.1",
7070
"@testing-library/user-event": "^14.5.2",
71-
"@types/node": "^20.12.8",
72-
"@types/react": "^18.3.1",
71+
"@types/node": "^22.7.5",
72+
"@types/react": "^18.3.11",
7373
"@types/react-dom": "^18.3.0",
74-
"@typescript-eslint/eslint-plugin": "^7.8.0",
75-
"@typescript-eslint/parser": "^7.8.0",
74+
"@typescript-eslint/eslint-plugin": "^8.8.1",
75+
"@typescript-eslint/parser": "^8.8.1",
7676
"eslint": "8.57.0",
7777
"eslint-config-prettier": "^9.1.0",
78-
"eslint-import-resolver-typescript": "^3.6.1",
79-
"eslint-plugin-import": "^2.29.1",
80-
"eslint-plugin-jsx-a11y": "^6.8.0",
81-
"eslint-plugin-react": "^7.34.1",
78+
"eslint-import-resolver-typescript": "^3.6.3",
79+
"eslint-plugin-import": "^2.31.0",
80+
"eslint-plugin-jsx-a11y": "^6.10.0",
81+
"eslint-plugin-react": "^7.37.1",
8282
"eslint-plugin-react-hooks": "^4.6.2",
83-
"happy-dom": "^14.7.1",
84-
"prettier": "^3.2.5",
85-
"react": "19.0.0-beta-73bcdfbae5-20240502",
86-
"react-dom": "19.0.0-beta-73bcdfbae5-20240502",
83+
"happy-dom": "^15.7.4",
84+
"prettier": "^3.3.3",
85+
"react": "19.0.0-rc.0",
86+
"react-dom": "19.0.0-rc.0",
8787
"ts-expect": "^1.3.0",
88-
"typescript": "^5.4.5",
89-
"vite": "^5.2.11",
90-
"vitest": "1.5.0",
91-
"zustand": "^4.5.2",
88+
"typescript": "^5.6.3",
89+
"vite": "^5.4.8",
90+
"vitest": "^2.1.2",
91+
"zustand": "^5.0.0-rc.2",
9292
"zustand-slices": "link:."
9393
},
9494
"peerDependencies": {

0 commit comments

Comments
 (0)