|
16 | 16 | "type": "module",
|
17 | 17 | "main": "./base.cjs",
|
18 | 18 | "dependencies": {
|
19 |
| - "@typescript-eslint/eslint-plugin": "6.7.4", |
20 |
| - "@typescript-eslint/parser": "6.7.4", |
21 |
| - "eslint": "8.50.0", |
22 |
| - "eslint-config-prettier": "9.0.0", |
| 19 | + "@typescript-eslint/eslint-plugin": "^6.7.4", |
| 20 | + "@typescript-eslint/parser": "^6.7.4", |
| 21 | + "eslint": "^8.50.0", |
| 22 | + "eslint-config-prettier": "^9.0.0", |
23 | 23 | "eslint-config-xo": "^0.43.1",
|
24 | 24 | "eslint-config-xo-react": "^0.27.0",
|
25 |
| - "eslint-config-xo-typescript": "1.0.1", |
26 |
| - "eslint-import-resolver-typescript": "3.6.1", |
| 25 | + "eslint-config-xo-typescript": "^1.0.1", |
| 26 | + "eslint-import-resolver-typescript": "^3.6.1", |
27 | 27 | "eslint-plugin-eslint-comments": "^3.2.0",
|
28 |
| - "eslint-plugin-import": "2.28.1", |
29 |
| - "eslint-plugin-jest": "27.4.2", |
30 |
| - "eslint-plugin-mdx": "2.2.0", |
| 28 | + "eslint-plugin-import": "^2.28.1", |
| 29 | + "eslint-plugin-jest": "^27.4.2", |
| 30 | + "eslint-plugin-mdx": "^2.2.0", |
31 | 31 | "eslint-plugin-n": "^16.1.0",
|
32 | 32 | "eslint-plugin-no-use-extend-native": "^0.5.0",
|
33 | 33 | "eslint-plugin-prettier": "^5.0.0",
|
34 | 34 | "eslint-plugin-promise": "^6.1.1",
|
35 |
| - "eslint-plugin-react": "7.33.2", |
| 35 | + "eslint-plugin-react": "^7.33.2", |
36 | 36 | "eslint-plugin-react-hooks": "^4.6.0",
|
37 | 37 | "eslint-plugin-unicorn": "^48.0.1",
|
38 |
| - "prettier": "3.0.3" |
| 38 | + "prettier": "^3.0.3" |
39 | 39 | },
|
40 | 40 | "devDependencies": {
|
41 |
| - "@commitlint/cli": "17.7.2", |
42 |
| - "@commitlint/config-conventional": "17.7.0", |
43 |
| - "@commitlint/cz-commitlint": "17.7.2", |
| 41 | + "@commitlint/cli": "^17.7.2", |
| 42 | + "@commitlint/config-conventional": "^17.7.0", |
| 43 | + "@commitlint/cz-commitlint": "^17.7.2", |
44 | 44 | "@react-hookz/eslint-formatter-gha": "^1.0.1",
|
45 | 45 | "@semantic-release/changelog": "^6.0.3",
|
46 | 46 | "@semantic-release/git": "^10.0.1",
|
47 |
| - "@semantic-release/github": "9.2.1", |
| 47 | + "@semantic-release/github": "^9.2.1", |
48 | 48 | "commitizen": "^4.3.0",
|
49 |
| - "commitlint": "17.7.2", |
| 49 | + "commitlint": "^17.7.2", |
50 | 50 | "husky": "^8.0.3",
|
51 |
| - "lint-staged": "14.0.1", |
| 51 | + "lint-staged": "^14.0.1", |
52 | 52 | "semantic-release": "^22.0.5",
|
53 | 53 | "yarn": "^1.22.19"
|
54 | 54 | },
|
|
64 | 64 | }
|
65 | 65 | },
|
66 | 66 | "lint-staged": {
|
67 |
| - "*.c?js": "yarn lint:fix" |
| 67 | + "*.c?js": "yarn lint:fix", |
| 68 | + "*.mdx?": "yarn lint:fix" |
68 | 69 | },
|
69 | 70 | "release": {
|
70 | 71 | "plugins": [
|
|
0 commit comments