@hipay/hipay-material-ui 3.15.0 → 3.15.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hipay/hipay-material-ui",
3
3
  "private": false,
4
- "version": "3.15.0",
4
+ "version": "3.15.1",
5
5
  "description": "React components that implement Google's Material Design.",
6
6
  "repository": {
7
7
  "type": "git",
@@ -27,7 +27,7 @@
27
27
  "dependencies": {
28
28
  "@babel/plugin-transform-runtime": "^7.8.3",
29
29
  "@babel/runtime": "7.6.3",
30
- "@mui/lab": "5.0.0-alpha.89",
30
+ "@mui/lab": "^5.0.0-alpha.105",
31
31
  "@mui/icons-material": "^5.2.5",
32
32
  "brcast": "3.0.1",
33
33
  "classnames": "2.2.6",
@@ -78,4 +78,4 @@
78
78
  },
79
79
  "main": "./index.js",
80
80
  "module": "./esm/index.js"
81
- }
81
+ }