From a3c8e84912decd36f2469af6c56ae855d27da2a8 Mon Sep 17 00:00:00 2001 From: sijinhui Date: Tue, 30 Jan 2024 22:26:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BA=86=E5=BE=88=E5=A4=9A?= =?UTF-8?q?=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + package.json | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) 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",