From 5566e88252bdec17fd856ef1b3f4ced8e18b376a Mon Sep 17 00:00:00 2001 From: KimKyuHoi Date: Fri, 15 Nov 2024 02:43:19 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20zustand=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 5 ++--- pnpm-lock.yaml | 34 ---------------------------------- 2 files changed, 2 insertions(+), 37 deletions(-) diff --git a/package.json b/package.json index e3c8877..ff72e4b 100644 --- a/package.json +++ b/package.json @@ -50,8 +50,7 @@ "swiper": "^11.1.14", "tailwind-merge": "^2.5.4", "tailwindcss-animate": "^1.0.7", - "zod": "^3.23.8", - "zustand": "^4.5.5" + "zod": "^3.23.8" }, "devDependencies": { "@babel/eslint-parser": "^7.25.9", @@ -85,6 +84,7 @@ "eslint-config-prettier": "^9.1.0", "eslint-import-resolver-typescript": "^3.6.3", "eslint-plugin-import": "^2.31.0", + "eslint-plugin-jest-dom": "^5.4.0", "eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-n": "^16.6.2", "eslint-plugin-prettier": "^5.2.1", @@ -92,7 +92,6 @@ "eslint-plugin-react": "^7.37.2", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-react-refresh": "^0.4.14", - "eslint-plugin-jest-dom": "^5.4.0", "eslint-plugin-storybook": "^0.8.0", "eslint-plugin-testing-library": "^6.4.0", "eslint-plugin-vitest": "^0.5.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 33da208..36b1721 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -110,9 +110,6 @@ importers: zod: specifier: ^3.23.8 version: 3.23.8 - zustand: - specifier: ^4.5.5 - version: 4.5.5(@types/react@18.3.12)(react@18.3.1) devDependencies: '@babel/eslint-parser': specifier: ^7.25.9 @@ -4611,11 +4608,6 @@ packages: '@types/react': optional: true - use-sync-external-store@1.2.2: - resolution: {integrity: sha512-PElTlVMwpblvbNqQ82d2n6RjStvdSoNe9FG28kNfz3WiXilJm4DdNkEzRhCZuIDwY8U08WVihhGR5iRqAwfDiw==} - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - util-deprecate@1.0.2: resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} @@ -4829,21 +4821,6 @@ packages: zod@3.23.8: resolution: {integrity: sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==} - zustand@4.5.5: - resolution: {integrity: sha512-+0PALYNJNgK6hldkgDq2vLrw5f6g/jCInz52n9RTpropGgeAf/ioFUCdtsjCqu4gNhW9D01rUQBROoRjdzyn2Q==} - engines: {node: '>=12.7.0'} - peerDependencies: - '@types/react': '>=16.8' - immer: '>=9.0.6' - react: '>=16.8' - peerDependenciesMeta: - '@types/react': - optional: true - immer: - optional: true - react: - optional: true - snapshots: '@adobe/css-tools@4.4.0': {} @@ -9559,10 +9536,6 @@ snapshots: optionalDependencies: '@types/react': 18.3.12 - use-sync-external-store@1.2.2(react@18.3.1): - dependencies: - react: 18.3.1 - util-deprecate@1.0.2: {} util@0.12.5: @@ -9777,10 +9750,3 @@ snapshots: yoctocolors-cjs@2.1.2: {} zod@3.23.8: {} - - zustand@4.5.5(@types/react@18.3.12)(react@18.3.1): - dependencies: - use-sync-external-store: 1.2.2(react@18.3.1) - optionalDependencies: - '@types/react': 18.3.12 - react: 18.3.1