File tree Expand file tree Collapse file tree 3 files changed +1109
-1100
lines changed
Expand file tree Collapse file tree 3 files changed +1109
-1100
lines changed Original file line number Diff line number Diff line change 1+ yarn test
Original file line number Diff line number Diff line change 5757 "serve" : " vite preview" ,
5858 "start" : " vite" ,
5959 "test" : " vitest" ,
60- "update-test" : " vitest -u"
60+ "update-test" : " vitest -u" ,
61+ "postinstall" : " husky init" ,
62+ "prepare" : " husky"
6163 },
6264 "eslintConfig" : {
6365 "extends" : " react-app"
7678 },
7779 "devDependencies" : {
7880 "@ladle/react" : " ^5.0.1" ,
81+ "@testing-library/dom" : " ^10.4.0" ,
7982 "@testing-library/jest-dom" : " ^6.6.3" ,
8083 "@testing-library/react" : " ^16.2.0" ,
8184 "@testing-library/user-event" : " ^14.6.1" ,
82- "@testing-library/dom" : " ^10.4.0" ,
8385 "@types/react-router-dom" : " ^5.3.3" ,
8486 "@vitejs/plugin-react-swc" : " ^3.8.0" ,
8587 "@vitest/coverage-v8" : " ^3.0.8" ,
8890 "eslint-plugin-react-hooks" : " ^5.2.0" ,
8991 "eslint-plugin-vitest" : " ^0.5.4" ,
9092 "globals" : " ^16.0.0" ,
93+ "husky" : " ^9.1.7" ,
9194 "jsdom" : " ^26.0.0" ,
9295 "msw" : " ^2.7.3" ,
9396 "prettier" : " 3.5.3" ,
You can’t perform that action at this time.
0 commit comments