|
9 | 9 | "test": "jest --forceExit --coverage --no-cache --detectOpenHandles --passWithNoTests", |
10 | 10 | "test:dev": "jest --watch --forceExit --coverage --no-cache --detectOpenHandles --passWithNoTests", |
11 | 11 | "lint": "next lint", |
| 12 | + "lint:fix": "eslint --fix --ext .js,.jsx,.tsx,.ts .", |
12 | 13 | "prepare": "husky install" |
13 | 14 | }, |
14 | 15 | "dependencies": { |
|
22 | 23 | "react-dom": "18.2.0", |
23 | 24 | "react-icons": "^4.10.1", |
24 | 25 | "react-redux": "^8.1.2", |
25 | | - "redux-persist": "^6.0.0", |
26 | 26 | "tailwind-variants": "^0.1.13", |
27 | 27 | "tailwindcss": "3.3.3" |
28 | 28 | }, |
|
35 | 35 | "@testing-library/jest-dom": "^5.17.0", |
36 | 36 | "@testing-library/react": "^14.0.0", |
37 | 37 | "@testing-library/user-event": "^14.4.3", |
38 | | - "@types/node": "20.4.5", |
| 38 | + "@types/node": "20.4.6", |
39 | 39 | "@types/react": "18.2.18", |
40 | 40 | "@types/react-dom": "18.2.7", |
41 | | - "@types/whatwg-fetch": "^0.0.33", |
42 | 41 | "@typescript-eslint/eslint-plugin": "^6.2.1", |
43 | 42 | "@typescript-eslint/parser": "^6.2.1", |
44 | 43 | "babel-loader": "^9.1.3", |
45 | 44 | "commitlint": "^17.6.7", |
46 | 45 | "eslint": "^8.46.0", |
47 | 46 | "eslint-config-next": "13.4.12", |
48 | | - "eslint-config-prettier": "^8.9.0", |
| 47 | + "eslint-config-prettier": "^8.10.0", |
49 | 48 | "eslint-plugin-prettier": "^5.0.0", |
50 | 49 | "eslint-plugin-simple-import-sort": "^10.0.0", |
51 | 50 | "husky": "^8.0.3", |
52 | 51 | "jest": "^29.6.2", |
53 | 52 | "jest-environment-jsdom": "^29.6.2", |
54 | 53 | "jest-fetch-mock": "^3.0.3", |
55 | 54 | "lint-staged": "^13.2.3", |
56 | | - "prettier": "^3.0.0", |
| 55 | + "prettier": "^3.0.1", |
57 | 56 | "typescript": "5.1.6", |
58 | 57 | "web-vitals": "^3.4.0", |
59 | 58 | "webpack": "^5.88.2" |
|
0 commit comments