Skip to content

Commit 1878efc

Browse files
committed
chore(deps): remove unused es6-promise dependency
The es6-promise package was never imported in the source code and the project requires Node >= 20 which has native Promise support.
1 parent b38a464 commit 1878efc

2 files changed

Lines changed: 0 additions & 9 deletions

File tree

packages/javascript-api/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
"repository": "Qminder/javascript-api",
4242
"dependencies": {
4343
"@types/ws": "^8.0.0",
44-
"es6-promise": "^4.1.1",
4544
"isomorphic-ws": "^5.0.0",
4645
"ws": "^8.0.0"
4746
},

yarn.lock

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3973,13 +3973,6 @@ __metadata:
39733973
languageName: node
39743974
linkType: hard
39753975

3976-
"es6-promise@npm:^4.1.1":
3977-
version: 4.2.8
3978-
resolution: "es6-promise@npm:4.2.8"
3979-
checksum: 10c0/2373d9c5e9a93bdd9f9ed32ff5cb6dd3dd785368d1c21e9bbbfd07d16345b3774ae260f2bd24c8f836a6903f432b4151e7816a7fa8891ccb4e1a55a028ec42c3
3980-
languageName: node
3981-
linkType: hard
3982-
39833976
"esbuild@npm:~0.23.0":
39843977
version: 0.23.1
39853978
resolution: "esbuild@npm:0.23.1"
@@ -6966,7 +6959,6 @@ __metadata:
69666959
"@types/sinon": "npm:17.0.3"
69676960
"@types/ws": "npm:^8.0.0"
69686961
cross-fetch: "npm:^4.0.0"
6969-
es6-promise: "npm:^4.1.1"
69706962
graphql: "npm:15.10.1"
69716963
graphql-tag: "npm:2.12.6"
69726964
isomorphic-ws: "npm:^5.0.0"

0 commit comments

Comments
 (0)