Skip to content

Commit

Permalink
remove unused debounce promise
Browse files Browse the repository at this point in the history
  • Loading branch information
KobeZ123 committed Jan 21, 2024
1 parent 370301b commit 047cf3e
Showing 2 changed files with 0 additions and 18 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -40,7 +40,6 @@
"@babel/plugin-proposal-decorators": "^7.17.8",
"@nestjs/throttler": "^5.0.1",
"cross-env": "^7.0.3",
"debounce-promise": "^3.1.2",
"fuse.js": "^7.0.0",
"nodemailer": "^6.9.1"
},
@@ -49,7 +48,6 @@
"@babel/core": "^7.17.7",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@types/debounce-promise": "^3",
"@types/nodemailer": "^6.4.7",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
16 changes: 0 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -4159,13 +4159,6 @@ __metadata:
languageName: node
linkType: hard

"@types/debounce-promise@npm:^3":
version: 3.1.9
resolution: "@types/debounce-promise@npm:3.1.9"
checksum: ea6c38c8d4b6006aea25fb9891281b0ea908aab7ae32755e85dfda1ae78331dab1884da7143aa4ca5166741884bc9f7665391072ddce800b5d2c1f44d4a11b9d
languageName: node
linkType: hard

"@types/debug@npm:^4.0.0":
version: 4.1.7
resolution: "@types/debug@npm:4.1.7"
@@ -6417,13 +6410,6 @@ __metadata:
languageName: node
linkType: hard

"debounce-promise@npm:^3.1.2":
version: 3.1.2
resolution: "debounce-promise@npm:3.1.2"
checksum: 29bac4524c423cc852319d7455363909ea3d933a3b9e3eb1149d963cffc34c475fe37219d0bafc61af566500b5d663cba579bbad7ee4023bef06f8394ed900ad
languageName: node
linkType: hard

"debug@npm:2.6.9, debug@npm:^2.6.9":
version: 2.6.9
resolution: "debug@npm:2.6.9"
@@ -8072,13 +8058,11 @@ __metadata:
"@babel/preset-env": ^7.16.11
"@babel/preset-typescript": ^7.16.7
"@nestjs/throttler": ^5.0.1
"@types/debounce-promise": ^3
"@types/nodemailer": ^6.4.7
"@typescript-eslint/eslint-plugin": ^5.15.0
"@typescript-eslint/parser": ^5.15.0
concurrently: ^7.0.0
cross-env: ^7.0.3
debounce-promise: ^3.1.2
eslint: ^8.11.0
eslint-config-prettier: ^8.5.0
eslint-plugin-import: ^2.25.4

0 comments on commit 047cf3e

Please sign in to comment.