mirror of
https://github.com/valitydev/control-center.git
synced 2024-11-06 02:25:17 +00:00
Update Minor
This commit is contained in:
parent
04109ad673
commit
6da44b8913
2
.github/workflows/main.yaml
vendored
2
.github/workflows/main.yaml
vendored
@ -38,7 +38,7 @@ jobs:
|
||||
needs: [deploy]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: valitydev/action-mattermost-notify@v0.1.4
|
||||
- uses: valitydev/action-mattermost-notify@v0.1.6
|
||||
with:
|
||||
webhook: ${{ secrets.MATTERMOST_WEBHOOK_URL }}
|
||||
channel: 'control-center-improvements'
|
||||
|
@ -1,3 +1,3 @@
|
||||
FROM nginx:1.21
|
||||
FROM nginx:1.27
|
||||
COPY dist/control-center /usr/share/nginx/html
|
||||
COPY nginx.conf /etc/nginx/vhosts.d/control-center.conf
|
64
package.json
64
package.json
@ -17,20 +17,20 @@
|
||||
"fix": "npm run lint:fix && npm run format:fix && npm run spell:fix"
|
||||
},
|
||||
"dependencies": {
|
||||
"@angular/animations": "18.2.4",
|
||||
"@angular/cdk": "18.2.4",
|
||||
"@angular/common": "18.2.4",
|
||||
"@angular/compiler": "18.2.4",
|
||||
"@angular/core": "18.2.4",
|
||||
"@angular/forms": "18.2.4",
|
||||
"@angular/material": "18.2.4",
|
||||
"@angular/platform-browser": "18.2.4",
|
||||
"@angular/platform-browser-dynamic": "18.2.4",
|
||||
"@angular/platform-server": "18.2.4",
|
||||
"@angular/router": "18.2.4",
|
||||
"@ngneat/input-mask": "6.0.0",
|
||||
"@angular/animations": "18.2.10",
|
||||
"@angular/cdk": "18.2.11",
|
||||
"@angular/common": "18.2.10",
|
||||
"@angular/compiler": "18.2.10",
|
||||
"@angular/core": "18.2.10",
|
||||
"@angular/forms": "18.2.10",
|
||||
"@angular/material": "18.2.11",
|
||||
"@angular/platform-browser": "18.2.10",
|
||||
"@angular/platform-browser-dynamic": "18.2.10",
|
||||
"@angular/platform-server": "18.2.10",
|
||||
"@angular/router": "18.2.10",
|
||||
"@ngneat/input-mask": "6.1.0",
|
||||
"@vality/deanonimus-proto": "2.0.1-6605c72.0",
|
||||
"@vality/domain-proto": "2.0.1-7762f6c.0",
|
||||
"@vality/domain-proto": "2.0.1-7ed2112.0",
|
||||
"@vality/dominator-proto": "1.0.1-41bee97.0",
|
||||
"@vality/fistful-proto": "2.0.1-88e69a5.0",
|
||||
"@vality/machinegun-proto": "1.0.1-3decc8f.0",
|
||||
@ -42,28 +42,28 @@
|
||||
"@vality/thrift-ts": "2.4.1-8ad5123.0",
|
||||
"@vality/woody": "0.1.3",
|
||||
"date-fns": "^3.6.0",
|
||||
"inputmask": "5.0.7",
|
||||
"inputmask": "5.0.9",
|
||||
"keycloak-angular": "^16.0.1",
|
||||
"keycloak-js": "^20.0.5",
|
||||
"lodash-es": "^4.17.21",
|
||||
"monaco-editor": "^0.49.0",
|
||||
"monaco-editor": "^0.52.0",
|
||||
"ngx-monaco-editor-v2": "^18.0.1",
|
||||
"papaparse": "^5.4.1",
|
||||
"rxjs": "7.8.1",
|
||||
"short-uuid": "4.2.2",
|
||||
"tslib": "2.3.1",
|
||||
"utility-types": "3.10.0",
|
||||
"yaml": "2.4.5",
|
||||
"zone.js": "0.14.10"
|
||||
"tslib": "2.8.1",
|
||||
"utility-types": "3.11.0",
|
||||
"yaml": "2.6.0",
|
||||
"zone.js": "0.15.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "18.2.4",
|
||||
"@angular-eslint/builder": "18.0.1",
|
||||
"@angular-eslint/schematics": "18.0.1",
|
||||
"@angular/cli": "18.2.4",
|
||||
"@angular/compiler-cli": "18.2.4",
|
||||
"@types/inputmask": "5.0.3",
|
||||
"@types/jasmine": "4.0.3",
|
||||
"@angular-devkit/build-angular": "18.2.11",
|
||||
"@angular-eslint/builder": "18.4.0",
|
||||
"@angular-eslint/schematics": "18.4.0",
|
||||
"@angular/cli": "18.2.11",
|
||||
"@angular/compiler-cli": "18.2.10",
|
||||
"@types/inputmask": "5.0.7",
|
||||
"@types/jasmine": "4.6.4",
|
||||
"@types/jwt-decode": "2.2.1",
|
||||
"@types/lodash-es": "^4.17.12",
|
||||
"@types/papaparse": "^5.3.14",
|
||||
@ -73,16 +73,16 @@
|
||||
"cross-env": "^7.0.3",
|
||||
"cspell": "^8.3.2",
|
||||
"eslint": "^8.57.0",
|
||||
"jasmine-core": "4.2.0",
|
||||
"jasmine-core": "4.6.1",
|
||||
"jasmine-spec-reporter": "7.0.0",
|
||||
"jwt-decode": "2.2.0",
|
||||
"karma": "6.4.0",
|
||||
"karma-chrome-launcher": "3.1.1",
|
||||
"karma": "6.4.4",
|
||||
"karma-chrome-launcher": "3.2.0",
|
||||
"karma-coverage-istanbul-reporter": "3.0.3",
|
||||
"karma-jasmine": "5.1.0",
|
||||
"karma-jasmine-html-reporter": "2.0.0",
|
||||
"prettier": "~3.1.1",
|
||||
"typescript": "~5.4.5",
|
||||
"karma-jasmine-html-reporter": "2.1.0",
|
||||
"prettier": "~3.3.0",
|
||||
"typescript": "~5.6.0",
|
||||
"typescript-memoize": "1.1.1"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user