Update Major

This commit is contained in:
renovate[bot] 2024-10-25 10:38:50 +00:00 committed by GitHub
parent 04109ad673
commit 724abcc1f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 13 deletions

View File

@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ./.github/actions/init
- name: Cache all
uses: actions/cache@v3
uses: actions/cache@v4
id: cache
with:
path: ./*
@ -21,7 +21,7 @@ jobs:
needs: [init]
steps:
- name: Cache all
uses: actions/cache@v3
uses: actions/cache@v4
id: cache
with:
path: ./*
@ -34,7 +34,7 @@ jobs:
needs: [init]
steps:
- name: Cache all
uses: actions/cache@v3
uses: actions/cache@v4
id: cache
with:
path: ./*
@ -47,7 +47,7 @@ jobs:
needs: [init]
steps:
- name: Cache all
uses: actions/cache@v3
uses: actions/cache@v4
id: cache
with:
path: ./*
@ -60,7 +60,7 @@ jobs:
needs: [init]
steps:
- name: Cache all
uses: actions/cache@v3
uses: actions/cache@v4
id: cache
with:
path: ./*

View File

@ -41,16 +41,16 @@
"@vality/scrooge-proto": "0.1.1-9ce7fc6.0",
"@vality/thrift-ts": "2.4.1-8ad5123.0",
"@vality/woody": "0.1.3",
"date-fns": "^3.6.0",
"date-fns": "^4.0.0",
"inputmask": "5.0.7",
"keycloak-angular": "^16.0.1",
"keycloak-js": "^20.0.5",
"keycloak-js": "^26.0.0",
"lodash-es": "^4.17.21",
"monaco-editor": "^0.49.0",
"ngx-monaco-editor-v2": "^18.0.1",
"papaparse": "^5.4.1",
"rxjs": "7.8.1",
"short-uuid": "4.2.2",
"short-uuid": "5.2.0",
"tslib": "2.3.1",
"utility-types": "3.10.0",
"yaml": "2.4.5",
@ -63,8 +63,8 @@
"@angular/cli": "18.2.4",
"@angular/compiler-cli": "18.2.4",
"@types/inputmask": "5.0.3",
"@types/jasmine": "4.0.3",
"@types/jwt-decode": "2.2.1",
"@types/jasmine": "5.1.4",
"@types/jwt-decode": "3.1.0",
"@types/lodash-es": "^4.17.12",
"@types/papaparse": "^5.3.14",
"@vality/cspell-config": "^8.0.1-pr-57-482a037.0",
@ -72,10 +72,10 @@
"@vality/prettier-config": "3.1.0",
"cross-env": "^7.0.3",
"cspell": "^8.3.2",
"eslint": "^8.57.0",
"jasmine-core": "4.2.0",
"eslint": "^9.0.0",
"jasmine-core": "5.4.0",
"jasmine-spec-reporter": "7.0.0",
"jwt-decode": "2.2.0",
"jwt-decode": "4.0.0",
"karma": "6.4.0",
"karma-chrome-launcher": "3.1.1",
"karma-coverage-istanbul-reporter": "3.0.3",