[BasicUI] Upgrade Material Icons (#2724)
Signed-off-by: Laurent Garnier <lg.hc@free.fr>pull/2722/head
parent
51d28119a9
commit
6139039f6c
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue