Skip to content

Commit 76c69b7

Browse files
Update Minor
1 parent 01a5966 commit 76c69b7

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM nginx:1.21
1+
FROM nginx:1.29
22
COPY dist/control-center/browser /usr/share/nginx/html
33
COPY nginx.conf /etc/nginx/vhosts.d/control-center.conf

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"keycloak-angular": "^20.0.0",
4848
"keycloak-js": "^26.2.0",
4949
"lodash-es": "^4.17.21",
50-
"monaco-editor": "^0.52.2",
50+
"monaco-editor": "^0.53.0",
5151
"postcss": "^8.5.6",
5252
"rxjs": "~7.8.0",
5353
"short-uuid": "^5.2.0",
@@ -74,7 +74,7 @@
7474
"eslint-plugin-import": "^2.32.0",
7575
"eslint-plugin-paths": "^1.1.0",
7676
"eslint-plugin-unused-imports": "^4.1.4",
77-
"jasmine-core": "~5.8.0",
77+
"jasmine-core": "~5.10.0",
7878
"karma": "~6.4.0",
7979
"karma-chrome-launcher": "~3.2.0",
8080
"karma-coverage": "~2.2.0",
@@ -83,7 +83,7 @@
8383
"ng-packagr": "^20.1.0",
8484
"prettier": "^3.6.2",
8585
"prettier-plugin-organize-attributes": "^1.0.0",
86-
"typescript": "~5.8.2",
86+
"typescript": "~5.9.0",
8787
"typescript-eslint": "^8.34.1"
8888
}
8989
}

projects/ng-thrift/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@vality/ng-monaco-editor": "^20.0.0",
1919
"@vality/thrift-ts": "*",
2020
"lodash-es": "^4.0.0",
21-
"monaco-editor": "^0.52.0",
21+
"monaco-editor": "^0.52.0 || ^0.53.0",
2222
"rxjs": "^7.0.0",
2323
"utility-types": "^3.0.0"
2424
}

0 commit comments

Comments
 (0)