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

Updated dependencies

This commit is contained in:
squidfunk 2022-07-12 17:43:42 +02:00
parent 9a594ee89f
commit 6b3f15f9e5
8 changed files with 326 additions and 336 deletions

View File

@ -216,7 +216,7 @@
</script>
{% endblock %}
{% block scripts %}
<script src="{{ 'assets/javascripts/bundle.6c7ad80a.min.js' | url }}"></script>
<script src="{{ 'assets/javascripts/bundle.c99f48ec.min.js' | url }}"></script>
{% for path in config["extra_javascript"] %}
<script src="{{ path | url }}"></script>
{% endfor %}

View File

@ -19,5 +19,5 @@
{% endblock %}
{% block scripts %}
{{ super() }}
<script src="{{ 'overrides/assets/javascripts/bundle.ed7d8744.min.js' | url }}"></script>
<script src="{{ 'overrides/assets/javascripts/bundle.39654835.min.js' | url }}"></script>
{% endblock %}

618
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -47,7 +47,7 @@
"lunr": "^2.3.9",
"lunr-languages": "^1.9.0",
"resize-observer-polyfill": "^1.5.1",
"rxjs": "^7.5.5",
"rxjs": "^7.5.6",
"unfetch": "^4.2.0",
"url-polyfill": "^1.1.12"
},
@ -61,15 +61,15 @@
"@types/fuzzaldrin-plus": "^0.6.2",
"@types/html-minifier": "^4.0.2",
"@types/lunr": "^2.3.4",
"@types/node": "^18.0.1",
"@types/node": "^18.0.3",
"@types/resize-observer-browser": "^0.1.7",
"@types/sass": "^1.43.1",
"@typescript-eslint/eslint-plugin": "^5.30.4",
"@typescript-eslint/parser": "^5.30.4",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"autoprefixer": "^10.4.7",
"chokidar": "^3.5.3",
"cssnano": "5.1.0",
"esbuild": "^0.14.48",
"esbuild": "^0.14.49",
"eslint": "^8.19.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.26.0",
@ -81,20 +81,20 @@
"html-minifier": "^4.0.0",
"material-design-color": "^2.3.2",
"material-shadows": "^3.0.1",
"npm-check-updates": "^15.0.2",
"npm-check-updates": "^15.2.6",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.14",
"postcss-dir-pseudo-class": "^6.0.4",
"postcss-dir-pseudo-class": "^6.0.5",
"postcss-inline-svg": "^5.0.0",
"postcss-logical": "^5.0.4",
"preact": "^10.8.2",
"preact": "^10.9.0",
"rimraf": "^3.0.2",
"sass": "^1.53.0",
"stylelint": "^14.9.1",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-recommended": "^8.0.0",
"stylelint-config-standard-scss": "^4.0.0",
"stylelint-scss": "^4.2.0",
"stylelint-scss": "^4.3.0",
"svgo": "^2.8.0",
"tiny-glob": "^0.2.9",
"ts-node": "^10.8.2",