@sunrise-upc/mobile-prod-card 4.1.3-beta.0 → 4.1.3
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/index.js +2 -2
- package/dist/esm/index.js +2 -2
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@sunrise-upc/mobile-prod-card",
|
3
|
-
"version": "4.1.3
|
3
|
+
"version": "4.1.3",
|
4
4
|
"description": "Starter project to create reusable functional component",
|
5
5
|
"main": "dist/cjs/index.js",
|
6
6
|
"module": "dist/esm/index.js",
|
@@ -58,7 +58,7 @@
|
|
58
58
|
},
|
59
59
|
"peerDependencies": {
|
60
60
|
"@sunrise-upc/ajax-lib": "^1.1.5",
|
61
|
-
"@sunrise-upc/b2c-login": "
|
61
|
+
"@sunrise-upc/b2c-login": "3.1.1",
|
62
62
|
"js-cookie": "^3.0.1",
|
63
63
|
"react": "^17.0.2",
|
64
64
|
"react-bootstrap": "^2.0.0-beta.4",
|