Skip to content

Commit

Permalink
Update to mdi 6.9.96.
Browse files Browse the repository at this point in the history
  • Loading branch information
leMaik committed Aug 6, 2022
1 parent af7f7a7 commit 22a7d49
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 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.7.96-blue.svg)](https://github.com/Templarian/MaterialDesign)
[![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--light-v0.2.63-blue.svg)](https://github.com/Templarian/MaterialDesignLight)

This module provides [Material-UI][material-ui] `<SvgIcon />` components for all
Expand Down
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 @@ -26,7 +26,7 @@
"homepage": "https://github.com/TeamWertarbyte/mdi-material-ui#readme",
"devDependencies": {
"@material-ui/core": "^3.0.0",
"@mdi/js": "^6.7.96",
"@mdi/js": "^6.9.96",
"@mdi/light-js": "^0.2.63",
"@storybook/react": "^3.4.11",
"ava": "^0.25.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@latest @mdi/light-js@latest
npm i --save-dev @mdi/js@^6.0.0 @mdi/light-js@latest
./generate-module.js
npm test

Expand Down

0 comments on commit 22a7d49

Please sign in to comment.