jmapcloud-ng 0.4.0 → 0.4.2

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
@@ -146,7 +146,6 @@ module.exports = {
146
146
  "import/order": "off",
147
147
  "jsdoc/check-alignment": "error",
148
148
  "jsdoc/check-indentation": "error",
149
- "jsdoc/newline-after-description": "error",
150
149
  "max-classes-per-file": ["error", 10],
151
150
  "max-len": [
152
151
  "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jmapcloud-ng",
3
- "version": "0.4.0",
3
+ "version": "0.4.2",
4
4
  "description": "K2 Geospatial Web Client",
5
5
  "private": false,
6
6
  "main": "public/index.js",
@@ -23,93 +23,89 @@
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
- "@date-io/date-fns": "^1.3.13",
28
- "@emotion/styled": "^11.11.0",
29
- "@fortawesome/fontawesome-pro": "^5.15.0",
30
- "@fortawesome/fontawesome-svg-core": "^1.2.31",
31
- "@fortawesome/pro-duotone-svg-icons": "^5.15.0",
32
- "@fortawesome/pro-light-svg-icons": "^5.15.0",
33
- "@fortawesome/pro-regular-svg-icons": "^5.15.0",
34
- "@fortawesome/pro-solid-svg-icons": "^5.15.0",
35
- "@fortawesome/react-fontawesome": "^0.1.11",
36
- "@mapbox/mapbox-gl-draw": "1.3.0",
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",
34
+ "@fortawesome/fontawesome-pro": "6.4.2",
35
+ "@fortawesome/fontawesome-svg-core": "^6.4.2",
36
+ "@fortawesome/pro-duotone-svg-icons": "^6.4.2",
37
+ "@fortawesome/pro-light-svg-icons": "^6.4.2",
38
+ "@fortawesome/pro-regular-svg-icons": "^6.4.2",
39
+ "@fortawesome/pro-solid-svg-icons": "^6.4.2",
40
+ "@fortawesome/react-fontawesome": "^0.2.0",
41
+ "@mapbox/mapbox-gl-draw": "^1.4.2",
42
+ "@mui/lab": "^5.0.0-alpha",
43
+ "@mui/material": "^5.14.8",
44
+ "@mui/x-date-pickers": "^6.12.1",
41
45
  "@turf/circle": "^6.5.0",
42
46
  "@turf/helpers": "6.5.0",
43
- "axios": "^0.21.4",
44
- "babel-polyfill": "^6.26.0",
45
- "color": "^3.1.3",
46
- "core-js": "^3.31.0",
47
+ "color": "^4.2.3",
48
+ "core-js": "^3.32.1",
47
49
  "date-fns": "^2.23.0",
48
- "formik": "^2.2.9",
49
- "geometric": "^2.5.0",
50
- "hast-util-to-html": "^8.0.3",
51
- "jmapcloud-ng-core": "0.4.0",
52
- "json-pointer": "^0.6.1",
53
- "jspdf": "^2.3.1",
54
- "maplibre-gl": "^3.2.1",
55
- "material-design-icons": "^3.0.1",
56
- "normalize-diacritics": "^3.0.0",
57
- "react": "^17.0.2",
50
+ "formik": "^2.4.3",
51
+ "geometric": "^2.5.4",
52
+ "hast-util-to-html": "^9.0.0",
53
+ "jmapcloud-ng-core": "0.4.2",
54
+ "json-pointer": "^0.6.2",
55
+ "jspdf": "^2.5.1",
56
+ "maplibre-gl": "^3.3.1",
57
+ "normalize-diacritics": "^4.0.0",
58
+ "react": "^18.2.0",
58
59
  "react-color": "^2.19.3",
59
- "react-dom": "^17.0.2",
60
- "react-redux": "^7.2.5",
61
- "react-select": "^4.3.1",
62
- "react-swipeable-views": "^0.14.0",
63
- "react-window": "^1.8.6",
64
- "redux": "^4.1.1",
65
- "regenerator-runtime": "^0.13.11",
60
+ "react-dom": "^18.2.0",
61
+ "react-redux": "^8.1.2",
62
+ "react-swipeable-views-react-18-fix": "0.14.1",
63
+ "react-window": "^1.8.9",
64
+ "redux": "^4.2.1",
65
+ "regenerator-runtime": "^0.14.0",
66
66
  "svg-parser": "^2.0.4",
67
- "uuid": "^8.3.2",
68
- "xlsx": "^0.17.1"
67
+ "uuid": "^9.0.0",
68
+ "xlsx": "^0.18.5"
69
69
  },
70
70
  "devDependencies": {
71
- "@babel/core": "^7.15.5",
72
- "@babel/plugin-proposal-class-properties": "^7.14.5",
73
- "@babel/plugin-proposal-decorators": "^7.15.4",
74
- "@babel/plugin-transform-arrow-functions": "^7.14.5",
75
- "@babel/plugin-transform-object-assign": "^7.14.5",
76
- "@babel/plugin-transform-react-jsx": "7.14.9",
77
- "@babel/plugin-transform-runtime": "^7.15.0",
78
- "@babel/preset-env": "^7.15.4",
79
- "@babel/preset-react": "7.14.5",
80
- "@babel/preset-typescript": "^7.15.0",
81
- "@babel/runtime": "^7.15.4",
82
- "@types/chai": "^4.2.21",
83
- "@types/color": "^3.0.2",
84
- "@types/geometric": "^2.2.0",
71
+ "@babel/core": "^7.22.15",
72
+ "@babel/plugin-proposal-class-properties": "^7.18.6",
73
+ "@babel/plugin-proposal-decorators": "^7.22.15",
74
+ "@babel/plugin-transform-arrow-functions": "^7.22.5",
75
+ "@babel/plugin-transform-object-assign": "^7.22.5",
76
+ "@babel/plugin-transform-react-jsx": "^7.22.15",
77
+ "@babel/plugin-transform-runtime": "^7.22.15",
78
+ "@babel/preset-env": "^7.22.15",
79
+ "@babel/preset-react": "^7.22.15",
80
+ "@babel/preset-typescript": "^7.22.15",
81
+ "@babel/runtime": "^7.22.15",
82
+ "@types/chai": "^4.3.6",
83
+ "@types/color": "^3.0.4",
84
+ "@types/geometric": "^2.5.0",
85
85
  "@types/json-pointer": "^1.0.31",
86
- "@types/mocha": "^9.0.0",
87
- "@types/react": "^17.0.20",
88
- "@types/react-color": "^3.0.5",
89
- "@types/react-dom": "^17.0.9",
90
- "@types/react-redux": "^7.1.18",
91
- "@types/react-swipeable-views": "^0.13.1",
86
+ "@types/mocha": "^10.0.1",
87
+ "@types/react-color": "^3.0.6",
88
+ "@types/react-dom": "^18.2.7",
89
+ "@types/react-redux": "^7.1.26",
90
+ "@types/react-swipeable-views": "^0.13.2",
92
91
  "@types/react-window": "^1.8.5",
93
92
  "@types/svg-parser": "^2.0.3",
94
- "@types/uuid": "^8.3.1",
95
- "@types/webpack-env": "^1.16.2",
96
- "@typescript-eslint/eslint-plugin": "^5.29.0",
97
- "@typescript-eslint/eslint-plugin-tslint": "^5.29.0",
98
- "@typescript-eslint/parser": "^5.29.0",
93
+ "@types/uuid": "^9.0.3",
94
+ "@types/webpack-env": "^1.18.1",
95
+ "@typescript-eslint/eslint-plugin": "^6.6.0",
96
+ "@typescript-eslint/eslint-plugin-tslint": "^6.6.0",
97
+ "@typescript-eslint/parser": "^6.6.0",
99
98
  "babel-engine-plugin": "^0.3.0",
100
- "babel-loader": "^8.2.2",
101
- "babel-preset-env": "^1.7.0",
102
- "babel-preset-es2015": "^6.24.1",
103
- "chai": "^4.2.4",
104
- "chai-http": "^4.3.0",
105
- "css-loader": "^6.2.0",
99
+ "babel-loader": "^9.1.3",
100
+ "chai": "^4.3.8",
101
+ "chai-http": "^4.4.0",
102
+ "css-loader": "^6.8.1",
106
103
  "del": "^6.0.0",
107
- "eslint": "^8.18.0",
108
- "eslint-config-prettier": "^8.5.0",
109
- "eslint-plugin-import": "^2.26.0",
110
- "eslint-plugin-jsdoc": "^39.3.3",
104
+ "eslint": "^8.48.0",
105
+ "eslint-config-prettier": "^9.0.0",
106
+ "eslint-plugin-import": "^2.28.1",
107
+ "eslint-plugin-jsdoc": "^46.5.1",
111
108
  "eslint-plugin-prefer-arrow": "^1.2.3",
112
- "file-loader": "^6.2.0",
113
109
  "gulp": "^4.0.2",
114
110
  "gulp-eslint-new": "^1.8.2",
115
111
  "gulp-plumber": "^1.2.1",
@@ -118,14 +114,12 @@
118
114
  "jmapcloud-ng-types": "0.4.0",
119
115
  "postcss-loader": "^7.3.3",
120
116
  "postcss-parent-selector": "^1.0.0",
121
- "source-map-loader": "^3.0.0",
122
- "style-loader": "^3.2.1",
123
- "terser-webpack-plugin": "^5.2.4",
124
- "ts-loader": "^9.2.5",
125
- "typescript": "^4.9.5",
126
- "vinyl-paths": "^4.0.0",
127
- "webpack": "^5.52.0",
128
- "webpack-bundle-analyzer": "^4.4.2",
117
+ "style-loader": "^3.3.3",
118
+ "terser-webpack-plugin": "^5.3.9",
119
+ "ts-loader": "^9.4.4",
120
+ "typescript": "^5.2.2",
121
+ "webpack": "^5.88.2",
122
+ "webpack-bundle-analyzer": "^4.9.1",
129
123
  "webpack-dev-server": "^4.15.1",
130
124
  "webpack-stream": "^7.0.0"
131
125
  }