Skip to content
This repository was archived by the owner on May 19, 2023. It is now read-only.

Commit 45a95f0

Browse files
committed
fix: updated material-ui dependency and package.json version number
1 parent ab2687f commit 45a95f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rsksmart/rif-ui",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "Exposes common components to be re used in RIF projects",
55
"keywords": [
66
"RIF",
@@ -35,7 +35,7 @@
3535
"predeploy": "cd example && npm install && npm run build"
3636
},
3737
"devDependencies": {
38-
"@material-ui/core": "^4.10.0",
38+
"@material-ui/core": "^4.11.0",
3939
"@material-ui/icons": "^4.9.1",
4040
"@types/jest": "^26.0.0",
4141
"@types/react": "^16.9.35",
@@ -60,7 +60,7 @@
6060
"web3": "^1.2.8"
6161
},
6262
"peerDependencies": {
63-
"@material-ui/core": "^4.10.0",
63+
"@material-ui/core": "^4.11.0",
6464
"@material-ui/icons": "^4.9.1",
6565
"react": "^16.13.1",
6666
"react-dom": "^16.13.1",

0 commit comments

Comments
 (0)