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

Prepare 7.0.0b release

This commit is contained in:
squidfunk 2021-02-12 17:17:15 +01:00
parent ed61f60970
commit 12063dea33
3 changed files with 277 additions and 430 deletions

View File

@ -27,7 +27,7 @@
<link rel="canonical" href="{{ page.canonical_url }}"> <link rel="canonical" href="{{ page.canonical_url }}">
{% endif %} {% endif %}
<link rel="shortcut icon" href="{{ config.theme.favicon | url }}"> <link rel="shortcut icon" href="{{ config.theme.favicon | url }}">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-6.2.8"> <meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-7.0.0.beta.1">
{% endblock %} {% endblock %}
{% block htmltitle %} {% block htmltitle %}
{% if page and page.meta and page.meta.title %} {% if page and page.meta and page.meta.title %}

693
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{ {
"name": "mkdocs-material", "name": "mkdocs-material",
"version": "6.2.8", "version": "7.0.0b1",
"description": "A Material Design theme for MkDocs", "description": "A Material Design theme for MkDocs",
"keywords": [ "keywords": [
"mkdocs", "mkdocs",
@ -57,11 +57,11 @@
"@types/resize-observer-browser": "^0.1.5", "@types/resize-observer-browser": "^0.1.5",
"@types/webpack": "^4.41.26", "@types/webpack": "^4.41.26",
"@types/webpack-assets-manifest": "^3.0.1", "@types/webpack-assets-manifest": "^3.0.1",
"@typescript-eslint/eslint-plugin": "4.14.0", "@typescript-eslint/eslint-plugin": "^4.15.0",
"@typescript-eslint/parser": "^4.14.0", "@typescript-eslint/parser": "^4.15.0",
"autoprefixer": "10.2.4", "autoprefixer": "10.2.4",
"copy-webpack-plugin": "^6.4.1", "copy-webpack-plugin": "^6.4.1",
"css-loader": "^5.0.1", "css-loader": "^5.0.2",
"eslint": "^7.19.0", "eslint": "^7.19.0",
"eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.22.1", "eslint-plugin-import": "^2.22.1",
@ -96,8 +96,8 @@
"ts-node": "^9.1.1", "ts-node": "^9.1.1",
"tsconfig-paths-webpack-plugin": "^3.3.0", "tsconfig-paths-webpack-plugin": "^3.3.0",
"tslib": "^2.1.0", "tslib": "^2.1.0",
"typescript": "^4.1.3", "typescript": "^4.1.5",
"webpack": "^4.44.2", "webpack": "^4.46.0",
"webpack-assets-manifest": "3.1.1", "webpack-assets-manifest": "3.1.1",
"webpack-cli": "^4.5.0" "webpack-cli": "^4.5.0"
}, },