@sunrise-upc/mobile-prod-card 1.2.5 → 1.2.6-beta.1
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 +4 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@sunrise-upc/mobile-prod-card",
|
3
|
-
"version": "1.2.
|
3
|
+
"version": "1.2.6-beta.1",
|
4
4
|
"description": "Starter project to create reusable functional component",
|
5
5
|
"main": "dist/cjs/index.js",
|
6
6
|
"module": "dist/esm/index.js",
|
@@ -42,7 +42,7 @@
|
|
42
42
|
"@types/react": "^18.0.26",
|
43
43
|
"@types/react-dom": "^18.0.10",
|
44
44
|
"@types/uuid": "^8.3.4",
|
45
|
-
"axios": "^0.
|
45
|
+
"axios": "^0.27.2",
|
46
46
|
"postcss": "8.4.21",
|
47
47
|
"rimraf": "^3.0.2",
|
48
48
|
"rollup": "^3.9.1",
|
@@ -57,8 +57,8 @@
|
|
57
57
|
"cookies-next": "^2.1.1"
|
58
58
|
},
|
59
59
|
"peerDependencies": {
|
60
|
-
"@sunrise-upc/ajax-lib": "^1.
|
61
|
-
"@sunrise-upc/b2c-login": "^2.2.
|
60
|
+
"@sunrise-upc/ajax-lib": "^1.2.4",
|
61
|
+
"@sunrise-upc/b2c-login": "^2.2.7",
|
62
62
|
"js-cookie": "^3.0.1",
|
63
63
|
"react": "^17.0.2",
|
64
64
|
"react-bootstrap": "^2.0.0-beta.4",
|