Skip to content

Commit

Permalink
corrected dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Hafsaqadar committed Oct 19, 2024
1 parent 0c7f864 commit 725aa20
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"colorthief": "^2.3.0",
"colorthief": "^2.3.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"gh-pages": "^2.1.1",
Expand All @@ -28,8 +28,7 @@
"test": "react-scripts test",
"eject": "react-scripts eject",
"format": "prettier --write \"./**/*.{js,css,json,scss}\"",
"check-format": "prettier -c \"./**/*.{js,css,json,scss}\"",
"dev": "react-scripts start"
"check-format": "prettier -c \"./**/*.{js,css,json,scss}\""
},
"eslintConfig": {
"extends": "react-app"
Expand All @@ -53,7 +52,7 @@
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"dotenv": "^8.6.0",
"dotenv": "^8.2.0",
"prettier": "^2.3.1"
}
}

0 comments on commit 725aa20

Please sign in to comment.