1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-24 07:30:12 +01:00

Updated dependencies

This commit is contained in:
squidfunk 2021-12-07 00:00:15 +01:00
parent 674e57ea6a
commit a5990a1101
8 changed files with 297 additions and 426 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -184,7 +184,7 @@
"base": base_url,
"features": features,
"translations": {},
"search": "assets/javascripts/workers/search.ca141e46.min.js" | url
"search": "assets/javascripts/workers/search.cefbb252.min.js" | url
} -%}
{%- if config.extra.version -%}
{%- set _ = app.update({ "version": config.extra.version }) -%}
@ -213,7 +213,7 @@
</script>
{% endblock %}
{% block scripts %}
<script src="{{ 'assets/javascripts/bundle.ceb052b1.min.js' | url }}"></script>
<script src="{{ 'assets/javascripts/bundle.a5f8ea78.min.js' | url }}"></script>
{% for path in config["extra_javascript"] %}
<script src="{{ path | url }}"></script>
{% endfor %}

627
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -55,32 +55,32 @@
"@types/fuzzaldrin-plus": "^0.6.2",
"@types/html-minifier": "^4.0.1",
"@types/lunr": "^2.3.4",
"@types/node": "^16.11.10",
"@types/node": "^16.11.11",
"@types/resize-observer-browser": "^0.1.6",
"@types/sass": "^1.43.1",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"autoprefixer": "^10.4.0",
"chokidar": "^3.5.2",
"cssnano": "^5.0.12",
"esbuild": "^0.14.0",
"eslint": "^8.3.0",
"esbuild": "^0.14.2",
"eslint": "^8.4.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsdoc": "^37.0.3",
"eslint-plugin-jsdoc": "^37.1.0",
"eslint-plugin-no-null": "^1.0.2",
"github-types": "^1.0.0",
"gitlab": "^14.2.2",
"html-minifier": "^4.0.0",
"material-design-color": "^2.3.2",
"material-shadows": "^3.0.1",
"npm-check-updates": "^12.0.2",
"npm-check-updates": "^12.0.3",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.4",
"postcss-inline-svg": "^5.0.0",
"preact": "^10.6.1",
"preact": "^10.6.2",
"rimraf": "^3.0.2",
"sass": "^1.43.5",
"sass": "^1.44.0",
"stylelint": "^14.1.0",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-recommended": "^6.0.0",