Update dependencies to the most recent versions
This commit is contained in:
parent
cf3ca8b5bc
commit
3cd906829e
@ -98,7 +98,7 @@ const AUTOPREFIXER_CONFIG = {
|
|||||||
const BABEL_TARGETS = ENV_TARGETS.join(", ");
|
const BABEL_TARGETS = ENV_TARGETS.join(", ");
|
||||||
|
|
||||||
const BABEL_PRESET_ENV_OPTS = Object.freeze({
|
const BABEL_PRESET_ENV_OPTS = Object.freeze({
|
||||||
corejs: "3.38.1",
|
corejs: "3.39.0",
|
||||||
exclude: ["web.structured-clone"],
|
exclude: ["web.structured-clone"],
|
||||||
shippedProposals: true,
|
shippedProposals: true,
|
||||||
useBuiltIns: "usage",
|
useBuiltIns: "usage",
|
||||||
|
|||||||
1251
package-lock.json
generated
1251
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
16
package.json
16
package.json
@ -2,9 +2,9 @@
|
|||||||
"name": "pdf.js",
|
"name": "pdf.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.25.8",
|
"@babel/core": "^7.26.0",
|
||||||
"@babel/preset-env": "^7.25.8",
|
"@babel/preset-env": "^7.26.0",
|
||||||
"@babel/runtime": "^7.25.7",
|
"@babel/runtime": "^7.26.0",
|
||||||
"@fluent/bundle": "^0.18.0",
|
"@fluent/bundle": "^0.18.0",
|
||||||
"@fluent/dom": "^0.10.0",
|
"@fluent/dom": "^0.10.0",
|
||||||
"@jazzer.js/core": "^2.1.0",
|
"@jazzer.js/core": "^2.1.0",
|
||||||
@ -12,9 +12,9 @@
|
|||||||
"@metalsmith/markdown": "^1.10.0",
|
"@metalsmith/markdown": "^1.10.0",
|
||||||
"autoprefixer": "^10.4.20",
|
"autoprefixer": "^10.4.20",
|
||||||
"babel-loader": "^9.2.1",
|
"babel-loader": "^9.2.1",
|
||||||
"caniuse-lite": "^1.0.30001669",
|
"caniuse-lite": "^1.0.30001677",
|
||||||
"canvas": "^3.0.0-rc2",
|
"canvas": "^3.0.0-rc2",
|
||||||
"core-js": "^3.38.1",
|
"core-js": "^3.39.0",
|
||||||
"eslint": "^8.57.1",
|
"eslint": "^8.57.1",
|
||||||
"eslint-plugin-import": "^2.31.0",
|
"eslint-plugin-import": "^2.31.0",
|
||||||
"eslint-plugin-jasmine": "^4.2.2",
|
"eslint-plugin-jasmine": "^4.2.2",
|
||||||
@ -40,9 +40,9 @@
|
|||||||
"pngjs": "^7.0.0",
|
"pngjs": "^7.0.0",
|
||||||
"postcss": "^8.4.47",
|
"postcss": "^8.4.47",
|
||||||
"postcss-dark-theme-class": "^1.3.0",
|
"postcss-dark-theme-class": "^1.3.0",
|
||||||
"postcss-dir-pseudo-class": "^9.0.0",
|
"postcss-dir-pseudo-class": "^9.0.1",
|
||||||
"postcss-discard-comments": "^7.0.3",
|
"postcss-discard-comments": "^7.0.3",
|
||||||
"postcss-nesting": "^13.0.0",
|
"postcss-nesting": "^13.0.1",
|
||||||
"prettier": "^3.3.3",
|
"prettier": "^3.3.3",
|
||||||
"puppeteer": "23.3.1",
|
"puppeteer": "23.3.1",
|
||||||
"stylelint": "^16.10.0",
|
"stylelint": "^16.10.0",
|
||||||
@ -53,7 +53,7 @@
|
|||||||
"ttest": "^4.0.0",
|
"ttest": "^4.0.0",
|
||||||
"typescript": "^5.6.3",
|
"typescript": "^5.6.3",
|
||||||
"vinyl": "^3.0.0",
|
"vinyl": "^3.0.0",
|
||||||
"webpack": "^5.95.0",
|
"webpack": "^5.96.1",
|
||||||
"webpack-stream": "^7.0.0",
|
"webpack-stream": "^7.0.0",
|
||||||
"yargs": "^17.7.2"
|
"yargs": "^17.7.2"
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user