@ozen-ui/data-grid 0.79.0 → 0.81.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.
@@ -15,7 +15,6 @@ var EventBus = /** @class */ (function () {
15
15
  if (!this.listenersByEvent[event]) {
16
16
  this.listenersByEvent[event] = new Set();
17
17
  }
18
- // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
19
18
  this.listenersByEvent[event].add(listener);
20
19
  return function () {
21
20
  _this.unsubscribe(event, listener);
@@ -12,7 +12,6 @@ var EventBus = /** @class */ (function () {
12
12
  if (!this.listenersByEvent[event]) {
13
13
  this.listenersByEvent[event] = new Set();
14
14
  }
15
- // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
16
15
  this.listenersByEvent[event].add(listener);
17
16
  return function () {
18
17
  _this.unsubscribe(event, listener);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ozen-ui/data-grid",
3
- "version": "0.79.0",
3
+ "version": "0.81.0",
4
4
  "description": "React DataGrid library",
5
5
  "files": [
6
6
  "*"
@@ -28,10 +28,10 @@
28
28
  "lodash.sortby": "^4.7.0",
29
29
  "mobx": "6.13.7",
30
30
  "mobx-react-lite": "4.1.0",
31
- "@ozen-ui/fonts": "0.79.0",
32
- "@ozen-ui/icons": "0.79.0",
33
- "@ozen-ui/logger": "0.79.0",
34
- "@ozen-ui/kit": "0.79.0"
31
+ "@ozen-ui/fonts": "0.81.0",
32
+ "@ozen-ui/icons": "0.81.0",
33
+ "@ozen-ui/logger": "0.81.0",
34
+ "@ozen-ui/kit": "0.81.0"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/lodash.clonedeep": "^4.5.0",