@janiscommerce/ui-web 1.5.0-beta.1 → 1.5.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "type": "git",
17
17
  "url": "git+https://github.com/janis-commerce/ui-web.git"
18
18
  },
19
- "version": "1.5.0-beta.1",
19
+ "version": "1.5.0-beta.2",
20
20
  "dependencies": {
21
21
  "@mapbox/polyline": "^1.1.1",
22
22
  "@react-google-maps/api": "2.7.0",
@@ -28,7 +28,6 @@
28
28
  },
29
29
  "peerDependencies": {
30
30
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
31
- "react-collapsed": "^4.2.0",
32
31
  "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
33
32
  "styled-components": ">= 5.3.0"
34
33
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@janiscommerce/ui-web",
3
- "version": "1.5.0-beta.1",
3
+ "version": "1.5.0-beta.2",
4
4
  "description": "",
5
5
  "main": "dist/index.umd.js",
6
6
  "module": "dist/index.esm.js",
@@ -68,7 +68,6 @@
68
68
  "jest-styled-components": "^7.0.5",
69
69
  "prettier": "^2.3.0",
70
70
  "react": "17.x",
71
- "react-collapsed": "^4.2.0",
72
71
  "react-dom": "17.x",
73
72
  "react-test-renderer": "^17.0.2",
74
73
  "rollup": "^2.48.0",
@@ -113,7 +112,6 @@
113
112
  "peerDependencies": {
114
113
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
115
114
  "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
116
- "react-collapsed": "^4.2.0",
117
115
  "styled-components": ">= 5.3.0"
118
116
  },
119
117
  "babel": {
@@ -130,6 +128,7 @@
130
128
  "@react-google-maps/api": "2.7.0",
131
129
  "prop-types": "^15.7.2",
132
130
  "qrcode.react": "^3.0.2",
131
+ "react-collapsed": "^4.2.0",
133
132
  "react-colorful": "^5.5.1",
134
133
  "react-frame-component": "^5.2.3",
135
134
  "svgpath": "^2.5.0"