From e2eb03b9df6e7f84407636623c924e7ebaca6a18 Mon Sep 17 00:00:00 2001 From: kaitlynkitty <87152313+kaitlynkittyy@users.noreply.github.com> Date: Wed, 27 Sep 2023 09:41:11 -0400 Subject: [PATCH] Discard changes to package.json --- package.json | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index b2f0d35..d2598d7 100644 --- a/package.json +++ b/package.json @@ -23,33 +23,32 @@ "watch": "pnpm build --watch" }, "dependencies": { - "arrpc": "github:OpenAsar/arrpc#89f4da610ccfac93f461826a446a17cd3b23953d", - "node-pipewire": "^1.0.14" + "arrpc": "github:OpenAsar/arrpc#89f4da610ccfac93f461826a446a17cd3b23953d" }, "devDependencies": { "@fal-works/esbuild-plugin-global-externals": "^2.1.2", - "@types/node": "^20.7.0", - "@types/react": "^18.2.22", - "@typescript-eslint/eslint-plugin": "^6.7.3", - "@typescript-eslint/parser": "^6.7.3", + "@types/node": "^20.4.6", + "@types/react": "^18.2.18", + "@typescript-eslint/eslint-plugin": "^6.2.1", + "@typescript-eslint/parser": "^6.2.1", "@vencord/types": "^0.1.2", "dotenv": "^16.3.1", - "electron": "^26.2.2", - "electron-builder": "^24.6.4", - "esbuild": "^0.18.20", - "eslint": "^8.50.0", - "eslint-config-prettier": "^8.10.0", + "electron": "^25.8.2", + "electron-builder": "^24.6.3", + "esbuild": "^0.18.17", + "eslint": "^8.46.0", + "eslint-config-prettier": "^8.9.0", "eslint-import-resolver-alias": "^1.1.2", "eslint-plugin-license-header": "^0.6.0", "eslint-plugin-path-alias": "^1.0.0", "eslint-plugin-prettier": "^5.0.0", "eslint-plugin-simple-import-sort": "^10.0.0", "eslint-plugin-unused-imports": "^3.0.0", - "prettier": "^3.0.3", + "prettier": "^3.0.0", "source-map-support": "^0.5.21", - "tsx": "^3.13.0", - "type-fest": "^4.3.1", - "typescript": "^5.2.2" + "tsx": "^3.12.7", + "type-fest": "^4.1.0", + "typescript": "^5.1.6" }, "packageManager": "pnpm@8.6.11", "engines": {