Update packages
This includes a major upgrade of `terser`.
This commit is contained in:
parent
1f3723f54c
commit
18aef39b33
1138
package-lock.json
generated
1138
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
26
package.json
26
package.json
@ -2,25 +2,25 @@
|
||||
"name": "pdf.js",
|
||||
"version": "2.0.0",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.4.3",
|
||||
"@babel/plugin-transform-modules-commonjs": "^7.4.3",
|
||||
"@babel/plugin-transform-runtime": "^7.4.3",
|
||||
"@babel/preset-env": "^7.4.3",
|
||||
"@babel/runtime": "^7.4.3",
|
||||
"@babel/core": "^7.4.5",
|
||||
"@babel/plugin-transform-modules-commonjs": "^7.4.4",
|
||||
"@babel/plugin-transform-runtime": "^7.4.4",
|
||||
"@babel/preset-env": "^7.4.5",
|
||||
"@babel/runtime": "^7.4.5",
|
||||
"acorn": "^6.1.1",
|
||||
"autoprefixer": "^9.5.1",
|
||||
"babel-loader": "^8.0.5",
|
||||
"babel-loader": "^8.0.6",
|
||||
"canvas": "^2.5.0",
|
||||
"core-js": "^2.6.5",
|
||||
"core-js": "^2.6.8",
|
||||
"escodegen": "^1.11.1",
|
||||
"eslint": "^5.16.0",
|
||||
"eslint-plugin-import": "^2.17.0",
|
||||
"eslint-plugin-import": "^2.17.3",
|
||||
"eslint-plugin-mozilla": "^1.2.1",
|
||||
"eslint-plugin-no-unsanitized": "^3.0.2",
|
||||
"eslint-plugin-unicorn": "^7.1.0",
|
||||
"fancy-log": "^1.3.3",
|
||||
"globals": "^11.11.0",
|
||||
"gulp": "^4.0.0",
|
||||
"globals": "^11.12.0",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-postcss": "^8.0.0",
|
||||
"gulp-rename": "^1.4.0",
|
||||
"gulp-replace": "^1.0.0",
|
||||
@ -28,7 +28,7 @@
|
||||
"gulp-zip": "^4.2.0",
|
||||
"jasmine": "^3.4.0",
|
||||
"jasmine-core": "^3.4.0",
|
||||
"jsdoc": "^3.5.5",
|
||||
"jsdoc": "^3.6.2",
|
||||
"jstransformer-markdown-it": "^2.1.0",
|
||||
"merge-stream": "^1.0.1",
|
||||
"mkdirp": "^0.5.1",
|
||||
@ -37,12 +37,12 @@
|
||||
"streamqueue": "^1.1.2",
|
||||
"systemjs": "^0.21.6",
|
||||
"systemjs-plugin-babel": "^0.0.25",
|
||||
"terser": "^3.17.0",
|
||||
"terser": "^4.0.0",
|
||||
"ttest": "^2.0.0",
|
||||
"typogr": "^0.6.8",
|
||||
"vinyl": "^2.2.0",
|
||||
"vinyl-fs": "^3.0.3",
|
||||
"webpack": "^4.30.0",
|
||||
"webpack": "^4.32.2",
|
||||
"webpack-stream": "^4.0.3",
|
||||
"wintersmith": "^2.5.0",
|
||||
"yargs": "^11.1.0"
|
||||
|
Loading…
Reference in New Issue
Block a user