@micromag/screen-map 0.4.41 → 0.4.42

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.
Files changed (2) hide show
  1. package/es/index.js +1 -1
  2. package/package.json +14 -14
package/es/index.js CHANGED
@@ -230,7 +230,7 @@ function MapScreen(_ref) {
230
230
  imgs.filter(function (img) {
231
231
  return img !== null;
232
232
  }).forEach(function (img) {
233
- img.onload = function () {}; // eslint-disable-line no-param-reassign
233
+ img.onload = function () {};
234
234
  });
235
235
  };
236
236
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-map",
3
- "version": "0.4.41",
3
+ "version": "0.4.42",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -61,18 +61,18 @@
61
61
  },
62
62
  "dependencies": {
63
63
  "@babel/runtime": "^7.28.6",
64
- "@micromag/core": "^0.4.41",
65
- "@micromag/element-background": "^0.4.41",
66
- "@micromag/element-button": "^0.4.41",
67
- "@micromag/element-container": "^0.4.41",
68
- "@micromag/element-footer": "^0.4.41",
69
- "@micromag/element-header": "^0.4.41",
70
- "@micromag/element-heading": "^0.4.41",
71
- "@micromag/element-image": "^0.4.41",
72
- "@micromag/element-map": "^0.4.41",
73
- "@micromag/element-scroll": "^0.4.41",
74
- "@micromag/element-text": "^0.4.41",
75
- "@micromag/transforms": "^0.4.41",
64
+ "@micromag/core": "^0.4.42",
65
+ "@micromag/element-background": "^0.4.42",
66
+ "@micromag/element-button": "^0.4.42",
67
+ "@micromag/element-container": "^0.4.42",
68
+ "@micromag/element-footer": "^0.4.42",
69
+ "@micromag/element-header": "^0.4.42",
70
+ "@micromag/element-heading": "^0.4.42",
71
+ "@micromag/element-image": "^0.4.42",
72
+ "@micromag/element-map": "^0.4.42",
73
+ "@micromag/element-scroll": "^0.4.42",
74
+ "@micromag/element-text": "^0.4.42",
75
+ "@micromag/transforms": "^0.4.42",
76
76
  "classnames": "^2.2.6",
77
77
  "lodash": "^4.17.23",
78
78
  "react-intl": "^8.1.3 || ^10.0.0",
@@ -82,6 +82,6 @@
82
82
  "access": "public",
83
83
  "registry": "https://registry.npmjs.org/"
84
84
  },
85
- "gitHead": "c7856a747ba0a4466f4b63bc29e31003275ac6e0",
85
+ "gitHead": "6fd96aeb9ef1857c731917d8b7cde23d31b39574",
86
86
  "types": "es/index.d.ts"
87
87
  }