@seatmap.pro/renderer 1.53.0 → 1.55.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seatmap.pro/renderer",
3
- "version": "1.53.0",
3
+ "version": "1.55.0",
4
4
  "description": "Seatmap renderer library for booking and admin interfaces by Seatmap.pro",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -130,13 +130,15 @@
130
130
  "nanoid": "^5.1.5",
131
131
  "robot3": "^1.1.1",
132
132
  "stats.js": "^0.17.0",
133
- "throttle-debounce": "^5.0.2",
134
- "whatwg-fetch": "^3.0.0"
133
+ "throttle-debounce": "^5.0.2"
135
134
  },
136
135
  "browserslist": [
137
- ">0.2%",
138
- "ie 11",
136
+ "last 2 Chrome versions",
137
+ "last 2 Firefox versions",
138
+ "last 2 Safari versions",
139
+ "last 2 Edge versions",
140
+ ">1%",
139
141
  "not dead",
140
- "not op_mini all"
142
+ "not ie 11"
141
143
  ]
142
144
  }