Update npm packages
This commit is contained in:
parent
b73a6cc213
commit
49d1121f3c
@ -2103,7 +2103,7 @@ function packageBowerJson() {
|
||||
license: DIST_LICENSE,
|
||||
dependencies: {
|
||||
dommatrix: "^0.0.24",
|
||||
"web-streams-polyfill": "^3.2.0",
|
||||
"web-streams-polyfill": "^3.2.1",
|
||||
},
|
||||
peerDependencies: {
|
||||
"worker-loader": "^3.0.8", // Used in `external/dist/webpack.js`.
|
||||
|
710
package-lock.json
generated
710
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
28
package.json
28
package.json
@ -1,29 +1,29 @@
|
||||
{
|
||||
"name": "pdf.js",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.17.8",
|
||||
"@babel/plugin-transform-modules-commonjs": "^7.17.7",
|
||||
"@babel/core": "^7.17.9",
|
||||
"@babel/plugin-transform-modules-commonjs": "^7.17.9",
|
||||
"@babel/plugin-transform-runtime": "^7.17.0",
|
||||
"@babel/preset-env": "^7.16.11",
|
||||
"@babel/runtime": "^7.17.8",
|
||||
"@babel/runtime": "^7.17.9",
|
||||
"@javascript-obfuscator/escodegen": "2.3.0",
|
||||
"acorn": "^8.7.0",
|
||||
"autoprefixer": "^10.4.4",
|
||||
"babel-loader": "^8.2.4",
|
||||
"caniuse-lite": "^1.0.30001324",
|
||||
"caniuse-lite": "^1.0.30001332",
|
||||
"canvas": "^2.9.1",
|
||||
"core-js": "^3.22.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"dialog-polyfill": "^0.5.6",
|
||||
"dommatrix": "^0.0.24",
|
||||
"es-module-shims": "1.4.7",
|
||||
"eslint": "^8.12.0",
|
||||
"eslint": "^8.13.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-plugin-fetch-options": "^0.0.5",
|
||||
"eslint-plugin-html": "^6.2.0",
|
||||
"eslint-plugin-import": "^2.25.4",
|
||||
"eslint-plugin-import": "^2.26.0",
|
||||
"eslint-plugin-json": "^3.1.0",
|
||||
"eslint-plugin-mozilla": "^2.11.3",
|
||||
"eslint-plugin-mozilla": "^2.11.4",
|
||||
"eslint-plugin-no-unsanitized": "^4.0.1",
|
||||
"eslint-plugin-prettier": "^4.0.0",
|
||||
"eslint-plugin-sort-exports": "^0.6.0",
|
||||
@ -34,20 +34,20 @@
|
||||
"gulp-rename": "^2.0.0",
|
||||
"gulp-replace": "^1.1.3",
|
||||
"gulp-zip": "^5.1.0",
|
||||
"jasmine": "^4.0.2",
|
||||
"jasmine": "^4.1.0",
|
||||
"jsdoc": "^3.6.10",
|
||||
"jstransformer-markdown-it": "^2.1.0",
|
||||
"merge-stream": "^2.0.0",
|
||||
"mkdirp": "^1.0.4",
|
||||
"needle": "^3.0.0",
|
||||
"needle": "^3.1.0",
|
||||
"postcss": "^8.4.12",
|
||||
"postcss-dir-pseudo-class": "^6.0.4",
|
||||
"postcss-logical": "^5.0.4",
|
||||
"prettier": "^2.6.1",
|
||||
"prettier": "^2.6.2",
|
||||
"puppeteer": "^13.5.2",
|
||||
"rimraf": "^3.0.2",
|
||||
"streamqueue": "^1.1.2",
|
||||
"stylelint": "^14.6.1",
|
||||
"stylelint": "^14.7.0",
|
||||
"stylelint-config-prettier": "^9.0.3",
|
||||
"stylelint-prettier": "^2.0.0",
|
||||
"systemjs": "^0.21.6",
|
||||
@ -59,11 +59,11 @@
|
||||
"typogr": "^0.6.8",
|
||||
"vinyl": "^2.2.1",
|
||||
"vinyl-fs": "^3.0.3",
|
||||
"web-streams-polyfill": "^3.2.0",
|
||||
"webpack": "^5.71.0",
|
||||
"web-streams-polyfill": "^3.2.1",
|
||||
"webpack": "^5.72.0",
|
||||
"webpack-stream": "^7.0.0",
|
||||
"wintersmith": "^2.5.0",
|
||||
"yargs": "^17.4.0"
|
||||
"yargs": "^17.4.1"
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "cross-env PUPPETEER_PRODUCT=firefox node node_modules/puppeteer/install.js"
|
||||
|
Loading…
Reference in New Issue
Block a user