react-globe.gl 2.22.4 → 2.22.6

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.
@@ -180,7 +180,8 @@ var GlobePropTypes = {
180
180
  };
181
181
 
182
182
  var Globe = fromKapsule(GlobeKapsule, {
183
- methodNames: [// bind methods
183
+ methodNames: [
184
+ // bind methods
184
185
  'pauseAnimation', 'resumeAnimation', 'pointOfView', 'scene', 'camera', 'renderer', 'postProcessingComposer', 'controls', 'getGlobeRadius', 'getCoords', 'getScreenCoords', 'toGeoCoords', 'toGlobeCoords'],
185
186
  initPropNames: ['animateIn', 'waitForGlobeReady', 'rendererConfig']
186
187
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-globe.gl",
3
- "version": "2.22.4",
3
+ "version": "2.22.6",
4
4
  "description": "React component for Globe Data Visualization using ThreeJS/WebGL",
5
5
  "license": "MIT",
6
6
  "unpkg": "dist/react-globe.gl.min.js",
@@ -32,7 +32,7 @@
32
32
  "homepage": "https://github.com/vasturiano/react-globe.gl",
33
33
  "scripts": {
34
34
  "build": "rimraf dist && rollup -c",
35
- "dev": "rollup -w -c rollup.config.dev.js",
35
+ "dev": "rollup -w -c rollup.config.dev.mjs",
36
36
  "prepare": "npm run build"
37
37
  },
38
38
  "files": [
@@ -47,20 +47,20 @@
47
47
  "react": "*"
48
48
  },
49
49
  "devDependencies": {
50
- "@babel/core": "^7.19.1",
50
+ "@babel/core": "^7.20.2",
51
51
  "@babel/plugin-proposal-class-properties": "^7.18.6",
52
- "@babel/plugin-proposal-object-rest-spread": "^7.18.9",
53
- "@babel/preset-env": "^7.19.1",
52
+ "@babel/plugin-proposal-object-rest-spread": "^7.20.2",
53
+ "@babel/preset-env": "^7.20.2",
54
54
  "@babel/preset-react": "^7.18.6",
55
- "@rollup/plugin-babel": "^5.3.1",
56
- "@rollup/plugin-commonjs": "^22.0.2",
57
- "@rollup/plugin-node-resolve": "^14.1.0",
58
- "@rollup/plugin-replace": "^4.0.0",
59
- "@types/react": "^18.0.21",
55
+ "@rollup/plugin-babel": "^6.0.2",
56
+ "@rollup/plugin-commonjs": "^23.0.2",
57
+ "@rollup/plugin-node-resolve": "^15.0.1",
58
+ "@rollup/plugin-replace": "^5.0.1",
59
+ "@types/react": "^18.0.25",
60
60
  "rimraf": "^3.0.2",
61
- "rollup": "^2.79.1",
62
- "rollup-plugin-dts": "^4.2.2",
61
+ "rollup": "^3.2.5",
62
+ "rollup-plugin-dts": "^5.0.0",
63
63
  "rollup-plugin-terser": "^7.0.2",
64
- "typescript": "^4.8.3"
64
+ "typescript": "^4.8.4"
65
65
  }
66
66
  }