From 8211570139136ae830c5fc65d4e149b1606f2c33 Mon Sep 17 00:00:00 2001 From: 0t4u <61939142+0t4u@users.noreply.github.com> Date: Tue, 29 Oct 2024 21:52:06 +0000 Subject: [PATCH] chore: move to dev deps --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2d411316..ea6c7805 100644 --- a/package.json +++ b/package.json @@ -41,11 +41,11 @@ "url": "https://github.com/shipgirlproject/Shoukaku.git" }, "dependencies": { - "@shipgirl/typedoc-plugin-versions": "^0.2.4", "ws": "^8.18.0" }, "devDependencies": { "@shipgirl/eslint-config": "^0.4.0", + "@shipgirl/typedoc-plugin-versions": "^0.2.4", "@types/node": "^22.8.2", "@types/ws": "^8.5.12", "eslint": "^9.13.0",