Merge branch 'master' of github.com:squidfunk/mkdocs-material

This commit is contained in:
squidfunk 2020-10-17 16:27:28 +02:00
commit c7fd099895
2 changed files with 5703 additions and 441 deletions

6118
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -34,14 +34,14 @@
"dependencies": {
"clipboard": "^2.0.6",
"escape-html": "^1.0.3",
"focus-visible": "^5.1.0",
"focus-visible": "^5.2.0",
"lunr": "^2.3.9",
"lunr-languages": "^1.4.0",
"resize-observer-polyfill": "^1.5.1",
"rxjs": "^7.0.0-beta.7"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.15.0",
"@fortawesome/fontawesome-free": "^5.15.1",
"@mdi/svg": "^5.6.55",
"@primer/octicons": "^11.0.0",
"@types/clipboard": "^2.0.1",
@ -51,16 +51,16 @@
"@types/html-minifier": "^4.0.0",
"@types/lunr": "^2.3.3",
"@types/mini-css-extract-plugin": "^0.9.1",
"@types/node": "^14.11.2",
"@types/ramda": "^0.27.20",
"@types/node": "^14.11.8",
"@types/ramda": "^0.27.23",
"@types/resize-observer-browser": "^0.1.3",
"@types/webpack": "^4.41.22",
"@types/webpack-assets-manifest": "^3.0.1",
"autoprefixer": "9.8.6",
"copy-webpack-plugin": "^6.2.0",
"copy-webpack-plugin": "^6.2.1",
"css-loader": "^4.3.0",
"event-hooks-webpack-plugin": "^2.1.7",
"expose-loader": "^1.0.0",
"expose-loader": "^1.0.1",
"github-types": "^1.0.0",
"gitlab": "^14.2.2",
"html-minifier": "^4.0.0",
@ -68,15 +68,15 @@
"imagemin-webpack-plugin": "^2.4.2",
"material-design-color": "^2.3.2",
"material-shadows": "^3.0.1",
"mini-css-extract-plugin": "^0.11.3",
"mini-css-extract-plugin": "^1.0.0",
"postcss-inline-svg": "^4.1.0",
"postcss-loader": "^4.0.3",
"postcss-loader": "^4.0.4",
"postcss-svgo": "^4.0.2",
"preact": "^10.5.3",
"preact": "^10.5.4",
"ramda": "^0.27.1",
"rimraf": "^3.0.2",
"sass": "^1.26.11",
"sass-loader": "^10.0.2",
"sass": "^1.27.0",
"sass-loader": "^10.0.3",
"stylelint": "^13.7.2",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^20.0.0",
@ -85,13 +85,13 @@
"ts-loader": "^8.0.4",
"ts-node": "^9.0.0",
"tsconfig-paths-webpack-plugin": "^3.3.0",
"tslib": "^2.0.1",
"tslib": "^2.0.3",
"tslint": "^6.1.3",
"tslint-sonarts": "^1.9.0",
"typescript": "^3.9.7",
"webpack": "^4.44.2",
"webpack-assets-manifest": "^3.1.1",
"webpack-cli": "^3.3.12"
"webpack-cli": "^4.0.0"
},
"engines": {
"node": ">= 10"