Updated dependencies

This commit is contained in:
squidfunk 2022-01-24 08:50:38 +01:00
parent fdb9d87fbd
commit 855dc3e2de
5 changed files with 344 additions and 309 deletions

View File

@ -34,7 +34,7 @@
{% endif %}
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.6e60f8b8.min.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.4ea16dd0.min.css' | url }}">
{% if config.theme.palette %}
{% set palette = config.theme.palette %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.e6a45f82.min.css' | url }}">

641
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -66,8 +66,8 @@
"@typescript-eslint/parser": "^5.10.0",
"autoprefixer": "^10.4.2",
"chokidar": "^3.5.3",
"cssnano": "^5.0.15",
"esbuild": "^0.14.12",
"cssnano": "^5.0.16",
"esbuild": "^0.14.13",
"eslint": "^8.7.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.25.4",
@ -78,7 +78,7 @@
"html-minifier": "^4.0.0",
"material-design-color": "^2.3.2",
"material-shadows": "^3.0.1",
"npm-check-updates": "^12.2.0",
"npm-check-updates": "^12.2.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.5",
"postcss-dir-pseudo-class": "^6.0.3",
@ -87,7 +87,7 @@
"preact": "^10.6.4",
"rimraf": "^3.0.2",
"sass": "^1.49.0",
"stylelint": "^14.2.0",
"stylelint": "^14.3.0",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-recommended": "^6.0.0",
"stylelint-config-standard-scss": "^3.0.0",