Skip to content

Commit 92c5140

Browse files
committed
feat(upload-file): remove image type restriction for file uploads
build(docker): add volume for data and upload directories, update CMD to initialize before starting feat(settings): add title input field to settings form
1 parent 4614652 commit 92c5140

File tree

4 files changed

+267
-263
lines changed

4 files changed

+267
-263
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
"type": "module",
2222
"private": true,
2323
"dependencies": {
24-
"@angular/animations": "^19.2.10",
25-
"@angular/common": "^19.2.10",
26-
"@angular/compiler": "^19.2.10",
27-
"@angular/core": "^19.2.10",
28-
"@angular/forms": "^19.2.10",
29-
"@angular/platform-browser": "^19.2.10",
30-
"@angular/platform-browser-dynamic": "^19.2.10",
31-
"@angular/router": "^19.2.10",
32-
"@angular/service-worker": "^19.2.10",
24+
"@angular/animations": "^19.2.11",
25+
"@angular/common": "^19.2.11",
26+
"@angular/compiler": "^19.2.11",
27+
"@angular/core": "^19.2.11",
28+
"@angular/forms": "^19.2.11",
29+
"@angular/platform-browser": "^19.2.11",
30+
"@angular/platform-browser-dynamic": "^19.2.11",
31+
"@angular/router": "^19.2.11",
32+
"@angular/service-worker": "^19.2.11",
3333
"axios": "^1.9.0",
3434
"chrome-finder": "^1.0.7",
3535
"clipboard": "^2.0.11",
@@ -54,15 +54,15 @@
5454
"devDependencies": {
5555
"@angular-devkit/build-angular": "^19.2.12",
5656
"@angular/cli": "^19.2.12",
57-
"@angular/compiler-cli": "^19.2.10",
58-
"@tailwindcss/postcss": "^4.1.6",
57+
"@angular/compiler-cli": "^19.2.11",
58+
"@tailwindcss/postcss": "^4.1.7",
5959
"@types/compression": "^1.7.5",
6060
"@types/file-saver": "^2.0.7",
6161
"@types/jasmine": "~5.1.8",
6262
"@types/js-yaml": "^4.0.9",
6363
"@types/nodemailer": "^6.4.17",
6464
"@types/nprogress": "^0.2.3",
65-
"@types/qs": "^6.9.18",
65+
"@types/qs": "^6.14.0",
6666
"body-parser": "^2.2.0",
6767
"compression": "^1.8.0",
6868
"connect-history-api-fallback": "^2.0.0",
@@ -74,7 +74,7 @@
7474
"pm2": "^6.0.6",
7575
"postcss": "^8.5.3",
7676
"prettier": "^3.5.3",
77-
"tailwindcss": "^4.1.6",
77+
"tailwindcss": "^4.1.7",
7878
"tslib": "^2.8.1",
7979
"tsx": "^4.19.4",
8080
"typescript": "~5.8.3"

0 commit comments

Comments
 (0)