From 0e9ca20f56ef85dd1ee1878da3481bd01f6882c7 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Mon, 25 Apr 2022 23:03:12 +0200 Subject: [PATCH] Test failure mode --- .idea/git_toolbox_prj.xml | 15 +++++++++++++++ package.json | 1 - pnpm-lock.yaml | 6 ------ 3 files changed, 15 insertions(+), 7 deletions(-) create mode 100644 .idea/git_toolbox_prj.xml diff --git a/.idea/git_toolbox_prj.xml b/.idea/git_toolbox_prj.xml new file mode 100644 index 0000000..02b915b --- /dev/null +++ b/.idea/git_toolbox_prj.xml @@ -0,0 +1,15 @@ + + + + + + + \ No newline at end of file diff --git a/package.json b/package.json index 40e7a69..4eff2e5 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,6 @@ "next": "latest", "react": "^18.0.0", "react-dom": "^18.0.0", - "react-uuid": "^1.0.2", "uuid": "^8.3.2" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8344ad0..f9465ff 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -11,7 +11,6 @@ specifiers: prettier-plugin-tailwindcss: ^0.1.1 react: ^18.0.0 react-dom: ^18.0.0 - react-uuid: ^1.0.2 sass: ^1.50.1 tailwindcss: ^3.0.7 typescript: 4.5.4 @@ -21,7 +20,6 @@ dependencies: next: 12.1.5_d7d27f3bc85bacccfb9132af84144489 react: 18.0.0 react-dom: 18.0.0_react@18.0.0 - react-uuid: 1.0.2 uuid: 8.3.2 devDependencies: @@ -642,10 +640,6 @@ packages: scheduler: 0.21.0 dev: false - /react-uuid/1.0.2: - resolution: {integrity: sha512-5e0GM16uuQj9MdRJlZ0GdLC8LKMwpU9PIqYmF27s3fIV2z+rLyASTaiW4aKzSY4DyGanz+ImzsECkftwGWfAwA==} - dev: false - /react/18.0.0: resolution: {integrity: sha512-x+VL6wbT4JRVPm7EGxXhZ8w8LTROaxPXOqhlGyVSrv0sB1jkyFGgXxJ8LVoPRLvPR6/CIZGFmfzqUa2NYeMr2A==} engines: {node: '>=0.10.0'}