Updated dependencies and pinned cssnano due to OOM

This commit is contained in:
squidfunk 2022-04-04 09:53:56 +02:00
parent e1577e6748
commit 00f40928cf
5 changed files with 612 additions and 548 deletions

View File

@ -185,7 +185,7 @@
"base": base_url,
"features": features,
"translations": {},
"search": "assets/javascripts/workers/search.5e67fbfe.min.js" | url
"search": "assets/javascripts/workers/search.2a1c317c.min.js" | url
} -%}
{%- if config.extra.version -%}
{%- set _ = app.update({ "version": config.extra.version }) -%}

1132
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -63,16 +63,16 @@
"@types/node": "^17.0.23",
"@types/resize-observer-browser": "^0.1.7",
"@types/sass": "^1.43.1",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"autoprefixer": "^10.4.4",
"chokidar": "^3.5.3",
"cssnano": "^5.1.0",
"esbuild": "^0.14.28",
"cssnano": "5.1.0",
"esbuild": "^0.14.31",
"eslint": "^8.12.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsdoc": "^38.1.3",
"eslint-plugin-jsdoc": "^38.1.6",
"eslint-plugin-no-null": "^1.0.2",
"github-types": "^1.0.0",
"gitlab": "^14.2.2",
@ -80,15 +80,15 @@
"html-minifier": "^4.0.0",
"material-design-color": "^2.3.2",
"material-shadows": "^3.0.1",
"npm-check-updates": "^12.5.4",
"npm-check-updates": "^12.5.7",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.8",
"postcss": "^8.4.12",
"postcss-dir-pseudo-class": "^6.0.4",
"postcss-inline-svg": "^5.0.0",
"postcss-logical": "^5.0.4",
"preact": "^10.6.6",
"preact": "^10.7.0",
"rimraf": "^3.0.2",
"sass": "^1.49.9",
"sass": "^1.49.11",
"stylelint": "^14.6.1",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-recommended": "^7.0.0",