|
1 | 1 | { |
2 | 2 | "name": "prefer-code-style", |
3 | | - "version": "0.4.0", |
| 3 | + "version": "0.4.1", |
4 | 4 | "description": "A common code style rules.", |
5 | | - "author": "LeoKu <[email protected]>", |
| 5 | + "keywords": [ |
| 6 | + "code style", |
| 7 | + "eslint", |
| 8 | + "stylelint", |
| 9 | + "prettier" |
| 10 | + ], |
| 11 | + "homepage": "https://github.com/Codennnn/prefer-code-style#readme", |
| 12 | + "bugs": { |
| 13 | + "url": "https://github.com/Codennnn/prefer-code-style/issues" |
| 14 | + }, |
| 15 | + "repository": { |
| 16 | + "type": "git", |
| 17 | + "url": "https://github.com/Codennnn/prefer-code-style.git" |
| 18 | + }, |
6 | 19 | "license": "MIT", |
| 20 | + "author": "LeoKu <[email protected]> (https://leoku.top)", |
7 | 21 | "main": "lib/index.js", |
8 | 22 | "files": [ |
9 | 23 | "lib" |
|
14 | 28 | "lint:es": "eslint --ignore-path \"./.eslintignore\" \"./**/*.{js,jsx,ts,tsx}\"", |
15 | 29 | "test": "echo \"Error: no test specified\" && exit 1" |
16 | 30 | }, |
17 | | - "homepage": "https://github.com/Codennnn/prefer-code-style#readme", |
18 | | - "repository": { |
19 | | - "type": "git", |
20 | | - "url": "https://github.com/Codennnn/prefer-code-style.git" |
21 | | - }, |
22 | | - "bugs": { |
23 | | - "url": "https://github.com/Codennnn/prefer-code-style/issues" |
24 | | - }, |
25 | | - "keywords": [ |
26 | | - "code style", |
27 | | - "eslint", |
28 | | - "stylelint", |
29 | | - "prettier" |
30 | | - ], |
31 | 31 | "dependencies": { |
32 | | - "@babel/core": "^7.14.0", |
33 | | - "@babel/eslint-parser": "^7.13.14", |
34 | | - "@typescript-eslint/eslint-plugin": "^4.22.0", |
35 | | - "@typescript-eslint/parser": "^4.22.0", |
36 | | - "eslint": "^7.25.0", |
| 32 | + "@babel/core": "^7.15.0", |
| 33 | + "@babel/eslint-parser": "^7.15.0", |
| 34 | + "@typescript-eslint/eslint-plugin": "^4.29.3", |
| 35 | + "@typescript-eslint/parser": "^4.29.3", |
| 36 | + "eslint": "^7.32.0", |
37 | 37 | "eslint-config-prettier": "^8.3.0", |
38 | | - "eslint-plugin-import": "^2.22.1", |
| 38 | + "eslint-plugin-import": "^2.24.2", |
39 | 39 | "eslint-plugin-jsx-a11y": "^6.4.1", |
40 | | - "eslint-plugin-prettier": "^3.4.0", |
41 | | - "eslint-plugin-react": "^7.23.2", |
| 40 | + "eslint-plugin-prettier": "^3.4.1", |
| 41 | + "eslint-plugin-react": "^7.24.0", |
42 | 42 | "eslint-plugin-react-hooks": "^4.2.0", |
43 | 43 | "eslint-plugin-simple-import-sort": "^7.0.0", |
44 | | - "prettier": "^2.2.1", |
45 | | - "stylelint": "^13.13.0", |
| 44 | + "prettier": "^2.3.2", |
| 45 | + "stylelint": "^13.13.1", |
46 | 46 | "stylelint-config-prettier": "^8.0.2", |
47 | 47 | "stylelint-config-rational-order": "^0.1.2", |
48 | 48 | "stylelint-config-standard": "^22.0.0", |
49 | 49 | "stylelint-order": "^4.1.0", |
50 | 50 | "stylelint-prettier": "^1.2.0", |
51 | | - "stylelint-scss": "^3.19.0" |
| 51 | + "stylelint-scss": "^3.20.1" |
52 | 52 | }, |
53 | 53 | "devDependencies": { |
54 | | - "typescript": "^4.2.4" |
| 54 | + "typescript": "^4.3.5" |
55 | 55 | } |
56 | 56 | } |
0 commit comments