diff --git a/package.json b/package.json index 2f0e4e8..6f3c97a 100644 --- a/package.json +++ b/package.json @@ -11,41 +11,38 @@ }, "private": true, "dependencies": { - "@angular/animations": "^15.1.0", - "@angular/cdk": "^15.1.0", - "@angular/common": "^15.1.0", - "@angular/compiler": "^15.1.0", - "@angular/core": "^15.1.0", - "@angular/forms": "^15.1.0", - "@angular/material": "^15.1.0", - "@angular/platform-browser": "^15.1.0", - "@angular/platform-browser-dynamic": "^15.1.0", - "@angular/router": "^15.1.0", + "@angular/animations": "^18.0.0", + "@angular/cdk": "^18.0.0", + "@angular/common": "^18.0.0", + "@angular/compiler": "^18.0.0", + "@angular/core": "^18.0.0", + "@angular/forms": "^18.0.0", + "@angular/material": "^18.0.0", + "@angular/platform-browser": "^18.0.0", + "@angular/platform-browser-dynamic": "^18.0.0", + "@angular/router": "^18.0.0", "@raytecvision/guacamole-common-js": "0.0.2", "file-saver": "^2.0.5", - "rxjs": "^6.6.7", + "rxjs": "^7.8.1", "screenfull": "^5.1.0", - "tslib": "^2.3.0", - "zone.js": "~0.11.4" + "tslib": "^2.6.2", + "zone.js": "~0.14.3" }, "devDependencies": { - "@angular-devkit/build-angular": "^15.1.1", - "@angular/cli": "^15.1.1", - "@angular/compiler-cli": "^15.1.0", - "@types/jasmine": "^3.7.7", - "@types/node": "^12.20.15", - "codelyzer": "^6.0.2", - "jasmine-core": "^4.0.1", - "jasmine-spec-reporter": "~5.0.0", - "karma": "~6.3.4", - "karma-chrome-launcher": "~3.1.0", - "karma-coverage": "~2.0.3", - "karma-jasmine": "~4.0.0", - "karma-jasmine-html-reporter": "^1.6.0", - "ng-packagr": "^15.1.1", - "protractor": "~7.0.0", - "ts-node": "~8.3.0", - "tslint": "~6.1.0", - "typescript": "^4.9.4" + "@angular-devkit/build-angular": "^18.0.0", + "@angular/cli": "^18.0.0", + "@angular/compiler-cli": "^18.0.0", + "@types/jasmine": "^4.3.5", + "@types/node": "^20.11.30", + "jasmine-core": "^5.1.1", + "jasmine-spec-reporter": "~7.0.0", + "karma": "~6.4.2", + "karma-chrome-launcher": "~3.2.0", + "karma-coverage": "~2.2.0", + "karma-jasmine": "~5.1.0", + "karma-jasmine-html-reporter": "^2.1.0", + "ng-packagr": "^18.0.0", + "ts-node": "^10.9.2", + "typescript": "~5.4.2" } -} \ No newline at end of file +} diff --git a/projects/remote-desktop/package.json b/projects/remote-desktop/package.json index 0deb196..6cf8189 100644 --- a/projects/remote-desktop/package.json +++ b/projects/remote-desktop/package.json @@ -1,6 +1,6 @@ { "name": "@raytecvision/ngx-remote-desktop", - "description": "ngx-remote-desktop is an Angular 12 module that implements the guacamole protocol", + "description": "ngx-remote-desktop is an Angular 18 module that implements the guacamole protocol", "license": "MIT", "repository": { "type": "git", @@ -8,13 +8,13 @@ }, "author": "Manuel Romei ", "bugs": { - "url": "https://github.com/raytecvision/ngx-remote-desktop" + "url": "https://github.com/raytecvision/ngx-remote-desktop/issues" }, "homepage": "https://github.com/raytecvision/ngx-remote-desktop#readme", - "version": "3.1.2", + "version": "4.0.0", "peerDependencies": { - "@angular/common": "^15.0.0", - "@angular/core": "^15.0.0", + "@angular/common": "^18.0.0", + "@angular/core": "^18.0.0", "screenfull": "^5.1.0", "@raytecvision/guacamole-common-js": "1.4.0" },