react-globe.gl 2.36.0 → 2.37.1

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.
@@ -221,7 +221,7 @@ var GlobePropTypes = {
221
221
  var Globe = fromKapsule(GlobeKapsule, {
222
222
  methodNames: [
223
223
  // bind methods
224
- 'pauseAnimation', 'resumeAnimation', 'pointOfView', 'lights', 'scene', 'camera', 'renderer', 'postProcessingComposer', 'controls', 'getGlobeRadius', 'getCoords', 'getScreenCoords', 'toGeoCoords', 'toGlobeCoords'],
224
+ 'pauseAnimation', 'resumeAnimation', 'pointOfView', 'lights', 'scene', 'camera', 'renderer', 'postProcessingComposer', 'controls', 'getGlobeRadius', 'getCoords', 'getScreenCoords', 'toGeoCoords', 'toGlobeCoords', 'globeTileEngineClearCache'],
225
225
  initPropNames: ['animateIn', 'waitForGlobeReady', 'rendererConfig']
226
226
  });
227
227
  Globe.displayName = 'Globe';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-globe.gl",
3
- "version": "2.36.0",
3
+ "version": "2.37.1",
4
4
  "description": "React component for Globe Data Visualization using ThreeJS/WebGL",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -46,7 +46,7 @@
46
46
  "dist/**/*"
47
47
  ],
48
48
  "dependencies": {
49
- "globe.gl": "^2.44",
49
+ "globe.gl": "^2.45",
50
50
  "prop-types": "15",
51
51
  "react-kapsule": "^2.5"
52
52
  },
@@ -54,19 +54,19 @@
54
54
  "react": "*"
55
55
  },
56
56
  "devDependencies": {
57
- "@babel/core": "^7.28.4",
58
- "@babel/preset-env": "^7.28.3",
59
- "@babel/preset-react": "^7.27.1",
60
- "@rollup/plugin-babel": "^6.0.4",
61
- "@rollup/plugin-commonjs": "^28.0.6",
62
- "@rollup/plugin-node-resolve": "^16.0.1",
63
- "@rollup/plugin-replace": "^6.0.2",
64
- "@rollup/plugin-terser": "^0.4.4",
65
- "@types/react": "^19.1.12",
66
- "rimraf": "^6.0.1",
67
- "rollup": "^4.50.0",
68
- "rollup-plugin-dts": "^6.2.3",
69
- "typescript": "^5.9.2"
57
+ "@babel/core": "^7.29.0",
58
+ "@babel/preset-env": "^7.29.2",
59
+ "@babel/preset-react": "^7.28.5",
60
+ "@rollup/plugin-babel": "^7.0.0",
61
+ "@rollup/plugin-commonjs": "^29.0.2",
62
+ "@rollup/plugin-node-resolve": "^16.0.3",
63
+ "@rollup/plugin-replace": "^6.0.3",
64
+ "@rollup/plugin-terser": "^1.0.0",
65
+ "@types/react": "^19.2.14",
66
+ "rimraf": "^6.1.3",
67
+ "rollup": "^4.60.1",
68
+ "rollup-plugin-dts": "^6.4.1",
69
+ "typescript": "^6.0.2"
70
70
  },
71
71
  "engines": {
72
72
  "node": ">=12"