From cca8ac92d186fc6655077d27a65c4caf11e62993 Mon Sep 17 00:00:00 2001 From: Guillermo Gutierrez Almazor Date: Wed, 9 Oct 2024 16:49:51 +0200 Subject: [PATCH] Cleanup: fix `fetch-mock` dep location --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 3f22b52..2c51306 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,7 @@ "devDependencies": { "@jest/globals": "^29.7.0", "@types/jest": "^29.5.12", + "fetch-mock": "^11.1.5", "jest": "^29.7.0", "js-yaml": ">=3.13.1", "lodash": ">=4.17.13", @@ -44,8 +45,5 @@ "format": "prettier -w '*.{js,json}' '{lib,test}/**/*.ts'", "format-check": "prettier --check '*.{js,json}' '{lib,test}/**/*.ts'", "test": "jest" - }, - "dependencies": { - "fetch-mock": "^11.1.5" } }