@janiscommerce/ui-web 0.28.4 → 0.28.7

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
@@ -9,10 +9,10 @@
9
9
  "type": "git",
10
10
  "url": "git+https://github.com/janis-commerce/ui-web.git"
11
11
  },
12
- "version": "0.28.4",
12
+ "version": "0.28.7",
13
13
  "dependencies": {
14
14
  "@mapbox/polyline": "^1.1.1",
15
- "@react-google-maps/api": "^2.7.0",
15
+ "@react-google-maps/api": "2.7.0",
16
16
  "prop-types": "^15.7.2",
17
17
  "qrcode.react": "^3.0.2",
18
18
  "react-colorful": "^5.5.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@janiscommerce/ui-web",
3
- "version": "0.28.4",
3
+ "version": "0.28.7",
4
4
  "description": "",
5
5
  "main": "dist/index.umd.js",
6
6
  "exports": {
@@ -10,7 +10,6 @@
10
10
  },
11
11
  "private": false,
12
12
  "scripts": {
13
- "preinstall": "if [ \"$npm_package_name\" = \"@janiscommerce/ui-web\" ]; then node scripts/preinstall-script.js; fi",
14
13
  "start": "rollup -c rollup/rollup.config.dev.js -w",
15
14
  "build": "rollup -c rollup/rollup.config.prod.js",
16
15
  "lint": "eslint src/",
@@ -126,7 +125,7 @@
126
125
  ],
127
126
  "dependencies": {
128
127
  "@mapbox/polyline": "^1.1.1",
129
- "@react-google-maps/api": "^2.7.0",
128
+ "@react-google-maps/api": "2.7.0",
130
129
  "prop-types": "^15.7.2",
131
130
  "qrcode.react": "^3.0.2",
132
131
  "react-colorful": "^5.5.1",