From b879f2bfcd2c3e2a62ac34ca45ad919d6867400b Mon Sep 17 00:00:00 2001 From: rhysd Date: Wed, 15 May 2024 23:27:58 +0900 Subject: [PATCH] fix indirect package import --- playground/package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/playground/package.json b/playground/package.json index 3036cb366..108f11469 100644 --- a/playground/package.json +++ b/playground/package.json @@ -26,13 +26,14 @@ "pako": "^2.1.0" }, "devDependencies": { + "@eslint/js": "^9.3.0", "@peculiar/webcrypto": "^1.4.6", "@types/codemirror": "^5.60.15", - "@types/eslint-plugin-mocha": "^10.4.0", "@types/eslint__js": "^8.42.3", + "@types/eslint-plugin-mocha": "^10.4.0", "@types/jsdom": "^21.1.6", "@types/mocha": "^10.0.6", - "@types/node": "^20.12.11", + "@types/node": "^20.12.12", "@types/pako": "^2.0.3", "eslint": "^8.57.0", "eslint-plugin-mocha": "^10.4.3", @@ -43,6 +44,6 @@ "stylelint": "^16.5.0", "stylelint-config-standard": "^36.0.0", "typescript": "^5.4.5", - "typescript-eslint": "^7.8.0" + "typescript-eslint": "^7.9.0" } }