@undp/data-viz 0.0.79-canary.0 → 0.0.80

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 (1) hide show
  1. package/package.json +6 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undp/data-viz",
3
- "version": "0.0.79-canary.0",
3
+ "version": "0.0.80",
4
4
  "main": "./dist/index.cjs",
5
5
  "module": "./dist/index.js",
6
6
  "browser": "./dist/index.umd.js",
@@ -108,18 +108,21 @@
108
108
  },
109
109
  "peerDependencies": {
110
110
  "maplibre-gl": "^5.3.1",
111
- "react": "^19.1.0"
111
+ "react": "^19.1.0",
112
+ "react-dom": "^19.1.0"
112
113
  },
113
114
  "peerDependenciesMeta": {
114
115
  "react": {
115
116
  "optional": true
117
+ },
118
+ "react-dom": {
119
+ "optional": true
116
120
  }
117
121
  },
118
122
  "optionalDependencies": {
119
123
  "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
120
124
  },
121
125
  "devDependencies": {
122
- "react-dom": "^19.1.0",
123
126
  "@chromatic-com/storybook": "^3.2.6",
124
127
  "@storybook/addon-essentials": "^8.6.11",
125
128
  "@storybook/addon-interactions": "^8.6.11",