@sunrise-upc/mobile-prod-card 1.2.6-beta.0 → 1.2.6-beta.1

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.ts CHANGED
@@ -146,7 +146,6 @@ interface ProductTableSchema {
146
146
  lineCheckCallBack?: () => void;
147
147
  changeAddressClicked?: any;
148
148
  tabCheckCallBack?: (tabId: string) => void;
149
- ratePlansToRemove?: string[];
150
149
  }
151
150
 
152
151
  declare const ProductTableV3: FC<ProductTableSchema>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunrise-upc/mobile-prod-card",
3
- "version": "1.2.6-beta.0",
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.21.4",
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.1.5",
61
- "@sunrise-upc/b2c-login": "^2.2.4",
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",