Update npm packages
This commit is contained in:
parent
6c5e237a40
commit
c5a69544af
@ -220,7 +220,7 @@ function createWebpackConfig(
|
||||
[
|
||||
"@babel/preset-env",
|
||||
{
|
||||
corejs: "3.34.0",
|
||||
corejs: "3.35.0",
|
||||
exclude: ["web.structured-clone"],
|
||||
shippedProposals: true,
|
||||
useBuiltIns: "usage",
|
||||
|
765
package-lock.json
generated
765
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
18
package.json
18
package.json
@ -2,19 +2,19 @@
|
||||
"name": "pdf.js",
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.23.6",
|
||||
"@babel/preset-env": "^7.23.6",
|
||||
"@babel/runtime": "^7.23.6",
|
||||
"@babel/core": "^7.23.7",
|
||||
"@babel/preset-env": "^7.23.7",
|
||||
"@babel/runtime": "^7.23.7",
|
||||
"@fluent/bundle": "^0.18.0",
|
||||
"@fluent/dom": "^0.9.0",
|
||||
"@javascript-obfuscator/escodegen": "2.3.0",
|
||||
"@jazzer.js/core": "^2.1.0",
|
||||
"acorn": "^8.11.2",
|
||||
"acorn": "^8.11.3",
|
||||
"autoprefixer": "^10.4.16",
|
||||
"babel-loader": "^9.1.3",
|
||||
"caniuse-lite": "^1.0.30001571",
|
||||
"caniuse-lite": "^1.0.30001574",
|
||||
"canvas": "^2.11.2",
|
||||
"core-js": "^3.34.0",
|
||||
"core-js": "^3.35.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"eslint": "^8.56.0",
|
||||
"eslint-config-prettier": "^8.10.0",
|
||||
@ -24,7 +24,7 @@
|
||||
"eslint-plugin-json": "^3.1.0",
|
||||
"eslint-plugin-mozilla": "^3.3.2",
|
||||
"eslint-plugin-no-unsanitized": "^4.0.2",
|
||||
"eslint-plugin-prettier": "^5.1.1",
|
||||
"eslint-plugin-prettier": "^5.1.2",
|
||||
"eslint-plugin-sort-exports": "^0.8.0",
|
||||
"eslint-plugin-unicorn": "^50.0.1",
|
||||
"globals": "^13.24.0",
|
||||
@ -41,7 +41,7 @@
|
||||
"needle": "^3.3.1",
|
||||
"path2d-polyfill": "^2.0.1",
|
||||
"pngjs": "^7.0.0",
|
||||
"postcss": "^8.4.32",
|
||||
"postcss": "^8.4.33",
|
||||
"postcss-dark-theme-class": "^1.1.0",
|
||||
"postcss-dir-pseudo-class": "^8.0.1",
|
||||
"postcss-discard-comments": "^6.0.1",
|
||||
@ -50,7 +50,7 @@
|
||||
"puppeteer": "^21.7.0",
|
||||
"rimraf": "^3.0.2",
|
||||
"streamqueue": "^1.1.2",
|
||||
"stylelint": "^16.0.2",
|
||||
"stylelint": "^16.1.0",
|
||||
"stylelint-prettier": "^5.0.0",
|
||||
"terser": "^5.26.0",
|
||||
"through2": "^4.0.2",
|
||||
|
Loading…
Reference in New Issue
Block a user