@undp/carbon-library 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undp/carbon-library",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Shared Library of tools for Carbon Credits applications ecosystem for ExO and and HQ/GEF",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -40,7 +40,8 @@
40
40
  "@types/react": "^18.0.25",
41
41
  "@types/mapbox-gl": "^2.7.10",
42
42
  "@types/luxon": "^3.1.0",
43
- "@ant-design/icons": "^4.7.0"
43
+ "@ant-design/icons": "^4.7.0",
44
+ "react-mapbox-gl": "^5.1.1"
44
45
  },
45
46
  "main": "dist/cjs/index.js",
46
47
  "module": "dist/esm/index.js",