Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
12core1 committed May 27, 2024
1 parent 3e497df commit 0b6cfb0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"classnames": "^2.3.2",
"clean-css": "^5.3.2",
"clsx": "^2.0.0",

"css-minimizer-webpack-plugin": "^5.0.1",
"dependency-cruiser": "^15.5.0",
"eslint": "8.55.0",
Expand Down Expand Up @@ -100,7 +101,11 @@
"react-wrap-balancer": "^1.0.0",
"react-zoom-pan-pinch": "^3.4.2",
"simple-peer": "^9.11.1",
"toast-notification-js": "^1.0.3"
"toast-notification-js": "^1.0.3",
"sharp": "0.30.7"
},
"resolutions": {
"sharp": "0.30.7"
},
"postinstall": "npm dedupe"
}

0 comments on commit 0b6cfb0

Please sign in to comment.