Skip to content

Commit 725aa20

Browse files
committed
corrected dependencies
1 parent 0c7f864 commit 725aa20

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.1.0",
55
"private": true,
66
"dependencies": {
7-
"colorthief": "^2.3.0",
7+
"colorthief": "^2.3.0",
88
"enzyme": "^3.11.0",
99
"enzyme-adapter-react-16": "^1.15.6",
1010
"gh-pages": "^2.1.1",
@@ -28,8 +28,7 @@
2828
"test": "react-scripts test",
2929
"eject": "react-scripts eject",
3030
"format": "prettier --write \"./**/*.{js,css,json,scss}\"",
31-
"check-format": "prettier -c \"./**/*.{js,css,json,scss}\"",
32-
"dev": "react-scripts start"
31+
"check-format": "prettier -c \"./**/*.{js,css,json,scss}\""
3332
},
3433
"eslintConfig": {
3534
"extends": "react-app"
@@ -53,7 +52,7 @@
5352
},
5453
"devDependencies": {
5554
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
56-
"dotenv": "^8.6.0",
55+
"dotenv": "^8.2.0",
5756
"prettier": "^2.3.1"
5857
}
5958
}

0 commit comments

Comments
 (0)