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

This commit is contained in:
squidfunk 2020-07-27 09:42:31 +02:00
commit ceadfbf8cf
2 changed files with 320 additions and 625 deletions

937
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -41,7 +41,7 @@
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.14.0",
"@mdi/svg": "^5.3.45",
"@mdi/svg": "^5.4.55",
"@primer/octicons": "^10.0.0",
"@types/clipboard": "^2.0.1",
"@types/copy-webpack-plugin": "^6.0.0",
@ -50,14 +50,14 @@
"@types/html-minifier": "^4.0.0",
"@types/lunr": "^2.3.3",
"@types/mini-css-extract-plugin": "^0.9.1",
"@types/node": "^14.0.23",
"@types/node": "^14.0.26",
"@types/ramda": "^0.27.11",
"@types/resize-observer-browser": "^0.1.3",
"@types/webpack": "^4.41.21",
"@types/webpack-assets-manifest": "^3.0.1",
"autoprefixer": "9.8.5",
"copy-webpack-plugin": "^6.0.3",
"css-loader": "^3.6.0",
"css-loader": "^4.0.0",
"event-hooks-webpack-plugin": "^2.1.7",
"expose-loader": "^0.7.5",
"github-types": "^1.0.0",
@ -89,7 +89,7 @@
"tslint": "^6.1.2",
"tslint-sonarts": "^1.9.0",
"typescript": "^3.9.7",
"webpack": "^4.43.0",
"webpack": "^4.44.0",
"webpack-assets-manifest": "^3.1.1",
"webpack-cli": "^3.3.12"
},