From 570d5ea624059c3b65f8ad0db8c3eeb1aa59dd05 Mon Sep 17 00:00:00 2001 From: Maxim Grischenko Date: Thu, 18 Apr 2024 15:13:43 +0200 Subject: [PATCH] frontend fixes --- .gitignore | 1 + datasafe-rest-impl/pom.xml | 2 +- frontend/datasafe-ui/package.json | 32 +++++++++++++++---------------- 3 files changed, 18 insertions(+), 17 deletions(-) diff --git a/.gitignore b/.gitignore index 6e7614b65..f7e73ef58 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,4 @@ node_modules/ dist/ cache/ +/frontend/datasafe-ui/package-lock.json diff --git a/datasafe-rest-impl/pom.xml b/datasafe-rest-impl/pom.xml index 528c6c630..6cf7062ad 100644 --- a/datasafe-rest-impl/pom.xml +++ b/datasafe-rest-impl/pom.xml @@ -19,7 +19,7 @@ 3.0.0 2.2.4 1.6.0 - 3.0.2 + 3.0.2 2.3.0 diff --git a/frontend/datasafe-ui/package.json b/frontend/datasafe-ui/package.json index 128db41bd..9fbe53e2a 100644 --- a/frontend/datasafe-ui/package.json +++ b/frontend/datasafe-ui/package.json @@ -32,20 +32,20 @@ "e2e": "npm run build:prod && ../datasafe-ui/node_modules/.bin/mocha --timeout 300000 --require ts-node/register e2e/**/*.spec.ts" }, "devDependencies": { - "@angular-devkit/build-angular": "17.1.3", - "@angular/animations": "17.1.3", - "@angular/cdk": "17.1.2", - "@angular/cli": "17.1.3", - "@angular/common": "17.1.3", - "@angular/compiler": "17.1.3", - "@angular/compiler-cli": "17.1.3", - "@angular/core": "17.1.3", - "@angular/forms": "17.1.3", - "@angular/material": "17.1.2", - "@angular/material-moment-adapter": "17.1.2", - "@angular/platform-browser": "17.1.3", - "@angular/platform-browser-dynamic": "17.1.3", - "@angular/router": "17.1.3", + "@angular-devkit/build-angular": "^17.3.5", + "@angular/animations": "^17.3.5", + "@angular/cdk": "^17.3.5", + "@angular/cli": "^17.3.5", + "@angular/common": "^17.3.5", + "@angular/compiler": "^17.3.5", + "@angular/compiler-cli": "^17.3.5", + "@angular/core": "^17.3.5", + "@angular/forms": "^17.3.5", + "@angular/material": "^17.3.5", + "@angular/material-moment-adapter": "^17.3.5", + "@angular/platform-browser": "^17.3.5", + "@angular/platform-browser-dynamic": "^17.3.5", + "@angular/router": "^17.3.5", "@types/jasmine": "4.3.6", "@types/jasminewd2": "2.0.11", "@types/mocha": "10.0.2", @@ -70,7 +70,7 @@ "spectron": "19.0.0", "ts-node": "10.9.1", "tslint": "5.17.0", - "typescript": "5.2.2", + "typescript": "5.4.5", "wait-on": "^7.2.0", "web-animations-js": "2.3.2", "webdriver-manager": "13.0.2", @@ -79,4 +79,4 @@ "engines": { "node": ">=18.10.0" } -} +} \ No newline at end of file