Skip to content
Snippets Groups Projects
Commit 5e8d4460 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-3259 OZG-3436 Upgrade third party modules

parent de58cf63
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -3,7 +3,6 @@
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "nx",
"postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2020 browser module main --first-only --create-ivy-entry-points",
"start": "nx serve --port 4300 --disable-host-check --proxy-config proxy.conf.json --verbose",
"start-for-screenreader": "nx serve --host 192.168.178.20 --port 4300 --disable-host-check --proxy-config proxy.conf.json --verbose",
......@@ -17,7 +16,7 @@
"ci-prodBuild": "nx build --outputHashing=all --configuration production",
"ci-test": "node ./node_modules/.bin/nx run-many --target=test --all --parallel --maxParallel 2 --runInBand --ci --testResultsProcessor='jest-sonar-reporter' --coverage",
"ci-sonar": "sonar-scanner",
"lint": "nx workspace-lint && ng lint",
"lint": "nx workspace-lint && nx lint",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs",
"affected:build": "nx affected:build",
......@@ -29,7 +28,7 @@
"format": "nx format:write",
"format:write": "nx format:write",
"format:check": "nx format:check",
"update": "ng update @nrwl/workspace",
"update": "nx update @nrwl/workspace",
"dep-graph": "nx dep-graph",
"help": "nx help",
"favicon": "real-favicon generate favicon/faviconDescription.json favicon/faviconData.json src/favicon",
......@@ -65,20 +64,20 @@
"@ngrx/entity": "15.0.0",
"@ngrx/router-store": "15.0.0",
"@ngrx/store": "15.0.0",
"@ngxp/rest": "7.0.1",
"@ngxp/rest": "8.0.0",
"@nrwl/angular": "15.6.3",
"angular-oauth2-oidc": "13.0.1",
"angular-oauth2-oidc-jwks": "13.0.1",
"date-fns": "^2.28.0",
"angular-oauth2-oidc": "15.0.1",
"angular-oauth2-oidc-jwks": "15.0.1",
"date-fns": "^2.29.3",
"file-saver": "2.0.5",
"include-media": "^1.4.10",
"js-base64": "^3.7.3",
"lodash-es": "4.17.21",
"rxjs": "^6.6.0",
"rxjs": "~7.8.0",
"sanitize-filename-ts": "^1.0.2",
"tslib": "^2.0.0",
"tslib": "^2.3.0",
"typeface-roboto": "1.1.13",
"zone.js": "0.11.5"
"zone.js": "~0.12.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "15.1.5",
......@@ -115,7 +114,7 @@
"eslint": "8.15.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-cypress": "2.11.3",
"jasmine-marbles": "~0.8.3",
"jasmine-marbles": "~0.9.2",
"jest": "28.1.3",
"jest-createspyobj": "^2.0.0",
"jest-environment-jsdom": "28.1.1",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment