mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Updated dependencies
This commit is contained in:
parent
d0e7370c7f
commit
bae946b129
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
material/assets/stylesheets/main.03d4cea5.min.css
vendored
Normal file
2
material/assets/stylesheets/main.03d4cea5.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
material/assets/stylesheets/palette.9204c3b2.min.css
vendored
Normal file
2
material/assets/stylesheets/palette.9204c3b2.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -39,10 +39,10 @@
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
{% block styles %}
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.f98371ca.min.css' | url }}">
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.03d4cea5.min.css' | url }}">
|
||||
{% if config.theme.palette %}
|
||||
{% set palette = config.theme.palette %}
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.3f5d1f46.min.css' | url }}">
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.9204c3b2.min.css' | url }}">
|
||||
{% if palette.primary %}
|
||||
{% import "partials/palette.html" as map %}
|
||||
{% set primary = map.primary(
|
||||
@ -198,7 +198,7 @@
|
||||
"base": base_url,
|
||||
"features": features,
|
||||
"translations": {},
|
||||
"search": "assets/javascripts/workers/search.fcfe8b6d.min.js" | url,
|
||||
"search": "assets/javascripts/workers/search.8397ff9e.min.js" | url,
|
||||
"version": config.extra.version or None
|
||||
} -%}
|
||||
{%- set translations = app.translations -%}
|
||||
@ -225,7 +225,7 @@
|
||||
</script>
|
||||
{% endblock %}
|
||||
{% block scripts %}
|
||||
<script src="{{ 'assets/javascripts/bundle.b1047164.min.js' | url }}"></script>
|
||||
<script src="{{ 'assets/javascripts/bundle.1e84347e.min.js' | url }}"></script>
|
||||
{% for path in config["extra_javascript"] %}
|
||||
<script src="{{ path | url }}"></script>
|
||||
{% endfor %}
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -16,5 +16,5 @@
|
||||
{% endblock %}
|
||||
{% block scripts %}
|
||||
{{ super() }}
|
||||
<script src="{{ 'overrides/assets/javascripts/bundle.619e2917.min.js' | url }}"></script>
|
||||
<script src="{{ 'overrides/assets/javascripts/bundle.525231ca.min.js' | url }}"></script>
|
||||
{% endblock %}
|
||||
|
937
package-lock.json
generated
937
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
18
package.json
18
package.json
@ -55,18 +55,18 @@
|
||||
"@types/fuzzaldrin-plus": "^0.6.2",
|
||||
"@types/html-minifier": "^4.0.1",
|
||||
"@types/lunr": "^2.3.4",
|
||||
"@types/node": "^16.11.6",
|
||||
"@types/node": "^16.11.7",
|
||||
"@types/resize-observer-browser": "^0.1.6",
|
||||
"@types/sass": "^1.43.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.2.0",
|
||||
"@typescript-eslint/parser": "^5.2.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.3.1",
|
||||
"@typescript-eslint/parser": "^5.3.1",
|
||||
"autoprefixer": "^10.4.0",
|
||||
"chokidar": "^3.5.2",
|
||||
"cssnano": "^5.0.8",
|
||||
"esbuild": "^0.13.11",
|
||||
"eslint": "^8.1.0",
|
||||
"cssnano": "^5.0.10",
|
||||
"esbuild": "^0.13.13",
|
||||
"eslint": "^8.2.0",
|
||||
"eslint-plugin-eslint-comments": "^3.2.0",
|
||||
"eslint-plugin-import": "^2.25.2",
|
||||
"eslint-plugin-import": "^2.25.3",
|
||||
"eslint-plugin-jsdoc": "^37.0.3",
|
||||
"eslint-plugin-no-null": "^1.0.2",
|
||||
"github-types": "^1.0.0",
|
||||
@ -74,7 +74,7 @@
|
||||
"html-minifier": "^4.0.0",
|
||||
"material-design-color": "^2.3.2",
|
||||
"material-shadows": "^3.0.1",
|
||||
"npm-check-updates": "^11.8.5",
|
||||
"npm-check-updates": "^12.0.2",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"postcss": "^8.3.11",
|
||||
"postcss-inline-svg": "^5.0.0",
|
||||
@ -84,7 +84,7 @@
|
||||
"stylelint": "^14.0.1",
|
||||
"stylelint-config-rational-order": "^0.1.2",
|
||||
"stylelint-config-recommended": "^6.0.0",
|
||||
"stylelint-config-standard-scss": "^2.0.0",
|
||||
"stylelint-config-standard-scss": "^2.0.1",
|
||||
"stylelint-scss": "^4.0.0",
|
||||
"svgo": "2.3.1",
|
||||
"tiny-glob": "^0.2.9",
|
||||
|
Loading…
Reference in New Issue
Block a user