diff --git a/.gitignore b/.gitignore index 92a551fae..7f5d28437 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ /node_modules /.pnp .pnp.js +yarn.lock # testing /coverage diff --git a/package.json b/package.json index 3d7574359..91762af7d 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,6 @@ "remark-gfm": "^4.0.0", "remark-math": "^6.0.0", "sass": "^1.70.0", - "sharp": "^0.33.2", "sonner": "^1.4.0", "spark-md5": "^3.0.2", "tailwind-merge": "^2.2.1", @@ -70,7 +69,7 @@ "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "husky": "^9.0.7", - "lint-staged": "15.2.0", + "lint-staged": "^15.2.0", "mini-css-extract-plugin": "^2.7.7", "postcss": "^8.4.33", "postcss-import": "^16.0.0",