|
9 | 9 | "JounQin (https://github.com/JounQin) <[email protected]>" |
10 | 10 | ], |
11 | 11 | "license": "MIT", |
12 | | - "packageManager": "[email protected]", |
13 | 12 | "engines": { |
14 | 13 | "node": ">=12.0.0" |
15 | 14 | }, |
|
26 | 25 | "scripts": { |
27 | 26 | "format": "yarn prettier '**/*.{js,json,md,yml}' --write && yarn lint --fix", |
28 | 27 | "lint": "eslint . --cache -f friendly --max-warnings 10", |
29 | | - "prepare": "simple-git-hooks && yarn-deduplicate --strategy fewer || exit 0", |
| 28 | + "prepare": "patch-package && simple-git-hooks && yarn-deduplicate --strategy fewer || exit 0", |
30 | 29 | "prerelease": "yarn format && yarn test", |
31 | 30 | "release": "changeset release", |
32 | 31 | "test": "yarn lint && mocha" |
|
44 | 43 | "prettier-linter-helpers": "^1.0.0" |
45 | 44 | }, |
46 | 45 | "devDependencies": { |
47 | | - "@1stg/common-config": "^4.4.0", |
48 | | - "@1stg/eslint-config": "^4.3.0", |
| 46 | + "@1stg/common-config": "~3.0.0", |
| 47 | + "@1stg/eslint-config": "~3.0.0", |
49 | 48 | "@changesets/changelog-github": "^0.4.5", |
50 | 49 | "@changesets/cli": "^2.23.0", |
51 | 50 | "@graphql-eslint/eslint-plugin": "^2.5.0", |
|
55 | 54 | "eslint-mdx": "^1.17.0", |
56 | 55 | "eslint-plugin-eslint-plugin": "^4.3.0", |
57 | 56 | "eslint-plugin-mdx": "^1.17.0", |
58 | | - "eslint-plugin-prettier": "link:.", |
59 | 57 | "eslint-plugin-self": "^1.2.1", |
| 58 | + "eslint-plugin-utils": "^0.1.0", |
60 | 59 | "graphql": "^16.5.0", |
61 | 60 | "mocha": "^9.2.2", |
| 61 | + "patch-package": "^6.4.7", |
62 | 62 | "prettier": "^2.7.1", |
63 | 63 | "vue-eslint-parser": "^8.3.0" |
64 | 64 | }, |
65 | 65 | "resolutions": { |
66 | | - "@babel/traverse": "^7.18.5" |
67 | | - } |
| 66 | + "@babel/traverse": "^7.18.5", |
| 67 | + "eslint-plugin-prettier": "link:." |
| 68 | + }, |
| 69 | + "packageManager": "[email protected]" |
68 | 70 | } |
0 commit comments