From b9d64a69d508740f323699358451959f34987e3a Mon Sep 17 00:00:00 2001 From: ramzi hannachi Date: Thu, 20 Jul 2023 22:42:31 +0200 Subject: [PATCH] TEST --- .github/workflows/storybook.deploy.yml | 2 +- package.json | 2 ++ pnpm-lock.yaml | 23 +++++++++++++++++++++-- 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/.github/workflows/storybook.deploy.yml b/.github/workflows/storybook.deploy.yml index 159ded4..0a6220e 100644 --- a/.github/workflows/storybook.deploy.yml +++ b/.github/workflows/storybook.deploy.yml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v3 with: - fetch-depth: 0 # 👈 Required to retrieve git history + fetch-depth: 0 # 👈 Required to retrieve git history - uses: pnpm/action-setup@v2 with: diff --git a/package.json b/package.json index abf9393..d17d39e 100644 --- a/package.json +++ b/package.json @@ -31,8 +31,10 @@ "@storybook/react-vite": "^7.0.22", "@storybook/test-runner": "^0.10.0", "@storybook/testing-library": "^0.1.0", + "@types/fs-extra": "^11.0.1", "@types/react": "^18.2.12", "@types/react-dom": "^18.2.5", + "@types/testing-library__jest-dom": "^5.14.8", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "autoprefixer": "^10.4.14", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2c68fbb..5f0bbc5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -52,12 +52,18 @@ devDependencies: '@storybook/testing-library': specifier: ^0.1.0 version: 0.1.0 + '@types/fs-extra': + specifier: ^11.0.1 + version: 11.0.1 '@types/react': specifier: ^18.2.12 version: 18.2.12 '@types/react-dom': specifier: ^18.2.5 version: 18.2.5 + '@types/testing-library__jest-dom': + specifier: ^5.14.8 + version: 5.14.8 '@typescript-eslint/eslint-plugin': specifier: ^6.0.0 version: 6.0.0(@typescript-eslint/parser@6.0.0)(eslint@8.45.0)(typescript@5.1.3) @@ -4851,6 +4857,13 @@ packages: resolution: {integrity: sha512-frsJrz2t/CeGifcu/6uRo4b+SzAwT4NYCVPu1GN8IB9XTzrpPkGuV0tmh9mN+/L0PklAlsC3u5Fxt0ju00LXIw==} dev: true + /@types/fs-extra@11.0.1: + resolution: {integrity: sha512-MxObHvNl4A69ofaTRU8DFqvgzzv8s9yRtaPPm5gud9HDNvpB3GPQFvNuTWAI59B9huVGV5jXYJwbCsmBsOGYWA==} + dependencies: + '@types/jsonfile': 6.1.1 + '@types/node': 20.4.2 + dev: true + /@types/glob@7.2.0: resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} dependencies: @@ -4862,7 +4875,7 @@ packages: resolution: {integrity: sha512-IO+MJPVhoqz+28h1qLAcBEH2+xHMK6MTyHJc7MTnnYb6wsoLR29POVGJ7LycmVXIqyy/4/2ShP5sUwTXuOwb/w==} dependencies: '@types/minimatch': 5.1.2 - '@types/node': 16.18.38 + '@types/node': 20.4.2 dev: true /@types/graceful-fs@4.1.6: @@ -4906,6 +4919,12 @@ packages: resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==} dev: true + /@types/jsonfile@6.1.1: + resolution: {integrity: sha512-GSgiRCVeapDN+3pqA35IkQwasaCh/0YFH5dEF6S88iDvEn901DjOeH3/QPY+XYP1DFzDZPvIvfeEgk+7br5png==} + dependencies: + '@types/node': 20.4.2 + dev: true + /@types/lodash@4.14.195: resolution: {integrity: sha512-Hwx9EUgdwf2GLarOjQp5ZH8ZmblzcbTBC2wtQWNKARBSxM9ezRIAUpeDTgoQRAFB0+8CNWXVA9+MaSOzOF3nPg==} dev: true @@ -4933,7 +4952,7 @@ packages: /@types/node-fetch@2.6.4: resolution: {integrity: sha512-1ZX9fcN4Rvkvgv4E6PAY5WXUFWFcRWxZa3EW83UjycOB9ljJCedb2CupIP4RZMEwF/M3eTcCihbBRgwtGbg5Rg==} dependencies: - '@types/node': 16.18.38 + '@types/node': 20.4.2 form-data: 3.0.1 dev: true