Update dependencies to the most recent versions
This commit is contained in:
parent
9d863f5180
commit
7381515e20
@ -220,7 +220,7 @@ function createWebpackConfig(
|
||||
[
|
||||
"@babel/preset-env",
|
||||
{
|
||||
corejs: "3.33.2",
|
||||
corejs: "3.33.3",
|
||||
exclude: ["web.structured-clone"],
|
||||
shippedProposals: true,
|
||||
useBuiltIns: "usage",
|
||||
|
895
package-lock.json
generated
895
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
18
package.json
18
package.json
@ -4,24 +4,24 @@
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.23.3",
|
||||
"@babel/preset-env": "^7.23.3",
|
||||
"@babel/runtime": "^7.23.2",
|
||||
"@babel/runtime": "^7.23.4",
|
||||
"@fluent/bundle": "^0.18.0",
|
||||
"@fluent/dom": "^0.9.0",
|
||||
"@javascript-obfuscator/escodegen": "2.3.0",
|
||||
"acorn": "^8.11.2",
|
||||
"autoprefixer": "^10.4.16",
|
||||
"babel-loader": "^9.1.3",
|
||||
"caniuse-lite": "^1.0.30001561",
|
||||
"caniuse-lite": "^1.0.30001564",
|
||||
"canvas": "^2.11.2",
|
||||
"core-js": "^3.33.2",
|
||||
"core-js": "^3.33.3",
|
||||
"cross-env": "^7.0.3",
|
||||
"eslint": "^8.53.0",
|
||||
"eslint": "^8.54.0",
|
||||
"eslint-config-prettier": "^8.10.0",
|
||||
"eslint-plugin-fetch-options": "^0.0.5",
|
||||
"eslint-plugin-html": "^7.1.0",
|
||||
"eslint-plugin-import": "^2.29.0",
|
||||
"eslint-plugin-json": "^3.1.0",
|
||||
"eslint-plugin-mozilla": "^3.2.0",
|
||||
"eslint-plugin-mozilla": "^3.3.2",
|
||||
"eslint-plugin-no-unsanitized": "^4.0.2",
|
||||
"eslint-plugin-prettier": "^5.0.1",
|
||||
"eslint-plugin-sort-exports": "^0.8.0",
|
||||
@ -45,17 +45,17 @@
|
||||
"postcss-dir-pseudo-class": "^8.0.0",
|
||||
"postcss-discard-comments": "^6.0.0",
|
||||
"postcss-nesting": "^12.0.1",
|
||||
"prettier": "^3.0.3",
|
||||
"puppeteer": "^21.5.1",
|
||||
"prettier": "^3.1.0",
|
||||
"puppeteer": "^21.5.2",
|
||||
"rimraf": "^3.0.2",
|
||||
"streamqueue": "^1.1.2",
|
||||
"stylelint": "^15.11.0",
|
||||
"stylelint-prettier": "^4.0.2",
|
||||
"stylelint-prettier": "^4.1.0",
|
||||
"terser": "^5.24.0",
|
||||
"through2": "^4.0.2",
|
||||
"tsc-alias": "^1.8.8",
|
||||
"ttest": "^4.0.0",
|
||||
"typescript": "^5.2.2",
|
||||
"typescript": "^5.3.2",
|
||||
"typogr": "^0.6.8",
|
||||
"vinyl": "^3.0.0",
|
||||
"webpack": "^5.89.0",
|
||||
|
Loading…
Reference in New Issue
Block a user