From 39ce132790d2ae6739435cfe732f5fa7b8c964c3 Mon Sep 17 00:00:00 2001 From: "asamuzaK (Kazz)" Date: Sat, 2 Nov 2024 14:27:58 +0900 Subject: [PATCH] Update package.json --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index cc0db322..f62d5f30 100644 --- a/package.json +++ b/package.json @@ -23,9 +23,9 @@ }, "types": "types/index.d.ts", "dependencies": { - "@asamuzakjp/nwsapi": "^2.2.16", + "@asamuzakjp/nwsapi": "^2.2.17", "bidi-js": "^1.0.3", - "css-tree": "^3.0.0", + "css-tree": "^3.0.1", "is-potential-custom-element-name": "^1.0.1" }, "devDependencies": { @@ -35,16 +35,16 @@ "chai": "^5.1.2", "commander": "^12.1.0", "esbuild": "^0.24.0", - "eslint": "^9.13.0", - "eslint-plugin-import-x": "^4.3.1", + "eslint": "^9.14.0", + "eslint-plugin-import-x": "^4.4.0", "eslint-plugin-jsdoc": "^50.4.3", "eslint-plugin-regexp": "^2.6.0", "eslint-plugin-unicorn": "^56.0.0", "globals": "^15.11.0", - "happy-dom": "^15.7.4", + "happy-dom": "^15.8.0", "jsdom": "^25.0.1", "linkedom": "^0.18.5", - "mocha": "^10.7.3", + "mocha": "^10.8.2", "neostandard": "^0.11.7", "sinon": "^19.0.2", "typescript": "^5.6.3",