integrations: Add missing dependencies for screenshots.

message-screenshot.js stopped working because these dependencies were not
added to package.json.
This commit is contained in:
Zixuan James Li 2023-07-14 19:57:49 -04:00 committed by Tim Abbott
parent 1cd587d24b
commit f89552c226
2 changed files with 19 additions and 0 deletions

View File

@ -106,6 +106,7 @@
"callsites": "^3.1.0",
"cldr-annotations-derived-modern": "^43.0.0",
"cldr-annotations-modern": "^43.0.0",
"commander": "^11.0.0",
"css.escape": "^1.5.1",
"diff": "^5.0.0",
"difflib": "^0.2.4",
@ -120,6 +121,7 @@
"eslint-plugin-unicorn": "^47.0.0",
"jsdom": "^22.0.0",
"minimist": "^1.2.6",
"mkdirp": "^3.0.1",
"mockdate": "^3.0.2",
"nyc": "^15.0.0",
"openapi-examples-validator": "^5.0.0",

View File

@ -316,6 +316,9 @@ devDependencies:
cldr-annotations-modern:
specifier: ^43.0.0
version: 43.0.0
commander:
specifier: ^11.0.0
version: 11.0.0
css.escape:
specifier: ^1.5.1
version: 1.5.1
@ -358,6 +361,9 @@ devDependencies:
minimist:
specifier: ^1.2.6
version: 1.2.8
mkdirp:
specifier: ^3.0.1
version: 3.0.1
mockdate:
specifier: ^3.0.2
version: 3.0.5
@ -4469,6 +4475,11 @@ packages:
resolution: {integrity: sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==}
engines: {node: '>=14'}
/commander@11.0.0:
resolution: {integrity: sha512-9HMlXtt/BNoYr8ooyjjNRdIilOTkVJXB+GhxMTtOKwk0R4j4lS4NpjuqmRxroBfnfTSHQIHQB7wryHhXarNjmQ==}
engines: {node: '>=16'}
dev: true
/commander@2.20.3:
resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==}
@ -8278,6 +8289,12 @@ packages:
hasBin: true
dev: false
/mkdirp@3.0.1:
resolution: {integrity: sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==}
engines: {node: '>=10'}
hasBin: true
dev: true
/mockdate@3.0.5:
resolution: {integrity: sha512-iniQP4rj1FhBdBYS/+eQv7j1tadJ9lJtdzgOpvsOHng/GbcDh2Fhdeq+ZRldrPYdXvCyfFUmFeEwEGXZB5I/AQ==}
dev: true