1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-27 17:00:54 +01:00

Updated dependencies

This commit is contained in:
squidfunk 2024-08-05 09:22:15 +02:00
parent fde6040eda
commit d5363ad000
No known key found for this signature in database
GPG Key ID: 5ED40BC4F9C436DF
8 changed files with 217 additions and 4968 deletions

View File

@ -11868,6 +11868,7 @@
"simple/milvus",
"simple/minds",
"simple/minetest",
"simple/mingww64",
"simple/mini",
"simple/minio",
"simple/mintlify",

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m0 9.396 4.187-4.188 4.187 4.188-4.187 4.186zm0 10.416 4.187-4.186 4.187 4.187L4.187 24zm5.208-5.208 4.187-4.187 4.187 4.187-4.187 4.187zm0-10.417L9.395 0l4.187 4.187-4.187 4.187Zm5.209 5.208 4.187-4.187 4.187 4.187-4.187 4.187zm5.208-5.208L19.812 0 24 4.187l-4.187 4.187zm-5.208 15.626 4.187-4.187 4.187 4.187L14.604 24Zm5.209-5.208 4.187-4.188L24 14.604l-4.187 4.187z"/></svg>

After

Width:  |  Height:  |  Size: 447 B

View File

@ -249,7 +249,7 @@
</script>
{% endblock %}
{% block scripts %}
<script src="{{ 'assets/javascripts/bundle.fe8b6f2b.min.js' | url }}"></script>
<script src="{{ 'assets/javascripts/bundle.20f8b5b3.min.js' | url }}"></script>
{% for script in config.extra_javascript %}
{{ script | script_tag }}
{% endfor %}

5145
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -59,19 +59,19 @@
"@types/fuzzaldrin-plus": "^0.6.5",
"@types/html-minifier": "^4.0.5",
"@types/lunr": "^2.3.7",
"@types/node": "^22.0.0",
"@types/node": "^22.1.0",
"@types/resize-observer-browser": "^0.1.11",
"@types/sass": "^1.45.0",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"autoprefixer": "^10.4.19",
"autoprefixer": "^10.4.20",
"chokidar": "^3.6.0",
"cssnano": "5.1.0",
"esbuild": "^0.23.0",
"eslint": "8.57.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.8.3",
"eslint-plugin-jsdoc": "^48.11.0",
"eslint-plugin-no-null": "^1.0.2",
"github-types": "^1.0.0",
"gitlab": "^14.2.2",
@ -79,23 +79,23 @@
"html-minifier": "^4.0.0",
"material-design-color": "^2.3.2",
"material-shadows": "^3.0.1",
"npm-check-updates": "^16.14.20",
"npm-check-updates": "^17.0.2",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.40",
"postcss-dir-pseudo-class": "^8.0.1",
"postcss-dir-pseudo-class": "^9.0.0",
"postcss-inline-svg": "^6.0.0",
"postcss-logical": "5.0.4",
"postcss-pseudo-is": "^0.3.0",
"preact": "^10.23.1",
"rimraf": "^6.0.1",
"sass": "^1.77.8",
"simple-icons": "^13.3.0",
"simple-icons": "^13.4.0",
"stylelint": "15.11.0",
"stylelint-config-recess-order": "4.2.0",
"stylelint-config-recommended": "13.0.0",
"stylelint-config-standard-scss": "11.1.0",
"stylelint-scss": "^5.3.2",
"stylelint-stylistic": "^0.4.3",
"stylelint-scss": "5.3.2",
"stylelint-stylistic": "0.4.3",
"svgo": "3.0.0",
"tiny-glob": "^0.2.9",
"ts-node": "^10.9.2",