update dependencies (except prettier v3) (#3160)

This commit is contained in:
Karsten Hassel
2023-08-12 22:55:09 +02:00
committed by GitHub
parent 49c72d8dfc
commit 58cdfa3cb1
7 changed files with 1482 additions and 1067 deletions

View File

@@ -7,31 +7,31 @@
"name": "magicmirror-fonts",
"license": "MIT",
"dependencies": {
"@fontsource/roboto": "^5.0.5",
"@fontsource/roboto-condensed": "^5.0.5"
"@fontsource/roboto": "^5.0.8",
"@fontsource/roboto-condensed": "^5.0.8"
}
},
"node_modules/@fontsource/roboto": {
"version": "5.0.5",
"resolved": "https://registry.npmjs.org/@fontsource/roboto/-/roboto-5.0.5.tgz",
"integrity": "sha512-IMXFq5AMgGx0sgNLfwWsmPuy3qa7lmDmQcXXihqwF4mT2UpD725cbxZj93ERY793OWon+6V1ANax02I3nt9+4w=="
"version": "5.0.8",
"resolved": "https://registry.npmjs.org/@fontsource/roboto/-/roboto-5.0.8.tgz",
"integrity": "sha512-XxPltXs5R31D6UZeLIV1td3wTXU3jzd3f2DLsXI8tytMGBkIsGcc9sIyiupRtA8y73HAhuSCeweOoBqf6DbWCA=="
},
"node_modules/@fontsource/roboto-condensed": {
"version": "5.0.5",
"resolved": "https://registry.npmjs.org/@fontsource/roboto-condensed/-/roboto-condensed-5.0.5.tgz",
"integrity": "sha512-KU80lfuctn6JL0MwtRQTwjyqGGYIYRDWbrKSmY5f2vtAuNmtaD/xcra9Ruhe/q/mZQQAB3KtC/QJScgFLqIqWA=="
"version": "5.0.8",
"resolved": "https://registry.npmjs.org/@fontsource/roboto-condensed/-/roboto-condensed-5.0.8.tgz",
"integrity": "sha512-xAXYY+ys24OZ/eOfXJZILPu2xOB7c0ZruM4cd4TSzX3WGj4dZbXYwCEowLldKbZye6LTqiltpFLP/g/Ne0qGLg=="
}
},
"dependencies": {
"@fontsource/roboto": {
"version": "5.0.5",
"resolved": "https://registry.npmjs.org/@fontsource/roboto/-/roboto-5.0.5.tgz",
"integrity": "sha512-IMXFq5AMgGx0sgNLfwWsmPuy3qa7lmDmQcXXihqwF4mT2UpD725cbxZj93ERY793OWon+6V1ANax02I3nt9+4w=="
"version": "5.0.8",
"resolved": "https://registry.npmjs.org/@fontsource/roboto/-/roboto-5.0.8.tgz",
"integrity": "sha512-XxPltXs5R31D6UZeLIV1td3wTXU3jzd3f2DLsXI8tytMGBkIsGcc9sIyiupRtA8y73HAhuSCeweOoBqf6DbWCA=="
},
"@fontsource/roboto-condensed": {
"version": "5.0.5",
"resolved": "https://registry.npmjs.org/@fontsource/roboto-condensed/-/roboto-condensed-5.0.5.tgz",
"integrity": "sha512-KU80lfuctn6JL0MwtRQTwjyqGGYIYRDWbrKSmY5f2vtAuNmtaD/xcra9Ruhe/q/mZQQAB3KtC/QJScgFLqIqWA=="
"version": "5.0.8",
"resolved": "https://registry.npmjs.org/@fontsource/roboto-condensed/-/roboto-condensed-5.0.8.tgz",
"integrity": "sha512-xAXYY+ys24OZ/eOfXJZILPu2xOB7c0ZruM4cd4TSzX3WGj4dZbXYwCEowLldKbZye6LTqiltpFLP/g/Ne0qGLg=="
}
}
}

View File

@@ -10,7 +10,7 @@
"url": "https://github.com/MichMich/MagicMirror/issues"
},
"dependencies": {
"@fontsource/roboto": "^5.0.5",
"@fontsource/roboto-condensed": "^5.0.5"
"@fontsource/roboto": "^5.0.8",
"@fontsource/roboto-condensed": "^5.0.8"
}
}