Update npm packages
This commit is contained in:
parent
bfe6ff5893
commit
fbcc20adb7
@ -2169,7 +2169,7 @@ function packageJson() {
|
||||
bugs: DIST_BUGS_URL,
|
||||
license: DIST_LICENSE,
|
||||
optionalDependencies: {
|
||||
canvas: "^2.10.1",
|
||||
canvas: "^2.10.2",
|
||||
},
|
||||
dependencies: {
|
||||
"web-streams-polyfill": "^3.2.1",
|
||||
|
2103
package-lock.json
generated
2103
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
32
package.json
32
package.json
@ -1,21 +1,21 @@
|
||||
{
|
||||
"name": "pdf.js",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.19.6",
|
||||
"@babel/core": "^7.20.2",
|
||||
"@babel/plugin-transform-modules-commonjs": "^7.19.6",
|
||||
"@babel/preset-env": "^7.19.4",
|
||||
"@babel/runtime": "^7.20.0",
|
||||
"@babel/preset-env": "^7.20.2",
|
||||
"@babel/runtime": "^7.20.1",
|
||||
"@javascript-obfuscator/escodegen": "2.3.0",
|
||||
"acorn": "^8.8.1",
|
||||
"autoprefixer": "^10.4.13",
|
||||
"babel-loader": "^9.0.0",
|
||||
"caniuse-lite": "^1.0.30001426",
|
||||
"canvas": "^2.10.1",
|
||||
"core-js": "^3.26.0",
|
||||
"babel-loader": "^9.1.0",
|
||||
"caniuse-lite": "^1.0.30001431",
|
||||
"canvas": "^2.10.2",
|
||||
"core-js": "^3.26.1",
|
||||
"cross-env": "^7.0.3",
|
||||
"dialog-polyfill": "^0.5.6",
|
||||
"es-module-shims": "1.4.7",
|
||||
"eslint": "^8.26.0",
|
||||
"eslint": "^8.27.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-plugin-fetch-options": "^0.0.5",
|
||||
"eslint-plugin-html": "^7.1.0",
|
||||
@ -24,7 +24,7 @@
|
||||
"eslint-plugin-mozilla": "^3.0.0",
|
||||
"eslint-plugin-no-unsanitized": "^4.0.1",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"eslint-plugin-sort-exports": "^0.7.0",
|
||||
"eslint-plugin-sort-exports": "^0.8.0",
|
||||
"eslint-plugin-unicorn": "^44.0.2",
|
||||
"fit-curve": "^0.2.0",
|
||||
"globals": "^13.17.0",
|
||||
@ -33,21 +33,21 @@
|
||||
"gulp-rename": "^2.0.0",
|
||||
"gulp-replace": "^1.1.3",
|
||||
"gulp-zip": "^5.1.0",
|
||||
"jasmine": "^4.4.0",
|
||||
"jsdoc": "^3.6.11",
|
||||
"jasmine": "^4.5.0",
|
||||
"jsdoc": "^4.0.0",
|
||||
"jstransformer-markdown-it": "^3.0.0",
|
||||
"merge-stream": "^2.0.0",
|
||||
"mkdirp": "^1.0.4",
|
||||
"needle": "^3.1.0",
|
||||
"postcss": "^8.4.18",
|
||||
"postcss": "^8.4.19",
|
||||
"postcss-dir-pseudo-class": "^6.0.5",
|
||||
"postcss-logical": "^5.0.4",
|
||||
"prettier": "^2.7.1",
|
||||
"puppeteer": "^19.0.0",
|
||||
"rimraf": "^3.0.2",
|
||||
"streamqueue": "^1.1.2",
|
||||
"stylelint": "^14.14.0",
|
||||
"stylelint-config-prettier": "^9.0.3",
|
||||
"stylelint": "^14.15.0",
|
||||
"stylelint-config-prettier": "^9.0.4",
|
||||
"stylelint-prettier": "^2.0.0",
|
||||
"systemjs": "^0.21.6",
|
||||
"systemjs-plugin-babel": "^0.0.25",
|
||||
@ -59,10 +59,10 @@
|
||||
"vinyl": "^3.0.0",
|
||||
"vinyl-fs": "^3.0.3",
|
||||
"web-streams-polyfill": "^3.2.1",
|
||||
"webpack": "^5.74.0",
|
||||
"webpack": "^5.75.0",
|
||||
"webpack-stream": "^7.0.0",
|
||||
"wintersmith": "^2.5.0",
|
||||
"yargs": "^17.6.0"
|
||||
"yargs": "^17.6.2"
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "cross-env PUPPETEER_PRODUCT=firefox node node_modules/puppeteer/install.js"
|
||||
|
Loading…
Reference in New Issue
Block a user