1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-12 01:50:52 +01:00

Merge branch 'master' into feature/material-v9

This commit is contained in:
squidfunk 2022-11-12 14:06:51 +01:00
commit 85d47e7297
2 changed files with 548 additions and 450 deletions

986
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -63,8 +63,8 @@
"@types/node": "^18.11.9",
"@types/resize-observer-browser": "^0.1.7",
"@types/sass": "^1.43.1",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"autoprefixer": "^10.4.13",
"chokidar": "^3.5.3",
"cssnano": "5.1.0",
@ -80,23 +80,23 @@
"html-minifier": "^4.0.0",
"material-design-color": "^2.3.2",
"material-shadows": "^3.0.1",
"npm-check-updates": "^16.3.16",
"npm-check-updates": "^16.3.22",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.18",
"postcss": "^8.4.19",
"postcss-dir-pseudo-class": "^6.0.5",
"postcss-inline-svg": "^5.0.0",
"postcss-logical": "^5.0.4",
"postcss-pseudo-is": "^0.3.0",
"preact": "^10.11.2",
"rimraf": "^3.0.2",
"sass": "^1.56.0",
"sass": "^1.56.1",
"simple-icons": "^7.19.0",
"stylelint": "^14.14.1",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-recommended": "^9.0.0",
"stylelint-config-standard-scss": "^6.1.0",
"stylelint-scss": "^4.3.0",
"svgo": "^3.0.0",
"svgo": "^3.0.1",
"tiny-glob": "^0.2.9",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"