diff --git a/package-lock.json b/package-lock.json index 1fed295..f86bc43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,11 +12,11 @@ "devDependencies": { "@angular-devkit/build-angular": "~12.2.18", "@angular/cli": "~12.2.0", - "@angular/common": "~12.2.0", + "@angular/common": "~22.0.2", "@angular/compiler": "^12.2.17", "@angular/compiler-cli": "~12.2.0", "@angular/core": "~12.2.0", - "@angular/elements": "~12.2.0", + "@angular/elements": "~22.0.2", "@types/estree": "^1.0.0", "@types/node": "^12.11.1", "ng-packagr": "^12.1.1", @@ -30,15 +30,15 @@ "zone.js": "~0.11.4" }, "peerDependencies": { - "@angular/common": ">= 12 < 21", - "@angular/core": ">= 12 < 21", - "@angular/elements": ">= 12 < 21", + "@angular/common": "~22.0.2", + "@angular/core": ">= 12 < 22", + "@angular/elements": "~22.0.2", "rete": "^2.0.1", "rete-area-plugin": "^2.0.0", "rete-render-utils": "^2.0.0", "rxjs": ">=6.6.0", "tslib": "^2.3.0", - "zone.js": "~0.11.4 || ~0.12.0 || ~0.13.0 || ~0.14.0 || ~0.15.0" + "zone.js": "~0.11.4 || ~0.12.0 || ~0.13.0 || ~0.14.0 || ~0.15.0 || ~0.16.0" } }, "node_modules/@ampproject/remapping": { @@ -318,19 +318,20 @@ } }, "node_modules/@angular/common": { - "version": "12.2.17", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-12.2.17.tgz", - "integrity": "sha512-/Rc83mzlL6YZScYTzg+Ng2hiCSf3jUVHAfQ8cyLOIMj/y8863Q+DMLVWW+ttvHwCjEFY44pC8IPyBl5FmSJYHg==", + "version": "22.0.2", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-22.0.2.tgz", + "integrity": "sha512-XSkHYRwrM54v4GZ+fg9KU1KbSIE/iQF33VXKo5zqVNKO11MnAbJ59qzyqX/5EzSeogHyBoHApprFKACsCAKm/Q==", "dev": true, + "license": "MIT", "dependencies": { - "tslib": "^2.2.0" + "tslib": "^2.3.0" }, "engines": { - "node": "^12.14.1 || >=14.0.0" + "node": "^22.22.3 || ^24.15.0 || >=26.0.0" }, "peerDependencies": { - "@angular/core": "12.2.17", - "rxjs": "^6.5.3 || ^7.0.0" + "@angular/core": "22.0.2", + "rxjs": "^6.5.3 || ^7.4.0" } }, "node_modules/@angular/compiler": { @@ -406,43 +407,20 @@ } }, "node_modules/@angular/elements": { - "version": "12.2.17", - "resolved": "https://registry.npmjs.org/@angular/elements/-/elements-12.2.17.tgz", - "integrity": "sha512-aQKcp2ZYqkZ7Ss5/72IkN3rA5d2YeHQ1fFyvNiVekSnUBWw/2pCIrfOEAuTBLRWeBKvV1FyZU/7DzSgwQxDxsA==", + "version": "22.0.2", + "resolved": "https://registry.npmjs.org/@angular/elements/-/elements-22.0.2.tgz", + "integrity": "sha512-ATwjZcmVAwZWm/HsK33hKEjII8xVUQTYvvwtiXQr+RXXb/0CXrxPoUDWXutZmpY2q0Etc4F7pHiVNCT91nNS4A==", "dev": true, + "license": "MIT", "dependencies": { - "tslib": "^2.2.0" - }, - "engines": { - "node": "^12.14.1 || >=14.0.0" - }, - "peerDependencies": { - "@angular/core": "12.2.17", - "@angular/platform-browser": "12.2.17", - "rxjs": "^6.5.3 || ^7.0.0" - } - }, - "node_modules/@angular/platform-browser": { - "version": "12.2.17", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-12.2.17.tgz", - "integrity": "sha512-fxs0FDEnS9mzd36u0bHd6TbCvRC9pqK0YCWNnoLCf5ALQtyIL8CpgGNjOMnO8mCEl5l9QTFCDvKOn4V3p7E/dg==", - "dev": true, - "peer": true, - "dependencies": { - "tslib": "^2.2.0" + "tslib": "^2.3.0" }, "engines": { - "node": "^12.14.1 || >=14.0.0" + "node": "^22.22.3 || ^24.15.0 || >=26.0.0" }, "peerDependencies": { - "@angular/animations": "12.2.17", - "@angular/common": "12.2.17", - "@angular/core": "12.2.17" - }, - "peerDependenciesMeta": { - "@angular/animations": { - "optional": true - } + "@angular/core": "22.0.2", + "rxjs": "^6.5.3 || ^7.4.0" } }, "node_modules/@assemblyscript/loader": { diff --git a/package.json b/package.json old mode 100755 new mode 100644 index bb2bc0b..0a1f1ae --- a/package.json +++ b/package.json @@ -48,11 +48,11 @@ "devDependencies": { "@angular-devkit/build-angular": "~12.2.18", "@angular/cli": "~12.2.0", - "@angular/common": "~12.2.0", + "@angular/common": "~22.0.2", "@angular/compiler": "^12.2.17", "@angular/compiler-cli": "~12.2.0", "@angular/core": "~12.2.0", - "@angular/elements": "~12.2.0", + "@angular/elements": "~22.0.2", "@types/estree": "^1.0.0", "@types/node": "^12.11.1", "ng-packagr": "^12.1.1",