Skip to content
Permalink
Browse files

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

  • Loading branch information
squidfunk committed Jan 5, 2021
2 parents 0c7055f + 1ba1e1e commit 022cd8ec97c848ba1df1aef2dde83e0f163948d4
Showing with 62 additions and 61 deletions.
  1. +55 −54 package-lock.json
  2. +7 −7 package.json

Some generated files are not rendered by default. Learn more.

@@ -44,13 +44,13 @@
"@mdi/svg": "^5.8.55",
"@primer/octicons": "^11.2.0",
"@types/clipboard": "^2.0.1",
"@types/copy-webpack-plugin": "^6.3.0",
"@types/copy-webpack-plugin": "^6.4.0",
"@types/escape-html": "1.0.0",
"@types/event-hooks-webpack-plugin": "^2.2.0",
"@types/html-minifier": "^4.0.0",
"@types/lunr": "^2.3.3",
"@types/mini-css-extract-plugin": "^1.2.2",
"@types/node": "^14.14.16",
"@types/node": "^14.14.19",
"@types/ramda": "^0.27.34",
"@types/resize-observer-browser": "^0.1.4",
"@types/webpack": "^4.41.25",
@@ -68,21 +68,21 @@
"material-design-color": "^2.3.2",
"material-shadows": "^3.0.1",
"mini-css-extract-plugin": "^1.3.3",
"postcss": "^8.2.1",
"postcss": "^8.2.2",
"postcss-inline-svg": "^5.0.0",
"postcss-loader": "^4.1.0",
"postcss-svgo": "^4.0.2",
"preact": "^10.5.7",
"preact": "^10.5.9",
"ramda": "^0.27.1",
"rimraf": "^3.0.2",
"sass": "^1.30.0",
"sass": "^1.32.0",
"sass-loader": "^10.1.0",
"stylelint": "^13.8.0",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^20.0.0",
"stylelint-order": "^4.1.0",
"stylelint-scss": "^3.18.0",
"ts-loader": "^8.0.12",
"ts-loader": "^8.0.13",
"ts-node": "^9.1.1",
"tsconfig-paths-webpack-plugin": "^3.3.0",
"tslib": "^2.0.3",
@@ -91,7 +91,7 @@
"typescript": "^4.1.3",
"webpack": "^4.44.2",
"webpack-assets-manifest": "3.1.1",
"webpack-cli": "^4.3.0"
"webpack-cli": "^4.3.1"
},
"engines": {
"node": ">= 12"

0 comments on commit 022cd8e

Please sign in to comment.