@redus/georedus-ui 0.3.1 → 0.4.0
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.
- package/CHANGELOG.md +14 -0
- package/package.json +16 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @orioro/template-react
|
|
2
2
|
|
|
3
|
+
## 0.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- add influence area to saude
|
|
8
|
+
|
|
9
|
+
## 0.3.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- fix peerDependencies
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
- @orioro/react-maplibre-util@0.3.2
|
|
16
|
+
|
|
3
17
|
## 0.3.1
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@redus/georedus-ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"packageManager": "yarn@4.0.2",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/main.js",
|
|
@@ -22,17 +22,25 @@
|
|
|
22
22
|
"build-storybook": "storybook build"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
|
-
"
|
|
25
|
+
"@radix-ui/themes": "^3.0.1",
|
|
26
|
+
"maplibre-gl": "^5.1.0",
|
|
27
|
+
"react": "^18.2.0",
|
|
28
|
+
"react-dom": "^18.2.0",
|
|
29
|
+
"react-map-gl": "^8.0.0"
|
|
26
30
|
},
|
|
27
31
|
"devDependencies": {
|
|
28
32
|
"@orioro/dev": "^0.0.5",
|
|
29
33
|
"@orioro/react-versioned-state": "^0.0.2",
|
|
34
|
+
"@radix-ui/themes": "^3.0.1",
|
|
35
|
+
"@types/geojson": "^7946.0.16",
|
|
36
|
+
"maplibre-gl": "^5.1.0",
|
|
30
37
|
"next": "14.1.0",
|
|
31
|
-
"react
|
|
38
|
+
"react": "^18.2.0",
|
|
39
|
+
"react-dom": "^18.2.0",
|
|
40
|
+
"react-map-gl": "^8.0.0",
|
|
32
41
|
"react-router-dom": "^7.4.1",
|
|
33
42
|
"rollup": "^4.13.0",
|
|
34
|
-
"storybook": "^8.0.0"
|
|
35
|
-
"tslib": "^2.8.1"
|
|
43
|
+
"storybook": "^8.0.0"
|
|
36
44
|
},
|
|
37
45
|
"dependencies": {
|
|
38
46
|
"@mdi/js": "^7.4.47",
|
|
@@ -43,7 +51,7 @@
|
|
|
43
51
|
"@orioro/react-csv": "^0.0.2",
|
|
44
52
|
"@orioro/react-dialogs": "^0.0.2",
|
|
45
53
|
"@orioro/react-dir-nav": "^0.1.0",
|
|
46
|
-
"@orioro/react-maplibre-util": "^0.3.
|
|
54
|
+
"@orioro/react-maplibre-util": "^0.3.2",
|
|
47
55
|
"@orioro/react-sortable": "^0.0.2",
|
|
48
56
|
"@orioro/react-ui-core": "^0.0.6",
|
|
49
57
|
"@orioro/resolve": "^0.1.2",
|
|
@@ -52,10 +60,8 @@
|
|
|
52
60
|
"@orioro/util": "^0.11.2",
|
|
53
61
|
"@orioro/validate": "^0.0.2",
|
|
54
62
|
"@radix-ui/react-collapsible": "^1.1.3",
|
|
55
|
-
"@radix-ui/themes": "^3.0.1",
|
|
56
63
|
"@tanstack/react-query": "^5.18.0",
|
|
57
64
|
"@turf/turf": "^7.1.0",
|
|
58
|
-
"@types/geojson": "^7946.0.16",
|
|
59
65
|
"comlink": "^4.4.2",
|
|
60
66
|
"d3-dsv": "^3.0.1",
|
|
61
67
|
"d3-scale-chromatic": "^3.1.0",
|
|
@@ -63,14 +69,12 @@
|
|
|
63
69
|
"gdal3.js": "^2.8.1",
|
|
64
70
|
"katex": "^0.16.22",
|
|
65
71
|
"lodash": "^4.17.21",
|
|
66
|
-
"maplibre-gl": "^5.1.0",
|
|
67
72
|
"query-string": "^9.1.1",
|
|
68
|
-
"react": "^18.2.0",
|
|
69
73
|
"react-highlight-words": "^0.21.0",
|
|
70
|
-
"react-map-gl": "^8.0.0",
|
|
71
74
|
"react-use": "^17.5.0",
|
|
72
75
|
"rehype-katex": "^7.0.1",
|
|
73
76
|
"remark-math": "^6.0.0",
|
|
74
|
-
"styled-components": "^6.1.8"
|
|
77
|
+
"styled-components": "^6.1.8",
|
|
78
|
+
"tslib": "^2.8.1"
|
|
75
79
|
}
|
|
76
80
|
}
|