Skip to content

Commit 2e6f623

Browse files
authored
Merge pull request #360 from ckeditor/add-missing-eslint-dependency
Internal: Add missing `typescript-eslint` dev dependency.
2 parents d5e88c4 + 380c6a8 commit 2e6f623

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"minimist": "^1.2.5",
6363
"semver": "^7.0.0",
6464
"typescript": "~5.4.5",
65+
"typescript-eslint": "^8.32.1",
6566
"vite": "^5.3.1",
6667
"vitest": "^2.1.9",
6768
"vue": "^3.4.30",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9461,7 +9461,7 @@ typedarray@^0.0.6:
94619461
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
94629462
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
94639463

9464-
typescript-eslint@^8.32.0:
9464+
typescript-eslint@^8.32.0, typescript-eslint@^8.32.1:
94659465
version "8.32.1"
94669466
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.32.1.tgz#1784335c781491be528ff84ab666e2f0f7591fd1"
94679467
integrity sha512-D7el+eaDHAmXvrZBy1zpzSNIRqnCOrkwTgZxTu3MUqRWk8k0q9m9Ho4+vPf7iHtgUfrK/o8IZaEApsxPlHTFCg==

0 commit comments

Comments
 (0)