|
7 | 7 | "dev": "vite", |
8 | 8 | "build": "tsc && vite build", |
9 | 9 | "preview": "vite preview", |
10 | | - "lint-fix": "eslint src --ext js,ts,tsx --report-unused-disable-directives --max-warnings 10 --fix", |
11 | | - "prettier-all-files": "prettier --write .", |
12 | | - "prettier-format": "prettier --config .prettierrc ./**/*.{ts,js,html,css} --write", |
13 | | - "prettier-watch-windows": "onchange ./**/*.{ts,js} -- prettier --write {{changed}}", |
14 | | - "prettier-watch-mac": "onchange \"**/*.{js,ts}\" -- prettier --write {{changed}}", |
15 | | - "lint-and-prettier": "yarn run prettier-all-files && yarn run lint-fix", |
| 10 | + "lint-fix": "eslint src --ext js,ts,tsx,jsx --report-unused-disable-directives --max-warnings 10 --fix", |
| 11 | + "prettier-format": "prettier --write .", |
| 12 | + "prettier-watch-windows": "onchange ./**/*.{ts,js,tsx,jsx} -- prettier --write {{changed}}", |
| 13 | + "prettier-watch-mac": "onchange \"**/*.{js,ts,tsx,jsx}\" -- prettier --write {{changed}}", |
| 14 | + "lint-and-prettier": "yarn run prettier-format && yarn run lint-fix", |
16 | 15 | "prepare": "husky install" |
17 | 16 | }, |
18 | 17 | "dependencies": { |
|
30 | 29 | "@testing-library/user-event": "^14.4.3", |
31 | 30 | "@types/jest": "^29.5.2", |
32 | 31 | "@types/node": "^20.3.1", |
33 | | - "@types/react": "^18.0.37", |
34 | | - "@types/react-dom": "^18.0.11", |
| 32 | + "@types/react": "^18.2.16", |
| 33 | + "@types/react-dom": "^18.2.7", |
| 34 | + "@types/react-router-dom": "^5.3.3", |
35 | 35 | "@typescript-eslint/eslint-plugin": "^5.59.0", |
36 | 36 | "@typescript-eslint/parser": "^5.59.0", |
37 | 37 | "@vitejs/plugin-react": "^4.0.0", |
|
0 commit comments