From f1a29212314a41e2d48d30fe7c8beb7bb18d8ad2 Mon Sep 17 00:00:00 2001 From: Liyang Zhu <1184997399@qq.com> Date: Sun, 29 May 2022 19:26:13 +0800 Subject: [PATCH] chore: add uuid --- .gitignore | 1 + package.json | 1 + yarn.lock | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4d29575d..6c9142c6 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ .env.development.local .env.test.local .env.production.local +/.idea npm-debug.log* yarn-debug.log* diff --git a/package.json b/package.json index d135df5a..e724d048 100644 --- a/package.json +++ b/package.json @@ -75,6 +75,7 @@ "styled-reset": "^4.4.1", "terser-webpack-plugin": "^5.3.3", "tippy.js": "^6.3.7", + "uuid": "^8.3.2", "webpack": "^5.73.0", "webpack-dev-server": "^4.9.1", "webpack-manifest-plugin": "^5.0.0", diff --git a/yarn.lock b/yarn.lock index 1155338e..c4985f88 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9298,7 +9298,7 @@ utils-merge@1.0.1: uuid@^8.3.2: version "8.3.2" - resolved "https://mirrors.tencent.com/npm/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2" integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg== v8-compile-cache-lib@^3.0.0: