chore(deb): upgrade bun packages + remove script
This commit is contained in:
parent
a207214f6e
commit
cf7fb776bd
4 changed files with 15 additions and 15 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -5,5 +5,6 @@ rsync.sh
|
|||
*.log
|
||||
.monitor
|
||||
node_modules/
|
||||
build/
|
||||
*.rdb
|
||||
*.out
|
||||
|
|
BIN
bun.lockb
BIN
bun.lockb
Binary file not shown.
|
@ -1 +0,0 @@
|
|||
./node_modules/.bin/forever start -o out.log -e err.log server.js 80
|
28
package.json
28
package.json
|
@ -20,29 +20,29 @@
|
|||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"async": "~0.9.0",
|
||||
"bootstrap-icons": "^1.8.2",
|
||||
"compression": "^1.1.0",
|
||||
"express": "^4.18.1",
|
||||
"async": "~0.9.2",
|
||||
"bootstrap-icons": "^1.13.1",
|
||||
"compression": "^1.8.0",
|
||||
"express": "^4.21.2",
|
||||
"html2canvas": "^1.4.1",
|
||||
"jade": "~1.5.0",
|
||||
"redis": "~0.12.1",
|
||||
"reload": "^3.2.0",
|
||||
"sanitizer": "~0.1.1",
|
||||
"reload": "^3.3.0",
|
||||
"sanitizer": "~0.1.3",
|
||||
"simplesets": "~1.2.0",
|
||||
"socket.io": "1.x",
|
||||
"socket.io": "^1.7.4",
|
||||
"typeface-inter": "^3.18.1",
|
||||
"yargs": "~2.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/eslintrc": "^3.3.0",
|
||||
"@eslint/js": "^9.22.0",
|
||||
"eslint": "^9.22.0",
|
||||
"@eslint/eslintrc": "^3.3.1",
|
||||
"@eslint/js": "^9.28.0",
|
||||
"eslint": "^9.28.0",
|
||||
"eslint-config-airbnb-base": "^15.0.0",
|
||||
"eslint-plugin-import": "^2.31",
|
||||
"globals": "^16.0.0",
|
||||
"prettier": "^3.5",
|
||||
"eslint-plugin-import": "^2.31.0",
|
||||
"globals": "^16.2.0",
|
||||
"prettier": "^3.5.3",
|
||||
"forever": "^0.15.3",
|
||||
"nodemon": "^2.0.16"
|
||||
"nodemon": "^2.0.22"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue