From e2791de615060b57f5f563a3b76a28b70cc5eecc Mon Sep 17 00:00:00 2001 From: Roy Li Date: Thu, 15 Jun 2023 23:13:38 +0200 Subject: [PATCH] fix: dependency --- package.json | 2 +- pnpm-lock.yaml | 13 +++---------- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index a53262fd2..8808e4756 100644 --- a/package.json +++ b/package.json @@ -76,6 +76,7 @@ "@surgio/eslint-config-surgio": "^1.0.5", "@surgio/logger": "^1.2.1", "@types/eslint": "^8.40.0", + "@typescript-eslint/parser": "^5.59.8", "agentkeepalive": "^4.3.0", "ali-oss": "^6.17.1", "bluebird": "^3.7.2", @@ -134,7 +135,6 @@ "@types/sinon": "^10.0.15", "@types/urlsafe-base64": "^1.0.28", "@typescript-eslint/eslint-plugin": "^5.59.8", - "@typescript-eslint/parser": "^5.59.8", "@vuepress/client": "2.0.0-beta.62", "@vuepress/plugin-docsearch": "2.0.0-beta.62", "@vuepress/plugin-google-analytics": "2.0.0-beta.62", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8843bf60d..a7605a942 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -25,6 +25,9 @@ dependencies: '@types/eslint': specifier: ^8.40.0 version: 8.40.0 + '@typescript-eslint/parser': + specifier: ^5.59.8 + version: 5.59.8(eslint@8.41.0)(typescript@5.0.4) agentkeepalive: specifier: ^4.3.0 version: 4.3.0 @@ -195,9 +198,6 @@ devDependencies: '@typescript-eslint/eslint-plugin': specifier: ^5.59.8 version: 5.59.8(@typescript-eslint/parser@5.59.8)(eslint@8.41.0)(typescript@5.0.4) - '@typescript-eslint/parser': - specifier: ^5.59.8 - version: 5.59.8(eslint@8.41.0)(typescript@5.0.4) '@vuepress/client': specifier: 2.0.0-beta.62 version: 2.0.0-beta.62 @@ -1748,7 +1748,6 @@ packages: typescript: 5.0.4 transitivePeerDependencies: - supports-color - dev: true /@typescript-eslint/scope-manager@5.59.8: resolution: {integrity: sha512-/w08ndCYI8gxGf+9zKf1vtx/16y8MHrZs5/tnjHhMLNSixuNcJavSX4wAiPf4aS5x41Es9YPCn44MIe4cxIlig==} @@ -1756,7 +1755,6 @@ packages: dependencies: '@typescript-eslint/types': 5.59.8 '@typescript-eslint/visitor-keys': 5.59.8 - dev: true /@typescript-eslint/type-utils@5.59.8(eslint@8.41.0)(typescript@5.0.4): resolution: {integrity: sha512-+5M518uEIHFBy3FnyqZUF3BMP+AXnYn4oyH8RF012+e7/msMY98FhGL5SrN29NQ9xDgvqCgYnsOiKp1VjZ/fpA==} @@ -1781,7 +1779,6 @@ packages: /@typescript-eslint/types@5.59.8: resolution: {integrity: sha512-+uWuOhBTj/L6awoWIg0BlWy0u9TyFpCHrAuQ5bNfxDaZ1Ppb3mx6tUigc74LHcbHpOHuOTOJrBoAnhdHdaea1w==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dev: true /@typescript-eslint/typescript-estree@5.59.8(typescript@5.0.4): resolution: {integrity: sha512-Jy/lPSDJGNow14vYu6IrW790p7HIf/SOV1Bb6lZ7NUkLc2iB2Z9elESmsaUtLw8kVqogSbtLH9tut5GCX1RLDg==} @@ -1802,7 +1799,6 @@ packages: typescript: 5.0.4 transitivePeerDependencies: - supports-color - dev: true /@typescript-eslint/utils@5.59.8(eslint@8.41.0)(typescript@5.0.4): resolution: {integrity: sha512-Tr65630KysnNn9f9G7ROF3w1b5/7f6QVCJ+WK9nhIocWmx9F+TmCAcglF26Vm7z8KCTwoKcNEBZrhlklla3CKg==} @@ -1830,7 +1826,6 @@ packages: dependencies: '@typescript-eslint/types': 5.59.8 eslint-visitor-keys: 3.4.1 - dev: true /@vitejs/plugin-vue@4.2.3(vite@4.3.9)(vue@3.3.4): resolution: {integrity: sha512-R6JDUfiZbJA9cMiguQ7jxALsgiprjBeHL5ikpXfJCH62pPHtI+JdJ5xWj6Ev73yXSlYl86+blXn1kZHQ7uElxw==} @@ -9077,7 +9072,6 @@ packages: /tslib@1.14.1: resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==} - dev: true /tslib@2.5.2: resolution: {integrity: sha512-5svOrSA2w3iGFDs1HibEVBGbDrAY82bFQ3HZ3ixB+88nsbsWQoKqDRb5UBYAUPEzbBn6dAp5gRNXglySbx1MlA==} @@ -9090,7 +9084,6 @@ packages: dependencies: tslib: 1.14.1 typescript: 5.0.4 - dev: true /tunnel-agent@0.6.0: resolution: {integrity: sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==}