diff --git a/projects/eslint-config/package.json b/projects/eslint-config/package.json index 1c1f7b0b46..bb586bb25b 100644 --- a/projects/eslint-config/package.json +++ b/projects/eslint-config/package.json @@ -33,7 +33,8 @@ "main": "index.js", "name": "@liferay/eslint-config", "peerDependencies": { - "eslint": ">=4.1.1" + "eslint": ">=4.1.1", + "typescript": "^3.6.3" }, "repository": { "directory": "projects/eslint-config", diff --git a/yarn.lock b/yarn.lock index 87c178d27b..ede0f9a318 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16044,6 +16044,11 @@ typescript@4.0.3: resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.3.tgz#153bbd468ef07725c1df9c77e8b453f8d36abba5" integrity sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg== +typescript@^3.6.3: + version "3.9.7" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa" + integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw== + unc-path-regex@^0.1.2: version "0.1.2" resolved "https://registry.yarnpkg.com/unc-path-regex/-/unc-path-regex-0.1.2.tgz#e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa"