|
4 | 4 | "description": "Runs prettier as an eslint rule", |
5 | 5 | "repository": "git+https://github.com/prettier/eslint-plugin-prettier.git", |
6 | 6 | "homepage": "https://github.com/prettier/eslint-plugin-prettier#readme", |
7 | | - "funding": "https://opencollective.com/prettier", |
8 | 7 | "author": "Teddy Katz", |
9 | 8 | "contributors": [ |
10 | 9 | "JounQin (https://github.com/JounQin) <[email protected]>" |
11 | 10 | ], |
| 11 | + "funding": "https://opencollective.com/prettier", |
12 | 12 | "license": "MIT", |
13 | 13 | "packageManager": "[email protected]", |
14 | 14 | "engines": { |
|
27 | 27 | "scripts": { |
28 | 28 | "format": "yarn prettier '**/*.{js,json,md,yml}' --write && yarn lint --fix", |
29 | 29 | "lint": "eslint . --cache -f friendly --max-warnings 10", |
30 | | - "prepare": "patch-package && simple-git-hooks && yarn-deduplicate --strategy fewer || exit 0", |
| 30 | + "prepare": "simple-git-hooks && yarn-deduplicate --strategy fewer || exit 0", |
31 | 31 | "prerelease": "yarn format && yarn test", |
32 | 32 | "release": "changeset publish", |
33 | 33 | "test": "yarn lint && mocha" |
|
42 | 42 | } |
43 | 43 | }, |
44 | 44 | "dependencies": { |
| 45 | + "eslint-plugin-prettier": "link:.", |
45 | 46 | "prettier-linter-helpers": "^1.0.0" |
46 | 47 | }, |
47 | 48 | "devDependencies": { |
48 | | - "@1stg/common-config": "^6.0.0", |
49 | | - "@changesets/changelog-github": "^0.4.5", |
50 | | - "@changesets/cli": "^2.23.1", |
51 | | - "@graphql-eslint/eslint-plugin": "^3.10.4", |
52 | | - "@typescript-eslint/parser": "^5.30.5", |
| 49 | + "@1stg/common-config": "^7.1.1", |
| 50 | + "@changesets/changelog-github": "^0.4.6", |
| 51 | + "@changesets/cli": "^2.24.4", |
| 52 | + "@graphql-eslint/eslint-plugin": "^3.10.7", |
| 53 | + "@typescript-eslint/parser": "^5.36.1", |
53 | 54 | "eslint-config-prettier": "^8.5.0", |
54 | | - "eslint-mdx": "^2.0.1", |
55 | | - "eslint-plugin-eslint-plugin": "^4.4.0", |
56 | | - "eslint-plugin-mdx": "^2.0.1", |
| 55 | + "eslint-mdx": "^2.0.2", |
| 56 | + "eslint-plugin-eslint-plugin": "^5.0.6", |
| 57 | + "eslint-plugin-mdx": "^2.0.2", |
57 | 58 | "eslint-plugin-self": "^1.2.1", |
58 | | - "eslint-plugin-svelte": "^2.2.0", |
| 59 | + "eslint-plugin-svelte": "^2.7.0", |
59 | 60 | "eslint-plugin-svelte3": "^4.0.0", |
60 | | - "graphql": "^16.5.0", |
| 61 | + "graphql": "^16.6.0", |
61 | 62 | "mocha": "^10.0.0", |
62 | | - "patch-package": "^6.4.7", |
63 | 63 | "svelte": "^3.49.0", |
64 | 64 | "vue-eslint-parser": "^9.0.3", |
65 | | - "yarn-deduplicate": "^5.0.0" |
| 65 | + "yarn-deduplicate": "^6.0.0" |
66 | 66 | }, |
67 | 67 | "resolutions": { |
68 | | - "@babel/traverse": "^7.18.6", |
69 | 68 | "eslint-plugin-prettier": "link:.", |
70 | 69 | "prettier": "^2.7.1" |
71 | 70 | } |
|
0 commit comments