From 8f08863dfb33c6481aca89b32ea53df452c2eaa0 Mon Sep 17 00:00:00 2001 From: terwer Date: Thu, 2 Feb 2023 13:24:51 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0eslint-config-standa?= =?UTF-8?q?rd-with-typescript?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- .npmrc | 3 +-- pnpm-lock.yaml | 8 ++++---- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 307e5841..5e7d2682 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,4 +45,4 @@ jobs: ${{ runner.os }}-pnpm-store- - name: Install dependencies and build for production - run: pnpm install --no-frozen-lockfile && pnpm newVersion && pnpm run build + run: pnpm install && pnpm newVersion && pnpm run build diff --git a/.npmrc b/.npmrc index 1cfbd6f0..c483022c 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1 @@ -shamefully-hoist=true -strict-peer-dependencies=false \ No newline at end of file +shamefully-hoist=true \ No newline at end of file diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 22d3615b..fb2bb116 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -29,7 +29,7 @@ specifiers: element-plus: ^2.2.25 eslint: ^8.0.1 eslint-config-prettier: ^8.5.0 - eslint-config-standard-with-typescript: ^32.0.0 + eslint-config-standard-with-typescript: ^34.0.0 eslint-plugin-import: ^2.25.2 eslint-plugin-n: ^15.0.0 eslint-plugin-promise: ^6.0.0 @@ -107,7 +107,7 @@ devDependencies: better-docs: 2.7.2 eslint: 8.30.0 eslint-config-prettier: 8.5.0_eslint@8.30.0 - eslint-config-standard-with-typescript: 32.0.0_r3et37n5jo7vy32jffmixody7a + eslint-config-standard-with-typescript: 34.0.0_r3et37n5jo7vy32jffmixody7a eslint-plugin-import: 2.26.0_smw3o7qjeokkcohbvp7rylsoqq eslint-plugin-n: 15.6.0_eslint@8.30.0 eslint-plugin-promise: 6.1.1_eslint@8.30.0 @@ -2940,8 +2940,8 @@ packages: eslint: 8.30.0 dev: true - /eslint-config-standard-with-typescript/32.0.0_r3et37n5jo7vy32jffmixody7a: - resolution: { integrity: sha512-SyfzLvyBbPfxr2K/zNphtl5CGIS7FHH7v0TZrpmuyEXe+S1LFgt8hdJcWZHNxFckAGVQqrCxe/8+9T6n8x0gEA== } + /eslint-config-standard-with-typescript/34.0.0_r3et37n5jo7vy32jffmixody7a: + resolution: { integrity: sha512-zhCsI4/A0rJ1ma8sf3RLXYc0gc7yPmdTWRVXMh9dtqeUx3yBQyALH0wosHhk1uQ9QyItynLdNOtcHKNw8G7lQw== } peerDependencies: '@typescript-eslint/eslint-plugin': ^5.0.0 eslint: ^8.0.1