mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
Pin the es-module-shims
dependency to version 1.4.7
Unfortunately newer versions either caused breakage when running the unit tests manually in a browser or when serving the development viewer. Given that we hope to use native import maps soon and this dependency will then be removed anyway, let's pin it for the time being.
This commit is contained in:
parent
4bd5d98d59
commit
3af52dacb5
2 changed files with 8 additions and 8 deletions
|
@ -16,7 +16,7 @@
|
|||
"cross-env": "^7.0.3",
|
||||
"dialog-polyfill": "^0.5.6",
|
||||
"dommatrix": "^1.0.1",
|
||||
"es-module-shims": "^1.5.4",
|
||||
"es-module-shims": "1.4.7",
|
||||
"eslint": "^8.14.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-plugin-fetch-options": "^0.0.5",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue