|
10 | 10 | "SonarJS",
|
11 | 11 | "eslint-plugin-sonar"
|
12 | 12 | ],
|
13 |
| - "packageManager": "yarn@1.22.21", |
| 13 | + "packageManager": "yarn@4.7.0", |
14 | 14 | "scripts": {
|
15 | 15 | "build": "run-s build:lib build:readme",
|
16 | 16 | "build:lib": "rollup -c",
|
17 | 17 | "build:readme": "node scripts/readme.js",
|
18 | 18 | "clean": "rimraf eslint-plugin-sonar/lib",
|
19 | 19 | "codesandbox:install": "git submodule update --init && yarn",
|
20 |
| - "lint": "run-p lint:*", |
| 20 | + "lint": "run-p 'lint:*'", |
21 | 21 | "lint:es": "eslint . --cache --max-warnings 10 -f friendly",
|
22 | 22 | "lint:tsc": "tsc --noEmit",
|
23 |
| - "prepare": "patch-package && simple-git-hooks && yarn-deduplicate --strategy fewer || exit 0", |
| 23 | + "prepare": "patch-package && simple-git-hooks || exit 0", |
24 | 24 | "release": "node scripts/private.js && changeset publish",
|
25 | 25 | "test": "node eslint-plugin-sonar",
|
26 | 26 | "typecov": "type-coverage"
|
27 | 27 | },
|
28 | 28 | "devDependencies": {
|
29 |
| - "@1stg/common-config": "^10.0.0", |
30 |
| - "@changesets/changelog-github": "^0.5.0", |
31 |
| - "@changesets/cli": "^2.27.1", |
| 29 | + "@1stg/commitlint-config": "^4.0.0", |
| 30 | + "@1stg/lint-staged": "^4.0.0", |
| 31 | + "@1stg/remark-preset": "^2.0.0", |
| 32 | + "@1stg/simple-git-hooks": "^0.2.4", |
| 33 | + "@changesets/changelog-github": "^0.5.1", |
| 34 | + "@changesets/cli": "^2.28.1", |
| 35 | + "@commitlint/cli": "^18.6.1", |
32 | 36 | "@rollup/plugin-alias": "^5.1.0",
|
33 | 37 | "@rollup/plugin-json": "^6.1.0",
|
| 38 | + "@unts/patch-package": "^8.1.1", |
| 39 | + "eslint": "^8.57.0", |
34 | 40 | "eslint-define-config": "^2.1.0",
|
| 41 | + "eslint-formatter-friendly": "^7.0.0", |
35 | 42 | "globals": "^15.2.0",
|
| 43 | + "lint-staged": "^15.4.3", |
36 | 44 | "minimatch": "^9.0.3",
|
37 |
| - "patch-package": "^8.0.0", |
| 45 | + "npm-run-all2": "^7.0.2", |
38 | 46 | "rollup": "^4.17.2",
|
39 | 47 | "rollup-plugin-ts": "^3.4.5",
|
| 48 | + "simple-git-hooks": "^2.11.1", |
| 49 | + "svelte": "^5.22.5", |
40 | 50 | "type-coverage": "^2.27.1",
|
41 |
| - "yarn-deduplicate": "^6.0.2" |
| 51 | + "typescript": "5.4.3" |
42 | 52 | },
|
43 | 53 | "resolutions": {
|
44 | 54 | "@typescript-eslint/eslint-plugin": "^7.8.0",
|
|
48 | 58 | "@typescript-eslint/type-utils": "^7.8.0",
|
49 | 59 | "@typescript-eslint/utils": "^7.8.0",
|
50 | 60 | "eslint": "^8.57.0",
|
51 |
| - "eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1", |
52 | 61 | "eslint-plugin-sonar": "link:eslint-plugin-sonar",
|
53 | 62 | "eslint-plugin-sonarjs": "^1.0.3",
|
54 | 63 | "prettier": "^3.2.5",
|
|
0 commit comments