|
60 | 60 | "devDependencies": { |
61 | 61 | "@commitlint/cli": "^13.2.0", |
62 | 62 | "@commitlint/config-conventional": "^13.0.0", |
63 | | - "@jdp-dev/commitlint-config": "^0.0.19", |
64 | | - "@jdp-dev/eslint-config-typescript-react": "^0.0.19", |
65 | | - "@jdp-dev/prettier-config": "^0.0.19", |
66 | | - "@jdp-dev/tsconfig": "^0.0.19", |
| 63 | + "@jdp-dev/commitlint-config": "^1.0.0", |
| 64 | + "@jdp-dev/eslint-config-typescript-react": "^1.0.0", |
| 65 | + "@jdp-dev/prettier-config": "^1.0.0", |
| 66 | + "@jdp-dev/tsconfig": "^1.0.0", |
67 | 67 | "@testing-library/jest-dom": "^5.14.1", |
68 | 68 | "@testing-library/react": "^12.1.1", |
69 | 69 | "@types/jest": "^27.0.2", |
70 | | - "@types/node": "^16.10.2", |
| 70 | + "@types/node": "^20.0.0", |
71 | 71 | "@types/react": "^17.0.26", |
72 | 72 | "@types/react-dom": "^17.0.9", |
73 | 73 | "@typescript-eslint/eslint-plugin": "^4.29.0", |
74 | 74 | "@typescript-eslint/parser": "^4.32.0", |
75 | 75 | "eslint": "^7.32.0", |
76 | | - "eslint-config-prettier": "^8.3.0", |
| 76 | + "eslint-config-prettier": "^9.0.0", |
77 | 77 | "eslint-plugin-import": "^2.24.2", |
78 | 78 | "eslint-plugin-jsx-a11y": "^6.4.1", |
79 | 79 | "eslint-plugin-react": "^7.26.1", |
80 | 80 | "eslint-plugin-react-hooks": "^4.2.0", |
81 | | - "husky": "^7.0.2", |
82 | | - "lint-staged": "^11.1.2", |
| 81 | + "husky": "^9.0.0", |
| 82 | + "lint-staged": "^15.0.0", |
83 | 83 | "node-sass": "^6.0.1", |
84 | 84 | "npm-run-all": "^4.1.5", |
85 | | - "prettier": "^2.3.2", |
86 | | - "react-scripts": "^4.0.3", |
| 85 | + "prettier": "^3.0.0", |
| 86 | + "react-scripts": "^5.0.0", |
87 | 87 | "react-test-renderer": "^17.0.2", |
88 | | - "rimraf": "^3.0.2", |
89 | | - "serve": "^12.0.1", |
| 88 | + "rimraf": "^5.0.0", |
| 89 | + "serve": "^14.0.0", |
90 | 90 | "standard-version": "^9.3.1", |
91 | | - "typescript": "^4.4.3" |
| 91 | + "typescript": "^5.0.0" |
92 | 92 | }, |
93 | 93 | "jest": { |
94 | 94 | "collectCoverageFrom": [ |
|
0 commit comments