1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 03:18:21 +02:00

Downgraded svgo due to build error

This commit is contained in:
squidfunk 2022-11-15 23:03:04 +01:00
parent 46a5a335eb
commit 13655d68f5
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -65,7 +65,7 @@
"stylelint-config-recommended": "^9.0.0",
"stylelint-config-standard-scss": "^6.1.0",
"stylelint-scss": "^4.3.0",
"svgo": "^3.0.1",
"svgo": "3.0.0",
"tiny-glob": "^0.2.9",
"ts-node": "^10.9.1",
"typescript": "^4.9.3"
@ -12469,9 +12469,9 @@
"dev": true
},
"node_modules/svgo": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/svgo/-/svgo-3.0.1.tgz",
"integrity": "sha512-6kiDrstRCmA600TySGBu4VNA/FdEriOv7PKQRDOyIaVYUNamWvDSZjgMsM+mB0r0y5T7S3P5DkZJSIBQ/9QEsg==",
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/svgo/-/svgo-3.0.0.tgz",
"integrity": "sha512-mSqPn6RDeNqJvCeqHERlfWJjd4crP/2PgFelil9WpTwC4D3okAUopPsH3lnEyl7ONXfDVyISOihDjO0uK8YVAA==",
"dev": true,
"dependencies": {
"@trysound/sax": "0.2.0",
@ -22800,9 +22800,9 @@
"dev": true
},
"svgo": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/svgo/-/svgo-3.0.1.tgz",
"integrity": "sha512-6kiDrstRCmA600TySGBu4VNA/FdEriOv7PKQRDOyIaVYUNamWvDSZjgMsM+mB0r0y5T7S3P5DkZJSIBQ/9QEsg==",
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/svgo/-/svgo-3.0.0.tgz",
"integrity": "sha512-mSqPn6RDeNqJvCeqHERlfWJjd4crP/2PgFelil9WpTwC4D3okAUopPsH3lnEyl7ONXfDVyISOihDjO0uK8YVAA==",
"dev": true,
"requires": {
"@trysound/sax": "0.2.0",

View File

@ -95,7 +95,7 @@
"stylelint-config-recommended": "^9.0.0",
"stylelint-config-standard-scss": "^6.1.0",
"stylelint-scss": "^4.3.0",
"svgo": "^3.0.1",
"svgo": "3.0.0",
"tiny-glob": "^0.2.9",
"ts-node": "^10.9.1",
"typescript": "^4.9.3"