From 379f3ba20c1a0e2109f08cf923099a175ae1f756 Mon Sep 17 00:00:00 2001 From: rhysd Date: Sun, 19 Jan 2025 21:12:02 +0900 Subject: [PATCH] update playground dependencies (jsdom v26) --- playground/package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/playground/package.json b/playground/package.json index 4a8f85236..f2d76f9a0 100644 --- a/playground/package.json +++ b/playground/package.json @@ -27,24 +27,24 @@ "pako": "^2.1.0" }, "devDependencies": { - "@eslint/js": "^9.17.0", + "@eslint/js": "^9.18.0", "@peculiar/webcrypto": "^1.5.0", "@types/codemirror": "^5.60.15", "@types/eslint__js": "^8.42.3", "@types/eslint-plugin-mocha": "^10.4.0", "@types/jsdom": "^21.1.7", "@types/mocha": "^10.0.10", - "@types/node": "^22.10.5", + "@types/node": "^22.10.7", "@types/pako": "^2.0.3", - "eslint": "^9.17.0", + "eslint": "^9.18.0", "eslint-plugin-mocha": "^10.5.0", "http-server": "^14.1.1", - "jsdom": "^25.0.1", + "jsdom": "^26.0.0", "mocha": "^11.0.1", "prettier": "^3.4.2", - "stylelint": "^16.12.0", - "stylelint-config-standard": "^36.0.1", - "typescript": "^5.7.2", - "typescript-eslint": "^8.19.1" + "stylelint": "^16.13.2", + "stylelint-config-standard": "^37.0.0", + "typescript": "^5.7.3", + "typescript-eslint": "^8.20.0" } }