|
47 | 47 | "parserOptions": {
|
48 | 48 | "project": "./tsconfig.json"
|
49 | 49 | },
|
50 |
| - "extends": "@mcous/eslint-config" |
| 50 | + "extends": "@mcous/eslint-config", |
| 51 | + "rules": { |
| 52 | + "@typescript-eslint/restrict-template-expressions": [ |
| 53 | + "error", |
| 54 | + { |
| 55 | + "allowNumber": true |
| 56 | + } |
| 57 | + ] |
| 58 | + } |
51 | 59 | },
|
52 | 60 | "devDependencies": {
|
53 |
| - "@mcous/eslint-config": "0.4.3", |
| 61 | + "@mcous/eslint-config": "0.4.4", |
54 | 62 | "@mcous/prettier-config": "0.3.0",
|
55 | 63 | "@mcous/typescript-config": "0.2.1",
|
56 |
| - "@typescript-eslint/eslint-plugin": "6.18.1", |
57 |
| - "@typescript-eslint/parser": "6.18.1", |
58 |
| - "@vitest/coverage-istanbul": "^1.1.3", |
59 |
| - "@vitest/expect": "^1.1.3", |
| 64 | + "@typescript-eslint/eslint-plugin": "7.16.0", |
| 65 | + "@typescript-eslint/parser": "7.16.0", |
| 66 | + "@vitest/coverage-istanbul": "^2.0.1", |
| 67 | + "@vitest/expect": "^2.0.1", |
60 | 68 | "concurrently": "^8.2.2",
|
61 | 69 | "eslint": "8.56.0",
|
62 | 70 | "eslint-config-prettier": "9.1.0",
|
63 |
| - "eslint-plugin-promise": "6.1.1", |
64 |
| - "eslint-plugin-sonarjs": "0.23.0", |
65 |
| - "eslint-plugin-unicorn": "50.0.1", |
66 |
| - "prettier": "3.1.1", |
67 |
| - "tsup": "^8.0.1", |
68 |
| - "typescript": "5.3.3", |
69 |
| - "vitest": "^1.1.3" |
| 71 | + "eslint-plugin-promise": "6.4.0", |
| 72 | + "eslint-plugin-sonarjs": "0.24.0", |
| 73 | + "eslint-plugin-unicorn": "51.0.1", |
| 74 | + "prettier": "3.3.2", |
| 75 | + "tsup": "^8.1.0", |
| 76 | + "typescript": "5.5.3", |
| 77 | + "vitest": "^2.0.1" |
70 | 78 | },
|
71 | 79 | "peerDependencies": {
|
72 |
| - "@vitest/expect": ">=0.31.0 <2.0.0", |
73 |
| - "vitest": ">=0.31.0 <2.0.0" |
| 80 | + "@vitest/expect": ">=0.31.0 <3.0.0", |
| 81 | + "vitest": ">=0.31.0 <3.0.0" |
74 | 82 | },
|
75 | 83 | "peerDependenciesMeta": {
|
76 | 84 | "@vitest/expect": {
|
77 | 85 | "optional": true
|
78 | 86 | }
|
79 | 87 | },
|
80 |
| - "packageManager": "pnpm@8.14.0+sha256.9cebf61abd83f68177b29484da72da9751390eaad46dfc3072d266bfbb1ba7bf", |
| 88 | + "packageManager": "pnpm@8.15.8+sha256.691fe176eea9a8a80df20e4976f3dfb44a04841ceb885638fe2a26174f81e65e", |
81 | 89 | "publishConfig": {
|
82 | 90 | "access": "public",
|
83 | 91 | "provenance": true
|
|
0 commit comments