Merge pull request #13884 from Snuffleupagus/update-packages

Update packages and translations
This commit is contained in:
Tim van der Meij 2021-08-08 11:58:56 +02:00 committed by GitHub
commit 745d5cc819
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 188 additions and 460 deletions

View File

@ -47,6 +47,7 @@
"unicorn/no-abusive-eslint-disable": "error",
"unicorn/no-array-push-push": "error",
"unicorn/no-instanceof-array": "error",
"unicorn/no-useless-spread": "error",
"unicorn/prefer-string-starts-ends-with": "error",
// Possible errors

View File

@ -257,6 +257,3 @@ password_cancel=キャンセル
printing_not_supported=警告: このブラウザーでは印刷が完全にサポートされていません。
printing_not_ready=警告: PDF を印刷するための読み込みが終了していません。
web_fonts_disabled=ウェブフォントが無効になっています: 埋め込まれた PDF のフォントを使用できません。
# LOCALIZATION NOTE (unsupported_feature_signatures): Should contain the same
# exact string as in the `chrome.properties` file.
unsupported_feature_signatures=この PDF ドキュメントは、デジタル署名が含まれています。署名の検証はサポートされていません。

622
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,32 +1,32 @@
{
"name": "pdf.js",
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/core": "^7.15.0",
"@babel/plugin-proposal-logical-assignment-operators": "^7.14.5",
"@babel/plugin-transform-modules-commonjs": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.8",
"@babel/plugin-transform-modules-commonjs": "^7.15.0",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/runtime": "^7.14.8",
"acorn": "^8.4.1",
"autoprefixer": "^10.3.1",
"babel-loader": "^8.2.2",
"canvas": "^2.8.0",
"core-js": "^3.15.2",
"core-js": "^3.16.0",
"cross-env": "^7.0.3",
"dommatrix": "^0.0.6",
"es-module-shims": "^0.12.2",
"escodegen": "^2.0.0",
"eslint": "^7.31.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-fetch-options": "^0.0.5",
"eslint-plugin-html": "^6.1.2",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-json": "^3.0.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-mozilla": "^2.10.0",
"eslint-plugin-no-unsanitized": "^3.1.5",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-sort-exports": "^0.4.0",
"eslint-plugin-unicorn": "^34.0.1",
"eslint-plugin-unicorn": "^35.0.0",
"globals": "^13.10.0",
"gulp": "^4.0.2",
"gulp-postcss": "^9.0.0",
@ -42,7 +42,7 @@
"postcss": "^8.3.6",
"postcss-calc": "^8.0.0",
"prettier": "^2.3.2",
"puppeteer": "^10.1.0",
"puppeteer": "^10.2.0",
"rimraf": "^3.0.2",
"streamqueue": "^1.1.2",
"stylelint": "^13.13.1",
@ -58,10 +58,10 @@
"vinyl": "^2.2.1",
"vinyl-fs": "^3.0.3",
"web-streams-polyfill": "^3.1.0",
"webpack": "^5.46.0",
"webpack": "^5.49.0",
"webpack-stream": "^6.1.2",
"wintersmith": "^2.5.0",
"yargs": "^17.0.1"
"yargs": "^17.1.0"
},
"scripts": {
"postinstall": "cross-env PUPPETEER_PRODUCT=firefox node node_modules/puppeteer/install.js",