From ec4ee859bb771a3f1fa60e063e87042590967848 Mon Sep 17 00:00:00 2001 From: Joni Mettovaara Date: Tue, 10 Oct 2023 09:41:10 +0300 Subject: [PATCH] Remove duplicate gulp dependency --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4f60a390..4bd011f3 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", - "gulp": "4.0.2", + "gulp": "^4.0.2", "gulp-eslint-new": "^1.7.2", "gulp-exec": "^5.0.0", "gulp-notify": "^4.0.0", @@ -69,8 +69,7 @@ }, "dependencies": { "airbnb-browser-shims": "^3.3.0", - "gulp": "^4.0.2", "moveto": "^1.8.2", "reframe.js": "^4.0.0" } -} \ No newline at end of file +}