Skip to content

Commit

Permalink
Update Major
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 10, 2024
1 parent 770fa7c commit 3bd2100
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@
"check": "concurrently --prefix \"[{command}]\" --prefixColors auto --prefixLength 20 \"npm run format\" \"npm run lint\" \"npm run spell\" \"npm run i18n:check\""
},
"dependencies": {
"@angular/animations": "^18.2.12",
"@angular/cdk": "~18.2.14",
"@angular/common": "^18.2.12",
"@angular/compiler": "^18.2.12",
"@angular/core": "^18.2.12",
"@angular/forms": "^18.2.12",
"@angular/material": "~18.2.14",
"@angular/material-moment-adapter": "^18.2.14",
"@angular/platform-browser": "^18.2.12",
"@angular/platform-browser-dynamic": "^18.2.12",
"@angular/router": "^18.2.12",
"@angular/animations": "^19.0.0",
"@angular/cdk": "~19.0.0",
"@angular/common": "^19.0.0",
"@angular/compiler": "^19.0.0",
"@angular/core": "^19.0.0",
"@angular/forms": "^19.0.0",
"@angular/material": "~19.0.0",
"@angular/material-moment-adapter": "^19.0.0",
"@angular/platform-browser": "^19.0.0",
"@angular/platform-browser-dynamic": "^19.0.0",
"@angular/router": "^19.0.0",
"@jsverse/transloco": "^7.5.0",
"@vality/ng-core": "18.4.1-pr-83-53211ea.0",
"@vality/swag-anapi-v2": "2.0.1-0f6d0dc.0",
Expand All @@ -45,28 +45,28 @@
"@vality/swag-payments": "0.1.3-44bac58.0",
"@vality/swag-url-shortener": "0.1.1-9659896.0",
"@vality/swag-wallet": "0.1.3-54f56db.0",
"apexcharts": "^3.19.2",
"apexcharts": "^4.0.0",
"humanize-duration": "^3.19.0",
"jwt-decode": "^3.1.2",
"jwt-decode": "^4.0.0",
"keycloak-angular": "16.0.1",
"keycloak-js": "^18.0.1",
"keycloak-js": "^26.0.0",
"lodash-es": "^4.17.21",
"moment": "^2.30.1",
"ng-apexcharts": "1.7.1",
"ng-flex-layout": "^18.2.9",
"ng-flex-layout": "^19.0.0",
"rxjs": "^7.8.1",
"short-uuid": "^5.2.0",
"tslib": "^2.4.0",
"utility-types": "^3.10.0",
"zone.js": "~0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.12",
"@angular-eslint/builder": "^18.0.1",
"@angular-eslint/schematics": "^18.0.1",
"@angular/cli": "^18.2.12",
"@angular/compiler-cli": "^18.2.12",
"@angular/language-service": "^18.2.12",
"@angular-devkit/build-angular": "^19.0.0",
"@angular-eslint/builder": "^19.0.0",
"@angular-eslint/schematics": "^19.0.0",
"@angular/cli": "^19.0.0",
"@angular/compiler-cli": "^19.0.0",
"@angular/language-service": "^19.0.0",
"@jsverse/transloco-keys-manager": "^6.0.0",
"@jsverse/transloco-optimize": "^7.0.1",
"@types/humanize-duration": "^3.18.0",
Expand All @@ -79,7 +79,7 @@
"cross-env": "^7.0.3",
"cspell": "^8.3.2",
"dotenv": "^16.0.3",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"glob": "^11.0.0",
"jasmine-core": "~5.1.1",
"jasmine-marbles": "0.9.2",
Expand Down

0 comments on commit 3bd2100

Please sign in to comment.