Skip to content

Commit 3afb6e3

Browse files
Update Major
1 parent c348725 commit 3afb6e3

2 files changed

Lines changed: 27 additions & 27 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: 22 additions & 22 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.0",
21+
"@angular/cdk": "19.0.0",
22+
"@angular/common": "19.0.0",
23+
"@angular/compiler": "19.0.0",
24+
"@angular/core": "19.0.0",
25+
"@angular/forms": "19.0.0",
26+
"@angular/material": "19.0.0",
27+
"@angular/platform-browser": "19.0.0",
28+
"@angular/platform-browser-dynamic": "19.0.0",
29+
"@angular/platform-server": "19.0.0",
30+
"@angular/router": "19.0.0",
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,41 +41,41 @@
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",
4646
"keycloak-angular": "^16.0.1",
47-
"keycloak-js": "^20.0.5",
47+
"keycloak-js": "^26.0.0",
4848
"lodash-es": "^4.17.21",
4949
"monaco-editor": "^0.49.0",
5050
"ngx-monaco-editor-v2": "^18.0.1",
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",
60+
"@angular-devkit/build-angular": "19.0.2",
6161
"@angular-eslint/builder": "18.0.1",
6262
"@angular-eslint/schematics": "18.0.1",
63-
"@angular/cli": "18.2.4",
64-
"@angular/compiler-cli": "18.2.4",
63+
"@angular/cli": "19.0.2",
64+
"@angular/compiler-cli": "19.0.0",
6565
"@types/inputmask": "5.0.3",
66-
"@types/jasmine": "4.0.3",
67-
"@types/jwt-decode": "2.2.1",
66+
"@types/jasmine": "5.1.4",
67+
"@types/jwt-decode": "3.1.0",
6868
"@types/lodash-es": "^4.17.12",
6969
"@types/papaparse": "^5.3.14",
7070
"@vality/cspell-config": "^8.0.1-pr-57-482a037.0",
7171
"@vality/eslint-config-ng": "18.1.0",
7272
"@vality/prettier-config": "3.1.0",
7373
"cross-env": "^7.0.3",
7474
"cspell": "^8.3.2",
75-
"eslint": "^8.57.0",
76-
"jasmine-core": "4.2.0",
75+
"eslint": "^9.0.0",
76+
"jasmine-core": "5.4.0",
7777
"jasmine-spec-reporter": "7.0.0",
78-
"jwt-decode": "2.2.0",
78+
"jwt-decode": "4.0.0",
7979
"karma": "6.4.0",
8080
"karma-chrome-launcher": "3.1.1",
8181
"karma-coverage-istanbul-reporter": "3.0.3",

0 commit comments

Comments
 (0)