1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-23 22:36:32 +02:00

Chore: Remove no-longer-necessary Promise polyfill (#13748)

This commit is contained in:
Henry Heino
2025-11-21 11:18:28 -08:00
committed by GitHub
parent fab633bbb4
commit f4904d8155
3 changed files with 9 additions and 12 deletions

View File

@@ -1,5 +1,4 @@
const shim = require('./shim').default;
const Promise = require('promise');
class DatabaseDriverNode {
open(options) {

View File

@@ -85,7 +85,6 @@
"node-notifier": "10.0.1",
"node-persist": "3.1.3",
"node-rsa": "1.1.1",
"promise": "8.3.0",
"query-string": "7.1.3",
"re-reselect": "4.0.1",
"redux": "4.2.1",

View File

@@ -10618,7 +10618,6 @@ __metadata:
node-persist: "npm:3.1.3"
node-rsa: "npm:1.1.1"
pdfjs-dist: "npm:3.11.174"
promise: "npm:8.3.0"
query-string: "npm:7.1.3"
re-reselect: "npm:4.0.1"
react: "npm:18.3.1"
@@ -42452,15 +42451,6 @@ __metadata:
languageName: node
linkType: hard
"promise@npm:8.3.0, promise@npm:^8.3.0":
version: 8.3.0
resolution: "promise@npm:8.3.0"
dependencies:
asap: "npm:~2.0.6"
checksum: 10/55e9d0d723c66810966bc055c6c77a3658c0af7e4a8cc88ea47aeaf2949ca0bd1de327d9c631df61236f5406ad478384fa19a77afb3f88c0303eba9e5eb0a8d8
languageName: node
linkType: hard
"promise@npm:^7.1.1":
version: 7.3.1
resolution: "promise@npm:7.3.1"
@@ -42470,6 +42460,15 @@ __metadata:
languageName: node
linkType: hard
"promise@npm:^8.3.0":
version: 8.3.0
resolution: "promise@npm:8.3.0"
dependencies:
asap: "npm:~2.0.6"
checksum: 10/55e9d0d723c66810966bc055c6c77a3658c0af7e4a8cc88ea47aeaf2949ca0bd1de327d9c631df61236f5406ad478384fa19a77afb3f88c0303eba9e5eb0a8d8
languageName: node
linkType: hard
"prompts@npm:^2.0.1, prompts@npm:^2.3.2, prompts@npm:^2.4.0, prompts@npm:^2.4.2":
version: 2.4.2
resolution: "prompts@npm:2.4.2"