|
29 | 29 | }, |
30 | 30 | "prettier": "./prettier", |
31 | 31 | "dependencies": { |
32 | | - "@typescript-eslint/eslint-plugin": "^5.8.1", |
33 | | - "@typescript-eslint/parser": "^5.8.1", |
| 32 | + "@typescript-eslint/eslint-plugin": "^5.44.0", |
| 33 | + "@typescript-eslint/parser": "^5.44.0", |
34 | 34 | "babel-eslint": "^10.1.0", |
35 | 35 | "eslint-config-prettier": "^6.15.0", |
36 | 36 | "eslint-config-react-app": "^6.0.0", |
37 | 37 | "eslint-config-standard": "^16.0.2", |
38 | 38 | "eslint-config-standard-jsx": "^10.0.0", |
39 | 39 | "eslint-plugin-filenames": "^1.3.2", |
40 | 40 | "eslint-plugin-flowtype": "^5.2.0", |
41 | | - "eslint-plugin-import": "^2.22.1", |
| 41 | + "eslint-plugin-import": "^2.26.0", |
42 | 42 | "eslint-plugin-jest": "^24.1.3", |
43 | | - "eslint-plugin-jsx-a11y": "^6.4.1", |
| 43 | + "eslint-plugin-jsx-a11y": "^6.6.1", |
44 | 44 | "eslint-plugin-node": "^11.1.0", |
45 | 45 | "eslint-plugin-promise": "^4.2.1", |
46 | | - "eslint-plugin-react": "^7.21.5", |
47 | | - "eslint-plugin-react-hooks": "^4.2.0" |
| 46 | + "eslint-plugin-react": "^7.31.11", |
| 47 | + "eslint-plugin-react-hooks": "^4.6.0" |
48 | 48 | }, |
49 | 49 | "peerDependencies": { |
50 | 50 | "@babel/core": "7.x", |
|
53 | 53 | }, |
54 | 54 | "devDependencies": { |
55 | 55 | "@babel/core": "^7.12.9", |
56 | | - "@semantic-release/exec": "^5.0.0", |
| 56 | + "@semantic-release/exec": "^6.0.3", |
57 | 57 | "eslint": "^7.27.0", |
58 | | - "husky": "^4.3.0", |
59 | | - "jest": "^28.1.3", |
60 | | - "lint-staged": "^10.5.2", |
61 | | - "prettier": "^2.2.1", |
62 | | - "semantic-release": "^17.3.0", |
| 58 | + "husky": "^8.0.2", |
| 59 | + "jest": "^29.3.1", |
| 60 | + "lint-staged": "^13.0.3", |
| 61 | + "prettier": "^2.7.1", |
| 62 | + "semantic-release": "^19.0.5", |
63 | 63 | "typescript": "^4.7.2" |
64 | 64 | }, |
65 | 65 | "release": { |
|
0 commit comments