jmapcloud-ng 0.3.5 → 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/.eslintrc.js +1 -1
- package/package.json +10 -9
- package/public/225.e213488ea9e0427142dc.js +81 -0
- package/public/4.160c69f9349a2294a19f.js +74 -0
- package/public/455.226787bf3f47469a9bde.js +1 -0
- package/public/589.50f275ae027e29decf70.js +1 -0
- package/public/696.bd960a6ec05b9c1f08f4.js +1 -0
- package/public/912.deac8636d110e54fe144.js +1 -0
- package/public/index.js +1 -1
- package/syncAndBuild.sh +2 -2
- package/public/109.1882692ee822fbd4347a.js +0 -1
- package/public/455.ea4fb646d9e498a92a8a.js +0 -1
- package/public/554.560465bd544692fb59ba.js +0 -1
- package/public/696.eaa67e9b78101dab0d32.js +0 -1
- package/public/876.249567e3c2f731c13787.js +0 -1
- package/public/912.8f9cdbe6b23a25080eca.js +0 -1
package/.eslintrc.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jmapcloud-ng",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"description": "K2 Geospatial Web Client",
|
|
5
5
|
"private": false,
|
|
6
6
|
"main": "public/index.js",
|
|
@@ -25,6 +25,7 @@
|
|
|
25
25
|
],
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@date-io/date-fns": "^1.3.13",
|
|
28
|
+
"@emotion/styled": "^11.11.0",
|
|
28
29
|
"@fortawesome/fontawesome-pro": "^5.15.0",
|
|
29
30
|
"@fortawesome/fontawesome-svg-core": "^1.2.31",
|
|
30
31
|
"@fortawesome/pro-duotone-svg-icons": "^5.15.0",
|
|
@@ -33,10 +34,10 @@
|
|
|
33
34
|
"@fortawesome/pro-solid-svg-icons": "^5.15.0",
|
|
34
35
|
"@fortawesome/react-fontawesome": "^0.1.11",
|
|
35
36
|
"@mapbox/mapbox-gl-draw": "1.3.0",
|
|
36
|
-
"@
|
|
37
|
-
"@material
|
|
38
|
-
"@
|
|
39
|
-
"@
|
|
37
|
+
"@mui/lab": "^5.0.0-alpha.140",
|
|
38
|
+
"@mui/material": "^5.14.5",
|
|
39
|
+
"@mui/styles": "^5.0.0",
|
|
40
|
+
"@mui/x-date-pickers": "^6.11.2",
|
|
40
41
|
"@turf/circle": "^6.5.0",
|
|
41
42
|
"@turf/helpers": "6.5.0",
|
|
42
43
|
"axios": "^0.21.4",
|
|
@@ -47,7 +48,7 @@
|
|
|
47
48
|
"formik": "^2.2.9",
|
|
48
49
|
"geometric": "^2.5.0",
|
|
49
50
|
"hast-util-to-html": "^8.0.3",
|
|
50
|
-
"jmapcloud-ng-core": "0.
|
|
51
|
+
"jmapcloud-ng-core": "0.4.0",
|
|
51
52
|
"json-pointer": "^0.6.1",
|
|
52
53
|
"jspdf": "^2.3.1",
|
|
53
54
|
"maplibre-gl": "^3.2.1",
|
|
@@ -113,15 +114,15 @@
|
|
|
113
114
|
"gulp-eslint-new": "^1.8.2",
|
|
114
115
|
"gulp-plumber": "^1.2.1",
|
|
115
116
|
"gulp-rewrite-css": "^1.1.2",
|
|
116
|
-
"jmapcloud-ng-types": "0.
|
|
117
|
-
"jmapcloud-ng-
|
|
117
|
+
"jmapcloud-ng-core-types": "0.4.0",
|
|
118
|
+
"jmapcloud-ng-types": "0.4.0",
|
|
118
119
|
"postcss-loader": "^7.3.3",
|
|
119
120
|
"postcss-parent-selector": "^1.0.0",
|
|
120
121
|
"source-map-loader": "^3.0.0",
|
|
121
122
|
"style-loader": "^3.2.1",
|
|
122
123
|
"terser-webpack-plugin": "^5.2.4",
|
|
123
124
|
"ts-loader": "^9.2.5",
|
|
124
|
-
"typescript": "4.
|
|
125
|
+
"typescript": "^4.9.5",
|
|
125
126
|
"vinyl-paths": "^4.0.0",
|
|
126
127
|
"webpack": "^5.52.0",
|
|
127
128
|
"webpack-bundle-analyzer": "^4.4.2",
|