Skip to content

Commit

Permalink
Update to mdi 7.0.96.
Browse files Browse the repository at this point in the history
  • Loading branch information
leMaik committed Oct 30, 2022
1 parent 84f4f10 commit 493a2fd
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Material Design Icons for Material-UI

[![Material Design Icons version](https://img.shields.io/badge/mdi-v6.9.96-blue.svg)](https://github.com/Templarian/MaterialDesign)
[![Material Design Icons version](https://img.shields.io/badge/mdi-v7.0.96-blue.svg)](https://github.com/Templarian/MaterialDesign)
[![Material Design Icons version](https://img.shields.io/badge/mdi--light-v0.2.63-blue.svg)](https://github.com/Templarian/MaterialDesignLight)

This module provides [Material-UI][material-ui] `<SvgIcon />` components for all
Expand Down
28 changes: 19 additions & 9 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 @@ -32,7 +32,7 @@
"@babel/preset-react": "^7.0.0",
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.1.5",
"@mdi/js": "^6.9.96",
"@mdi/js": "^7.0.96",
"@mdi/light-js": "^0.2.63",
"@mui/codemod": "^5.0.0-rc.0",
"@mui/material": "^5.0.0-rc.0",
Expand Down
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
npm i --save-dev @mdi/js@^6.0.0 @mdi/light-js@latest
npm i --save-dev @mdi/js@latest @mdi/light-js@latest
./generate-module.js
npm test

Expand Down

0 comments on commit 493a2fd

Please sign in to comment.