chore(deb): upgrade bun packages + remove script

This commit is contained in:
Florian Schmitt 2025-06-04 19:38:59 +03:00
parent a207214f6e
commit cf7fb776bd
4 changed files with 15 additions and 15 deletions

1
.gitignore vendored
View file

@ -5,5 +5,6 @@ rsync.sh
*.log *.log
.monitor .monitor
node_modules/ node_modules/
build/
*.rdb *.rdb
*.out *.out

BIN
bun.lockb

Binary file not shown.

View file

@ -1 +0,0 @@
./node_modules/.bin/forever start -o out.log -e err.log server.js 80

View file

@ -20,29 +20,29 @@
] ]
}, },
"dependencies": { "dependencies": {
"async": "~0.9.0", "async": "~0.9.2",
"bootstrap-icons": "^1.8.2", "bootstrap-icons": "^1.13.1",
"compression": "^1.1.0", "compression": "^1.8.0",
"express": "^4.18.1", "express": "^4.21.2",
"html2canvas": "^1.4.1", "html2canvas": "^1.4.1",
"jade": "~1.5.0", "jade": "~1.5.0",
"redis": "~0.12.1", "redis": "~0.12.1",
"reload": "^3.2.0", "reload": "^3.3.0",
"sanitizer": "~0.1.1", "sanitizer": "~0.1.3",
"simplesets": "~1.2.0", "simplesets": "~1.2.0",
"socket.io": "1.x", "socket.io": "^1.7.4",
"typeface-inter": "^3.18.1", "typeface-inter": "^3.18.1",
"yargs": "~2.3.0" "yargs": "~2.3.0"
}, },
"devDependencies": { "devDependencies": {
"@eslint/eslintrc": "^3.3.0", "@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.22.0", "@eslint/js": "^9.28.0",
"eslint": "^9.22.0", "eslint": "^9.28.0",
"eslint-config-airbnb-base": "^15.0.0", "eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.31", "eslint-plugin-import": "^2.31.0",
"globals": "^16.0.0", "globals": "^16.2.0",
"prettier": "^3.5", "prettier": "^3.5.3",
"forever": "^0.15.3", "forever": "^0.15.3",
"nodemon": "^2.0.16" "nodemon": "^2.0.22"
} }
} }