From 7c1c16e4db03fbe8d11ba6865efb0006c4834e61 Mon Sep 17 00:00:00 2001 From: Nicolas Ayral Seydoux Date: Wed, 3 Jul 2024 15:02:52 +0200 Subject: [PATCH] Remove unused dependency --- e2e/node/error.test.ts | 3 +-- package-lock.json | 1 - package.json | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/e2e/node/error.test.ts b/e2e/node/error.test.ts index f2974c0..24c87ef 100644 --- a/e2e/node/error.test.ts +++ b/e2e/node/error.test.ts @@ -35,13 +35,12 @@ import { getPodRoot, } from "@inrupt/internal-test-env"; import { Session } from "@inrupt/solid-client-authn-node"; -import { getPodUrlAll } from "@inrupt/solid-client"; import { NotAcceptableError, NotFoundError, UnauthorizedError, - handleErrorResponse + handleErrorResponse, } from "../../src/index"; custom.setHttpOptionsDefaults({ diff --git a/package-lock.json b/package-lock.json index afd14d5..88767c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,6 @@ "@inrupt/eslint-config-lib": "^3.0.1", "@inrupt/internal-test-env": "^3.2.1", "@inrupt/jest-jsdom-polyfills": "^3.2.1", - "@inrupt/solid-client": "^2.0.1", "@inrupt/solid-client-authn-node": "^2.2.4", "@typescript-eslint/eslint-plugin": "^7.14.1", "@typhonjs-typedoc/ts-lib-docs": "^2023.7.12", diff --git a/package.json b/package.json index 900d286..8ab2ee3 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,6 @@ "@inrupt/eslint-config-lib": "^3.0.1", "@inrupt/internal-test-env": "^3.2.1", "@inrupt/jest-jsdom-polyfills": "^3.2.1", - "@inrupt/solid-client": "^2.0.1", "@inrupt/solid-client-authn-node": "^2.2.4", "@typescript-eslint/eslint-plugin": "^7.14.1", "@typhonjs-typedoc/ts-lib-docs": "^2023.7.12",