Skip to content

Commit

Permalink
Remove duplicate gulp dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Joni Mettovaara authored Oct 10, 2023
1 parent 8f96ea8 commit ec4ee85
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -69,8 +69,7 @@
},
"dependencies": {
"airbnb-browser-shims": "^3.3.0",
"gulp": "^4.0.2",
"moveto": "^1.8.2",
"reframe.js": "^4.0.0"
}
}
}

0 comments on commit ec4ee85

Please sign in to comment.