From 01131313fa46839a3c3ddedc0f1340dcacc0f374 Mon Sep 17 00:00:00 2001 From: JJ Adonis Date: Tue, 19 Sep 2023 15:32:11 +0800 Subject: [PATCH] chore(ops): use standard ts --- packages/standard-api-express/package.json | 2 +- packages/standard-api-express/tsconfig.json | 2 +- packages/standard-api-fastify/package.json | 2 +- packages/standard-api-fastify/tsconfig.json | 2 +- pnpm-lock.yaml | 20 ++++++-------------- 5 files changed, 10 insertions(+), 18 deletions(-) diff --git a/packages/standard-api-express/package.json b/packages/standard-api-express/package.json index 4b0c74e8..5e0b7e39 100644 --- a/packages/standard-api-express/package.json +++ b/packages/standard-api-express/package.json @@ -22,7 +22,7 @@ "@nestjs/testing": "^10.2.5", "@nestjs/throttler": "^5.0.0", "@node-saml/passport-saml": "^4.0.4", - "@stickyjs/typescript": "^1.3.4", + "@waveshq/standard-typescript": "workspace:*", "@swc/cli": "^0.1.62", "@swc/core": "^1.3.86", "@types/express": "^4.17.17", diff --git a/packages/standard-api-express/tsconfig.json b/packages/standard-api-express/tsconfig.json index 075ea9a0..e75c9ca8 100644 --- a/packages/standard-api-express/tsconfig.json +++ b/packages/standard-api-express/tsconfig.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/tsconfig", "display": "Default", - "extends": "@stickyjs/typescript", + "extends": "@waveshq/standard-typescript", "compilerOptions": { "lib": ["ES2022"], "module": "CommonJS", diff --git a/packages/standard-api-fastify/package.json b/packages/standard-api-fastify/package.json index 8b2cc41d..d8b1d3dd 100644 --- a/packages/standard-api-fastify/package.json +++ b/packages/standard-api-fastify/package.json @@ -20,7 +20,7 @@ "@nestjs/terminus": "^10.1.1", "@nestjs/testing": "^10.2.5", "@nestjs/throttler": "^5.0.0", - "@stickyjs/typescript": "^1.3.4", + "@waveshq/standard-typescript": "workspace:*", "@swc/cli": "^0.1.62", "@swc/core": "^1.3.86", "async-mutex": "^0.4.0", diff --git a/packages/standard-api-fastify/tsconfig.json b/packages/standard-api-fastify/tsconfig.json index 075ea9a0..e75c9ca8 100644 --- a/packages/standard-api-fastify/tsconfig.json +++ b/packages/standard-api-fastify/tsconfig.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/tsconfig", "display": "Default", - "extends": "@stickyjs/typescript", + "extends": "@waveshq/standard-typescript", "compilerOptions": { "lib": ["ES2022"], "module": "CommonJS", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4738949b..38328a2a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -74,9 +74,6 @@ importers: '@node-saml/passport-saml': specifier: ^4.0.4 version: 4.0.4 - '@stickyjs/typescript': - specifier: ^1.3.4 - version: 1.3.4(typescript@5.2.2) '@swc/cli': specifier: ^0.1.62 version: 0.1.62(@swc/core@1.3.86) @@ -89,6 +86,9 @@ importers: '@types/passport-jwt': specifier: ^3.0.9 version: 3.0.9 + '@waveshq/standard-typescript': + specifier: workspace:* + version: link:../standard-typescript async-mutex: specifier: ^0.4.0 version: 0.4.0 @@ -161,15 +161,15 @@ importers: '@nestjs/throttler': specifier: ^5.0.0 version: 5.0.0(@nestjs/common@10.2.5)(@nestjs/core@10.2.5)(reflect-metadata@0.1.13) - '@stickyjs/typescript': - specifier: ^1.3.4 - version: 1.3.4(typescript@5.2.2) '@swc/cli': specifier: ^0.1.62 version: 0.1.62(@swc/core@1.3.86) '@swc/core': specifier: ^1.3.86 version: 1.3.86 + '@waveshq/standard-typescript': + specifier: workspace:* + version: link:../standard-typescript async-mutex: specifier: ^0.4.0 version: 0.4.0 @@ -3328,14 +3328,6 @@ packages: - typanion dev: true - /@stickyjs/typescript@1.3.4(typescript@5.2.2): - resolution: {integrity: sha512-3NJQ80g12ovYG9a9Iq1YKIxDoX90Ggh/jMBKXh7cojzVcaL9KUmhHrpz+KnP0UjJoVETMe5dtw2jbSjnV9kobg==} - peerDependencies: - typescript: '*' - dependencies: - typescript: 5.2.2 - dev: false - /@swc/cli@0.1.62(@swc/core@1.3.86): resolution: {integrity: sha512-kOFLjKY3XH1DWLfXL1/B5MizeNorHR8wHKEi92S/Zi9Md/AK17KSqR8MgyRJ6C1fhKHvbBCl8wboyKAFXStkYw==} engines: {node: '>= 12.13'}