Depend on url module in preparation for webpack update.

This commit is contained in:
Joachim Bauch 2021-11-22 11:39:41 +01:00
parent 2f95b8c4e9
commit 515108edcb
No known key found for this signature in database
GPG key ID: 77C1D22D53E15F02
2 changed files with 4 additions and 2 deletions

3
package-lock.json generated
View file

@ -13,7 +13,8 @@
"paper": "0.12.15",
"pdfjs-dist": "2.0.943",
"pdfjs-dist-viewer-min": "2.0.943",
"socket.io-client": "4.4.0"
"socket.io-client": "4.4.0",
"url": "0.11.0"
},
"devDependencies": {
"copy-webpack-plugin": "6.4.1",

View file

@ -16,7 +16,8 @@
"paper": "0.12.15",
"pdfjs-dist": "2.0.943",
"pdfjs-dist-viewer-min": "2.0.943",
"socket.io-client": "4.4.0"
"socket.io-client": "4.4.0",
"url": "0.11.0"
},
"devDependencies": {
"copy-webpack-plugin": "6.4.1",