From 28893f4f93370e0fdc4824b839ee207331676653 Mon Sep 17 00:00:00 2001 From: GaoNeng-wWw Date: Wed, 2 Oct 2024 14:30:14 +0800 Subject: [PATCH] chore: do not push pnpm-lock.yaml file again --- .gitignore | 3 ++- pnpm-lock.yaml | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 52064ad..3d3a24a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules dist -.rslib \ No newline at end of file +.rslib +pnpm-lock.yaml \ No newline at end of file diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 51b2aaf..5f35a94 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -181,6 +181,12 @@ importers: specifier: 18.3.1 version: 18.3.1 + packages/components/center: + dependencies: + react: + specifier: 18.3.1 + version: 18.3.1 + packages/components/drop-zone: dependencies: react: