|
1 | 1 | { |
2 | 2 | "name": "prefer-code-style", |
3 | | - "version": "0.4.3", |
| 3 | + "version": "0.4.5", |
4 | 4 | "description": "A collection of configuration files containing prettier, eslint, stylelint", |
5 | 5 | "keywords": [ |
6 | 6 | "code style", |
|
39 | 39 | } |
40 | 40 | }, |
41 | 41 | "dependencies": { |
42 | | - "@babel/core": "^7.15.0", |
43 | | - "@babel/eslint-parser": "^7.15.0", |
44 | | - "@typescript-eslint/eslint-plugin": "^4.29.3", |
45 | | - "@typescript-eslint/parser": "^4.29.3", |
46 | | - "eslint": "^7.32.0", |
| 42 | + "@babel/core": "^7.16.0", |
| 43 | + "@babel/eslint-parser": "^7.16.0", |
| 44 | + "@typescript-eslint/eslint-plugin": "^5.2.0", |
| 45 | + "@typescript-eslint/parser": "^5.2.0", |
| 46 | + "eslint": "^8.1.0", |
47 | 47 | "eslint-config-prettier": "^8.3.0", |
48 | | - "eslint-plugin-import": "^2.24.2", |
| 48 | + "eslint-plugin-import": "^2.25.2", |
49 | 49 | "eslint-plugin-jsx-a11y": "^6.4.1", |
50 | | - "eslint-plugin-prettier": "^3.4.1", |
51 | | - "eslint-plugin-react": "^7.24.0", |
| 50 | + "eslint-plugin-prettier": "^4.0.0", |
| 51 | + "eslint-plugin-react": "^7.26.1", |
52 | 52 | "eslint-plugin-react-hooks": "^4.2.0", |
53 | 53 | "eslint-plugin-simple-import-sort": "^7.0.0", |
54 | | - "prettier": "^2.3.2", |
55 | | - "stylelint": "^13.13.1", |
56 | | - "stylelint-config-prettier": "^8.0.2", |
| 54 | + "prettier": "^2.4.1", |
| 55 | + "stylelint": "^14.0.1", |
| 56 | + "stylelint-config-prettier": "^9.0.3", |
57 | 57 | "stylelint-config-rational-order": "^0.1.2", |
58 | | - "stylelint-config-standard": "^22.0.0", |
59 | | - "stylelint-order": "^4.1.0", |
| 58 | + "stylelint-config-standard": "^23.0.0", |
| 59 | + "stylelint-order": "^5.0.0", |
60 | 60 | "stylelint-prettier": "^1.2.0", |
61 | | - "stylelint-scss": "^3.20.1" |
| 61 | + "stylelint-scss": "^4.0.0" |
62 | 62 | }, |
63 | 63 | "devDependencies": { |
64 | 64 | "cz-conventional-changelog": "3.3.0", |
65 | 65 | "rimraf": "^3.0.2", |
66 | | - "typescript": "<4.4.0" |
| 66 | + "typescript": "4.4.4" |
67 | 67 | } |
68 | 68 | } |
0 commit comments