mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Downgraded svgo due to build error
This commit is contained in:
parent
46a5a335eb
commit
13655d68f5
14
package-lock.json
generated
14
package-lock.json
generated
@ -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",
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user