From d6925121cac116899565e7b87c92564f561b68ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?FAY=E3=82=B7?= <103030954+FAYStarNext@users.noreply.github.com> Date: Tue, 23 Jul 2024 19:46:49 +0700 Subject: [PATCH] chore: Update npm dependencies and package.json version --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index f769fc0..a6db3fe 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "sunday.ts", "main": "dist/index.js", "types": "dist/index.d.ts", - "version": "1.0.9-indev", + "version": "1.0.10-indev", "description": "Sunday a lavalink wrapper", "license": "MIT", "author": "FAYStarNext", @@ -18,7 +18,12 @@ "@types/bun": "latest", "eslint": "9.x", "globals": "^15.8.0", - "typescript-eslint": "^7.16.1" + "typescript-eslint": "^7.16.1", + "@babel/cli": "^7.24.8", + "@babel/core": "^7.24.9", + "@babel/plugin-proposal-class-properties": "^7.18.6", + "@babel/preset-env": "^7.24.8", + "@babel/preset-typescript": "^7.24.7" }, "publishConfig": { "registry": "https://registry.npmjs.org/", @@ -32,11 +37,6 @@ "typescript": "^5.5.3" }, "dependencies": { - "@babel/cli": "^7.24.8", - "@babel/core": "^7.24.9", - "@babel/plugin-proposal-class-properties": "^7.18.6", - "@babel/preset-env": "^7.24.8", - "@babel/preset-typescript": "^7.24.7", "@discordjs/collection": "^2.1.0", "discord.js": "^14.15.3", "node-fetch": "^3.3.2",