From 399c10ed801314afd4d2fef5ce104bb8b555d5de Mon Sep 17 00:00:00 2001 From: Jonathan Neuteboom Date: Sun, 6 Oct 2024 21:02:51 +0200 Subject: [PATCH] Remove @jest/globals --- package.json | 1 - yarn.lock | 1 - 2 files changed, 2 deletions(-) diff --git a/package.json b/package.json index 0a6d374..fe2b3a7 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,6 @@ "lint": "tsc && eslint 'src/**'" }, "dependencies": { - "@jest/globals": "^29.7.0", "@types/node": "^18.14.0", "@typescript-eslint/parser": "^8.7.0", "@typescript-eslint/utils": "^8.7.0", diff --git a/yarn.lock b/yarn.lock index 0625a6a..748e6ff 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2174,7 +2174,6 @@ __metadata: resolution: "eslint-plugin-observation@workspace:." dependencies: "@eslint/js": ^9.11.1 - "@jest/globals": ^29.7.0 "@types/node": ^18.14.0 "@typescript-eslint/eslint-plugin": ^8.7.0 "@typescript-eslint/parser": ^8.7.0