jmapcloud-ng 0.3.6 → 0.4.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.
package/.eslintrc.js CHANGED
@@ -151,7 +151,7 @@ module.exports = {
151
151
  "max-len": [
152
152
  "error",
153
153
  {
154
- code: 130
154
+ code: 222
155
155
  }
156
156
  ],
157
157
  "new-parens": "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jmapcloud-ng",
3
- "version": "0.3.6",
3
+ "version": "0.4.1",
4
4
  "description": "K2 Geospatial Web Client",
5
5
  "private": false,
6
6
  "main": "public/index.js",
@@ -23,6 +23,13 @@
23
23
  "**/.*",
24
24
  "node_modules"
25
25
  ],
26
+ "overrides": {
27
+ "react-pannellum": {
28
+ "react": "$react",
29
+ "react-dom": "$react-dom",
30
+ "postcss": "^8.4.28"
31
+ }
32
+ },
26
33
  "dependencies": {
27
34
  "@date-io/date-fns": "^1.3.13",
28
35
  "@fortawesome/fontawesome-pro": "^5.15.0",
@@ -33,10 +40,9 @@
33
40
  "@fortawesome/pro-solid-svg-icons": "^5.15.0",
34
41
  "@fortawesome/react-fontawesome": "^0.1.11",
35
42
  "@mapbox/mapbox-gl-draw": "1.3.0",
36
- "@material-ui/core": "^4.12.3",
37
- "@material-ui/icons": "^4.11.2",
38
- "@material-ui/lab": "^4.0.0-alpha.60",
39
- "@material-ui/pickers": "^3.3.10",
43
+ "@mui/lab": "^5.0.0-alpha",
44
+ "@mui/material": "^5.14.5",
45
+ "@mui/x-date-pickers": "^6.11.2",
40
46
  "@turf/circle": "^6.5.0",
41
47
  "@turf/helpers": "6.5.0",
42
48
  "axios": "^0.21.4",
@@ -47,18 +53,17 @@
47
53
  "formik": "^2.2.9",
48
54
  "geometric": "^2.5.0",
49
55
  "hast-util-to-html": "^8.0.3",
50
- "jmapcloud-ng-core": "0.3.4",
56
+ "jmapcloud-ng-core": "0.4.1",
51
57
  "json-pointer": "^0.6.1",
52
58
  "jspdf": "^2.3.1",
53
59
  "maplibre-gl": "^3.2.1",
54
60
  "material-design-icons": "^3.0.1",
55
61
  "normalize-diacritics": "^3.0.0",
56
- "react": "^17.0.2",
62
+ "react": "^18.2.0",
57
63
  "react-color": "^2.19.3",
58
- "react-dom": "^17.0.2",
64
+ "react-dom": "^18.2.0",
59
65
  "react-redux": "^7.2.5",
60
- "react-select": "^4.3.1",
61
- "react-swipeable-views": "^0.14.0",
66
+ "react-swipeable-views-react-18-fix": "0.14.1",
62
67
  "react-window": "^1.8.6",
63
68
  "redux": "^4.1.1",
64
69
  "regenerator-runtime": "^0.13.11",
@@ -83,11 +88,10 @@
83
88
  "@types/geometric": "^2.2.0",
84
89
  "@types/json-pointer": "^1.0.31",
85
90
  "@types/mocha": "^9.0.0",
86
- "@types/react": "^17.0.20",
87
91
  "@types/react-color": "^3.0.5",
88
- "@types/react-dom": "^17.0.9",
92
+ "@types/react-dom": "^18.2.7",
89
93
  "@types/react-redux": "^7.1.18",
90
- "@types/react-swipeable-views": "^0.13.1",
94
+ "@types/react-swipeable-views": "^0.13.2",
91
95
  "@types/react-window": "^1.8.5",
92
96
  "@types/svg-parser": "^2.0.3",
93
97
  "@types/uuid": "^8.3.1",
@@ -113,15 +117,15 @@
113
117
  "gulp-eslint-new": "^1.8.2",
114
118
  "gulp-plumber": "^1.2.1",
115
119
  "gulp-rewrite-css": "^1.1.2",
116
- "jmapcloud-ng-types": "0.3.2",
117
- "jmapcloud-ng-core-types": "0.3.2",
120
+ "jmapcloud-ng-core-types": "0.4.0",
121
+ "jmapcloud-ng-types": "0.4.0",
118
122
  "postcss-loader": "^7.3.3",
119
123
  "postcss-parent-selector": "^1.0.0",
120
124
  "source-map-loader": "^3.0.0",
121
125
  "style-loader": "^3.2.1",
122
126
  "terser-webpack-plugin": "^5.2.4",
123
127
  "ts-loader": "^9.2.5",
124
- "typescript": "4.4.3",
128
+ "typescript": "^5.2.2",
125
129
  "vinyl-paths": "^4.0.0",
126
130
  "webpack": "^5.52.0",
127
131
  "webpack-bundle-analyzer": "^4.4.2",