Forráskód Böngészése

⬆️ upgrade HSL to 5.1

jmacura 4 éve
szülő
commit
6bf70b838c
4 módosított fájl, 368 hozzáadás és 444 törlés
  1. 0 1
      angular.json
  2. 340 420
      package-lock.json
  3. 27 22
      package.json
  4. 1 1
      src/polyfills.ts

+ 0 - 1
angular.json

@@ -51,7 +51,6 @@
               "optimization": true,
               "outputHashing": "all",
               "sourceMap": true,
-              "extractCss": true,
               "namedChunks": false,
               "statsJson": true,
               "extractLicenses": true,

A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 340 - 420
package-lock.json


+ 27 - 22
package.json

@@ -25,49 +25,54 @@
   ],
   "license": "MIT",
   "dependencies": {
-    "@angular/common": "^10.2.5",
-    "@angular/compiler": "^10.2.5",
-    "@angular/core": "^10.2.5",
-    "@angular/forms": "^10.2.5",
-    "@angular/localize": "^10.2.5",
-    "@angular/platform-browser": "^10.2.5",
-    "@angular/platform-browser-dynamic": "^10.2.5",
-    "@ng-bootstrap/ng-bootstrap": "^8.0.4",
-    "@ngx-translate/http-loader": "^6.0.0",
+    "@angular/cdk": "^11.2.13",
+    "@angular/common": "^11.2.14",
+    "@angular/compiler": "^11.2.14",
+    "@angular/core": "^11.2.14",
+    "@angular/forms": "^11.2.14",
+    "@angular/localize": "^11.2.14",
+    "@angular/platform-browser": "^11.2.14",
+    "@angular/platform-browser-dynamic": "^11.2.14",
+    "@ng-bootstrap/ng-bootstrap": "^9.1.3",
+    "@ngx-translate/http-loader": "^5.0.0",
     "bootstrap": "^4.5.3",
     "csvtojson": "^2.0.10",
     "dayjs": "^1.10.7",
     "deepmerge": "^4.2.2",
-    "hslayers-ng": "^4.0.1",
+    "geostyler-openlayers-parser": "^2.5.0",
+    "geostyler-sld-parser": "^2.5.0",
+    "geostyler-style": "^4.0.3",
+    "hslayers-ng": "^5.1.0",
     "hsv2rgb": "^1.1.0",
     "http-server": "^0.12.3",
-    "ngx-cookie-service": "^10.1.1",
-    "ol": "^6.5.0",
+    "ngx-color": "^6.2.0",
+    "ngx-cookie-service": "^11.0.2",
+    "ol": "6.5",
     "ol-popup": "^4.0.0",
-    "proj4": "^2.6.3",
-    "rxjs": "^6.6.3",
+    "proj4": "2.7",
+    "rxjs": "6.6",
     "share-api-polyfill": "^1.0.20",
     "ts-sync-request": "^1.4.1",
     "tslib": "^2.3.1",
     "xml-js": "^1.6.11",
-    "zone.js": "^0.10.3"
+    "zone.js": "^0.11.4"
   },
   "devDependencies": {
-    "@angular-builders/custom-webpack": "^10.0.1",
-    "@angular-devkit/build-angular": "^0.1002.3",
+    "@angular-builders/custom-webpack": "^11.1.1",
+    "@angular-devkit/build-angular": "^0.1102.14",
     "@angular-devkit/build-ng-packagr": "^0.1002.0",
-    "@angular/cli": "^10.2.3",
-    "@angular/compiler-cli": "^10.2.5",
+    "@angular/cli": "^11.2.14",
+    "@angular/compiler-cli": "^11.2.14",
     "@angularclass/hmr": "^3.0.0",
-    "@ngx-translate/core": "^13.0.0",
+    "@ngx-translate/core": "^12.1.2",
     "eslint": "^7.10.0",
     "eslint-config-openlayers": "^14.0.0",
     "eslint-plugin-import": "^2.22.1",
     "eslint-plugin-node": "^11.1.0",
     "eslint-plugin-promise": "^4.2.1",
-    "ng-packagr": "^10.1.2",
+    "ng-packagr": "^11.2.4",
     "sass": "^1.32.7",
-    "typescript": "3.9",
+    "typescript": "4.1.6",
     "webpack": "^4.46.0",
     "webpack-dev-server": "^3.11.2"
   }

+ 1 - 1
src/polyfills.ts

@@ -53,7 +53,7 @@
 /***************************************************************************************************
  * Zone JS is required by Angular itself.
  */
-import 'zone.js/dist/zone'; // Included with Angular CLI.
+import 'zone.js'; // Included with Angular CLI.
 
 
 /***************************************************************************************************

Nem az összes módosított fájl került megjelenítésre, mert túl sok fájl változott