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

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunrise-upc/mobile-prod-card",
3
- "version": "2.1.1-beta.0",
3
+ "version": "2.1.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",
@@ -31,6 +31,9 @@
31
31
  "url": "https://bitbucket.org/sunrisedigitalbusiness/fun-components-starter/issues"
32
32
  },
33
33
  "homepage": "https://bitbucket.org/sunrisedigitalbusiness/fun-components-starter#readme",
34
+ "dependencies": {
35
+ "axios": "^0.21.4"
36
+ },
34
37
  "devDependencies": {
35
38
  "@rollup/plugin-commonjs": "^24.0.0",
36
39
  "@rollup/plugin-json": "^6.0.0",
@@ -42,7 +45,6 @@
42
45
  "@types/react": "^18.0.26",
43
46
  "@types/react-dom": "^18.0.10",
44
47
  "@types/uuid": "^8.3.4",
45
- "axios": "^0.21.4",
46
48
  "postcss": "8.4.21",
47
49
  "rimraf": "^3.0.2",
48
50
  "rollup": "^3.9.1",
@@ -57,8 +59,8 @@
57
59
  "cookies-next": "^2.1.1"
58
60
  },
59
61
  "peerDependencies": {
60
- "@sunrise-upc/ajax-lib": "^1.1.5",
61
- "@sunrise-upc/b2c-login": "^2.2.4",
62
+ "@sunrise-upc/ajax-lib": "1.1.5",
63
+ "@sunrise-upc/b2c-login": "2.2.4",
62
64
  "js-cookie": "^3.0.1",
63
65
  "react": "^17.0.2",
64
66
  "react-bootstrap": "^2.0.0-beta.4",