[BasicUI] Upgrade Material Icons (#2724)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
pull/2722/head
lolodomo 2024-08-23 09:45:56 +02:00 committed by GitHub
parent 51d28119a9
commit 6139039f6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

View File

@ -14,7 +14,7 @@
"gulp-replace": "^1.1.4",
"gulp-sass": "^5.0.0",
"gulp-uglify": "^3.0.2",
"material-icons": "^1.13.9",
"material-icons": "^1.13.12",
"node-sass": "^8.0.0"
}
},
@ -3719,9 +3719,9 @@
}
},
"node_modules/material-icons": {
"version": "1.13.9",
"resolved": "https://registry.npmjs.org/material-icons/-/material-icons-1.13.9.tgz",
"integrity": "sha512-dwuf2C8LR07FcrjRDx0vWnDEcHiDuamXOmtAck8bdONUv5Fi6wR/ubQwPfG1NbcqgPg+y0fHN8Unj5DO+5fV4w=="
"version": "1.13.12",
"resolved": "https://registry.npmjs.org/material-icons/-/material-icons-1.13.12.tgz",
"integrity": "sha512-/2YoaB79IjUK2B2JB+vIXXYGtBfHb/XG66LvoKVM5ykHW7yfrV5SP6d7KLX6iijY6/G9GqwgtPQ/sbhFnOURVA=="
},
"node_modules/meow": {
"version": "9.0.0",
@ -9667,9 +9667,9 @@
}
},
"material-icons": {
"version": "1.13.9",
"resolved": "https://registry.npmjs.org/material-icons/-/material-icons-1.13.9.tgz",
"integrity": "sha512-dwuf2C8LR07FcrjRDx0vWnDEcHiDuamXOmtAck8bdONUv5Fi6wR/ubQwPfG1NbcqgPg+y0fHN8Unj5DO+5fV4w=="
"version": "1.13.12",
"resolved": "https://registry.npmjs.org/material-icons/-/material-icons-1.13.12.tgz",
"integrity": "sha512-/2YoaB79IjUK2B2JB+vIXXYGtBfHb/XG66LvoKVM5ykHW7yfrV5SP6d7KLX6iijY6/G9GqwgtPQ/sbhFnOURVA=="
},
"meow": {
"version": "9.0.0",

View File

@ -11,7 +11,7 @@
"gulp-eslint": "^6.0.0",
"gulp-sass": "^5.0.0",
"gulp-uglify": "^3.0.2",
"material-icons": "^1.13.9",
"material-icons": "^1.13.12",
"framework7-icons": "^5.0.5",
"node-sass": "^8.0.0"
}