Skip to content

Commit

Permalink
chore: updates @mdi/js to "^6.5.95" (#531)
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Lamas <[email protected]>
  • Loading branch information
pedrolamas authored Feb 20, 2022
1 parent cc000e0 commit fa8cbf7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
},
"devDependencies": {
"@0x4447/potato": "^2.4.7",
"@mdi/js": "^5.9.55",
"@mdi/js": "^6.5.95",
"@types/jest": "^26.0.24",
"@types/lodash": "^4.14.170",
"@types/md5": "^2.3.0",
Expand Down
4 changes: 2 additions & 2 deletions src/globals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ import {
mdiPencilLock,
mdiLockReset,
mdiCubeScan,
mdiHandRight,
mdiHandBackRight,
mdiThermometerAlert,
mdiShieldAccount,
mdiContentCopy,
Expand Down Expand Up @@ -203,7 +203,7 @@ export const Icons = Object.freeze({
restartAlert: mdiRestartAlert,
update: mdiUpdate,
warning: mdiAlert,
error: mdiHandRight,
error: mdiHandBackRight,
thermometer: mdiThermometerLow,
bell: mdiBellOutline,
fireAlert: mdiFireAlert,
Expand Down

0 comments on commit fa8cbf7

Please sign in to comment.