Skip to content

Commit ac9fda6

Browse files
Update Major
1 parent ad8186c commit ac9fda6

2 files changed

Lines changed: 32 additions & 32 deletions

File tree

.github/workflows/pr.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v4
1111
- uses: ./.github/actions/init
1212
- name: Cache all
13-
uses: actions/cache@v3
13+
uses: actions/cache@v4
1414
id: cache
1515
with:
1616
path: ./*
@@ -21,7 +21,7 @@ jobs:
2121
needs: [init]
2222
steps:
2323
- name: Cache all
24-
uses: actions/cache@v3
24+
uses: actions/cache@v4
2525
id: cache
2626
with:
2727
path: ./*
@@ -34,7 +34,7 @@ jobs:
3434
needs: [init]
3535
steps:
3636
- name: Cache all
37-
uses: actions/cache@v3
37+
uses: actions/cache@v4
3838
id: cache
3939
with:
4040
path: ./*
@@ -47,7 +47,7 @@ jobs:
4747
needs: [init]
4848
steps:
4949
- name: Cache all
50-
uses: actions/cache@v3
50+
uses: actions/cache@v4
5151
id: cache
5252
with:
5353
path: ./*
@@ -60,7 +60,7 @@ jobs:
6060
needs: [init]
6161
steps:
6262
- name: Cache all
63-
uses: actions/cache@v3
63+
uses: actions/cache@v4
6464
id: cache
6565
with:
6666
path: ./*

package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@
1717
"fix": "npm run lint:fix && npm run format:fix && npm run spell:fix"
1818
},
1919
"dependencies": {
20-
"@angular/animations": "18.2.4",
21-
"@angular/cdk": "18.2.4",
22-
"@angular/common": "18.2.4",
23-
"@angular/compiler": "18.2.4",
24-
"@angular/core": "18.2.4",
25-
"@angular/forms": "18.2.4",
26-
"@angular/material": "18.2.4",
27-
"@angular/platform-browser": "18.2.4",
28-
"@angular/platform-browser-dynamic": "18.2.4",
29-
"@angular/platform-server": "18.2.4",
30-
"@angular/router": "18.2.4",
20+
"@angular/animations": "19.0.5",
21+
"@angular/cdk": "19.0.4",
22+
"@angular/common": "19.0.5",
23+
"@angular/compiler": "19.0.5",
24+
"@angular/core": "19.0.5",
25+
"@angular/forms": "19.0.5",
26+
"@angular/material": "19.0.4",
27+
"@angular/platform-browser": "19.0.5",
28+
"@angular/platform-browser-dynamic": "19.0.5",
29+
"@angular/platform-server": "19.0.5",
30+
"@angular/router": "19.0.5",
3131
"@ngneat/input-mask": "6.0.0",
3232
"@vality/deanonimus-proto": "2.0.1-6605c72.0",
3333
"@vality/domain-proto": "2.0.1-7ed2112.0",
@@ -41,39 +41,39 @@
4141
"@vality/scrooge-proto": "0.1.1-9ce7fc6.0",
4242
"@vality/thrift-ts": "2.4.1-8ad5123.0",
4343
"@vality/woody": "0.1.3",
44-
"date-fns": "^3.6.0",
44+
"date-fns": "^4.0.0",
4545
"inputmask": "5.0.7",
46-
"keycloak-angular": "^16.0.1",
47-
"keycloak-js": "^20.0.5",
46+
"keycloak-angular": "^19.0.0",
47+
"keycloak-js": "^26.0.0",
4848
"lodash-es": "^4.17.21",
4949
"monaco-editor": "^0.49.0",
50-
"ngx-monaco-editor-v2": "^18.0.1",
50+
"ngx-monaco-editor-v2": "^19.0.0",
5151
"papaparse": "^5.4.1",
5252
"rxjs": "7.8.1",
53-
"short-uuid": "4.2.2",
53+
"short-uuid": "5.2.0",
5454
"tslib": "2.3.1",
5555
"utility-types": "3.10.0",
5656
"yaml": "2.4.5",
5757
"zone.js": "0.14.10"
5858
},
5959
"devDependencies": {
60-
"@angular-devkit/build-angular": "18.2.4",
61-
"@angular-devkit/core": "18.2.4",
62-
"@angular-devkit/schematics": "18.2.4",
63-
"@angular/cli": "18.2.4",
64-
"@angular/compiler-cli": "18.2.4",
60+
"@angular-devkit/build-angular": "19.0.6",
61+
"@angular-devkit/core": "19.0.6",
62+
"@angular-devkit/schematics": "19.0.6",
63+
"@angular/cli": "19.0.6",
64+
"@angular/compiler-cli": "19.0.5",
6565
"@nx/angular": "20.2.2",
6666
"@nx/eslint-plugin": "^20.2.2",
6767
"@nx/jest": "^20.2.2",
6868
"@nx/js": "20.2.2",
6969
"@nx/workspace": "20.2.2",
70-
"@schematics/angular": "18.2.4",
70+
"@schematics/angular": "19.0.6",
7171
"@swc-node/register": "~1.9.1",
7272
"@swc/core": "~1.5.7",
7373
"@swc/helpers": "~0.5.11",
7474
"@types/inputmask": "5.0.3",
75-
"@types/jasmine": "4.0.3",
76-
"@types/jwt-decode": "2.2.1",
75+
"@types/jasmine": "5.1.5",
76+
"@types/jwt-decode": "3.1.0",
7777
"@types/lodash-es": "^4.17.12",
7878
"@types/papaparse": "^5.3.14",
7979
"@typescript-eslint/utils": "^8.18.0",
@@ -83,13 +83,13 @@
8383
"angular-eslint": "^19.0.2",
8484
"cross-env": "^7.0.3",
8585
"cspell": "^8.3.2",
86-
"eslint": "^8.57.0",
86+
"eslint": "^9.0.0",
8787
"eslint-config-prettier": "^9.1.0",
88-
"jasmine-core": "4.2.0",
88+
"jasmine-core": "5.5.0",
8989
"jasmine-spec-reporter": "7.0.0",
9090
"jest": "^29.7.0",
9191
"jest-preset-angular": "^14.4.2",
92-
"jwt-decode": "2.2.0",
92+
"jwt-decode": "4.0.0",
9393
"nx": "20.2.2",
9494
"prettier": "~3.1.1",
9595
"typescript": "~5.4.5",

0 commit comments

Comments
 (0)