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

Updated dependencies

This commit is contained in:
squidfunk 2023-02-28 09:33:41 +01:00
parent 59df2e433d
commit 2a849a3e5c
No known key found for this signature in database
GPG Key ID: 5ED40BC4F9C436DF
6 changed files with 428 additions and 407 deletions

View File

@ -9858,6 +9858,7 @@
"simple/airplayvideo",
"simple/airtable",
"simple/ajv",
"simple/akamai",
"simple/alacritty",
"simple/albertheijn",
"simple/alchemy",
@ -11221,6 +11222,7 @@
"simple/notion",
"simple/notist",
"simple/nounproject",
"simple/novu",
"simple/now",
"simple/npm",
"simple/nrwl",

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.055 0C6.384 0 .96 5.38.96 12.008.961 18.635 6.37 24 13.055 24c.617 0 .645-.357.086-.53-4.935-1.506-8.535-6.068-8.535-11.462 0-5.466 3.672-10.07 8.693-11.52.516-.143.373-.488-.244-.488Zm2.324 1.822a9.52 9.52 0 0 0-9.525 9.526c0 1.219.228 2.381.644 3.443.172.459.445.458.402.014a10.78 10.78 0 0 1-.056-.975 9.52 9.52 0 0 1 9.525-9.525c4.978 0 6.47 2.223 6.656 2.08.201-.158-1.807-4.563-7.646-4.563zm.469 4.07a8.731 8.731 0 0 0-5.104 1.856c-.258.2-.157.328.145.2 2.467-1.077 5.58-1.105 8.636-.044 2.052.718 3.242 1.737 3.342 1.694.158-.072-1.191-2.223-3.644-3.141a8.763 8.763 0 0 0-3.375-.564z"/></svg>

After

Width:  |  Height:  |  Size: 672 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.48 9.62a.72.72 0 0 1-1.235.503L8.007.68C9.256.24 10.6 0 12 0c2.387 0 4.611.697 6.48 1.898zm3.36-4.49v4.49c0 3.656-4.44 5.466-6.996 2.853L4.909 2.318A11.983 11.983 0 0 0 0 12c0 2.555.799 4.924 2.16 6.87v-4.465c0-3.657 4.44-5.467 6.996-2.854l9.922 10.14A11.984 11.984 0 0 0 24 12c0-2.555-.799-4.924-2.16-6.87ZM6.755 13.9l9.22 9.425A11.98 11.98 0 0 1 12 24c-2.387 0-4.611-.697-6.48-1.898v-7.697a.72.72 0 0 1 1.235-.504z"/></svg>

After

Width:  |  Height:  |  Size: 498 B

File diff suppressed because one or more lines are too long

813
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -61,16 +61,16 @@
"@types/fuzzaldrin-plus": "^0.6.2",
"@types/html-minifier": "^4.0.2",
"@types/lunr": "^2.3.4",
"@types/node": "^18.14.0",
"@types/node": "^18.14.2",
"@types/resize-observer-browser": "^0.1.7",
"@types/sass": "^1.43.1",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"autoprefixer": "^10.4.13",
"chokidar": "^3.5.3",
"cssnano": "5.1.0",
"esbuild": "^0.17.9",
"eslint": "^8.34.0",
"esbuild": "^0.17.10",
"eslint": "^8.35.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsdoc": "^40.0.0",
@ -81,17 +81,17 @@
"html-minifier": "^4.0.0",
"material-design-color": "^2.3.2",
"material-shadows": "^3.0.1",
"npm-check-updates": "^16.7.5",
"npm-check-updates": "^16.7.10",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.21",
"postcss-dir-pseudo-class": "^7.0.2",
"postcss-inline-svg": "^6.0.0",
"postcss-logical": "5.0.4",
"postcss-pseudo-is": "^0.3.0",
"preact": "^10.12.1",
"preact": "^10.13.0",
"rimraf": "^4.1.2",
"sass": "^1.58.3",
"simple-icons": "^8.5.0",
"simple-icons": "^8.6.0",
"stylelint": "^15.2.0",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-recommended": "^10.0.1",