Update npm packages
This commit is contained in:
parent
92baf14531
commit
877c867a92
@ -2195,7 +2195,7 @@ function packageJson() {
|
||||
bugs: DIST_BUGS_URL,
|
||||
license: DIST_LICENSE,
|
||||
optionalDependencies: {
|
||||
canvas: "^2.11.0",
|
||||
canvas: "^2.11.2",
|
||||
},
|
||||
dependencies: {
|
||||
"path2d-polyfill": "^2.0.1",
|
||||
|
1267
package-lock.json
generated
1267
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
18
package.json
18
package.json
@ -1,21 +1,21 @@
|
||||
{
|
||||
"name": "pdf.js",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.21.3",
|
||||
"@babel/core": "^7.21.4",
|
||||
"@babel/plugin-transform-modules-commonjs": "^7.21.2",
|
||||
"@babel/preset-env": "^7.20.2",
|
||||
"@babel/preset-env": "^7.21.4",
|
||||
"@babel/runtime": "^7.21.0",
|
||||
"@javascript-obfuscator/escodegen": "2.3.0",
|
||||
"acorn": "^8.8.2",
|
||||
"autoprefixer": "^10.4.14",
|
||||
"babel-loader": "^9.1.2",
|
||||
"caniuse-lite": "^1.0.30001469",
|
||||
"canvas": "^2.11.0",
|
||||
"core-js": "^3.29.1",
|
||||
"caniuse-lite": "^1.0.30001478",
|
||||
"canvas": "^2.11.2",
|
||||
"core-js": "^3.30.1",
|
||||
"cross-env": "^7.0.3",
|
||||
"dialog-polyfill": "^0.5.6",
|
||||
"es-module-shims": "1.4.7",
|
||||
"eslint": "^8.36.0",
|
||||
"eslint": "^8.38.0",
|
||||
"eslint-config-prettier": "^8.8.0",
|
||||
"eslint-plugin-fetch-options": "^0.0.5",
|
||||
"eslint-plugin-html": "^7.1.0",
|
||||
@ -46,11 +46,11 @@
|
||||
"puppeteer": "^19.0.0",
|
||||
"rimraf": "^3.0.2",
|
||||
"streamqueue": "^1.1.2",
|
||||
"stylelint": "^15.3.0",
|
||||
"stylelint": "^15.4.0",
|
||||
"stylelint-prettier": "^3.0.0",
|
||||
"systemjs": "^0.21.6",
|
||||
"systemjs-plugin-babel": "^0.0.25",
|
||||
"terser": "^5.16.8",
|
||||
"terser": "^5.16.9",
|
||||
"through2": "^4.0.2",
|
||||
"ttest": "^4.0.0",
|
||||
"typescript": "^4.9.5",
|
||||
@ -58,7 +58,7 @@
|
||||
"vinyl": "^3.0.0",
|
||||
"vinyl-fs": "^3.0.3",
|
||||
"web-streams-polyfill": "^3.2.1",
|
||||
"webpack": "^5.76.3",
|
||||
"webpack": "^5.79.0",
|
||||
"webpack-stream": "^7.0.0",
|
||||
"wintersmith": "^2.5.0",
|
||||
"yargs": "^17.7.1"
|
||||
|
Loading…
Reference in New Issue
Block a user