mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 07:05:42 -04:00
build(package.json): update semver allowance so that users can now update packages with a container restart
This commit is contained in:
16
tvapp2/package-lock.json
generated
16
tvapp2/package-lock.json
generated
@@ -12,10 +12,10 @@
|
||||
"chalk": "^5.4.1",
|
||||
"cron": "^4.3.1",
|
||||
"ejs": "^3.1.10",
|
||||
"express": "5.1.0",
|
||||
"javascript-time-ago": "2.5.11",
|
||||
"moment": "2.30.1",
|
||||
"nconf": "1.0.0-beta.2",
|
||||
"express": "^5.1.0",
|
||||
"javascript-time-ago": "^2.5.11",
|
||||
"moment": "^2.30.1",
|
||||
"nconf": "^1.0.0-beta.2",
|
||||
"node-cron": "^4.1.0",
|
||||
"playwright": "^1.52.0",
|
||||
"user-agents": "^1.1.557"
|
||||
@@ -26,11 +26,11 @@
|
||||
"@types/uuid": "^10.0.0",
|
||||
"all-contributors-cli": "^6.26.1",
|
||||
"env-cmd": "^10.1.0",
|
||||
"eslint": "9.28.0",
|
||||
"eslint": "^9.28.0",
|
||||
"eslint-plugin-chai-friendly": "^1.0.1",
|
||||
"eslint-plugin-import": "2.31.0",
|
||||
"eslint-plugin-n": "17.18.0",
|
||||
"eslint-plugin-promise": "7.2.1",
|
||||
"eslint-plugin-import": "^2.31.0",
|
||||
"eslint-plugin-n": "^17.18.0",
|
||||
"eslint-plugin-promise": "^7.2.1",
|
||||
"uuid": "^11.1.0"
|
||||
},
|
||||
"engines": {
|
||||
|
||||
@@ -78,10 +78,10 @@
|
||||
"user-agents": "^1.1.557",
|
||||
"chalk": "^5.4.1",
|
||||
"ejs": "^3.1.10",
|
||||
"moment": "2.30.1",
|
||||
"express": "5.1.0",
|
||||
"nconf": "1.0.0-beta.2",
|
||||
"javascript-time-ago": "2.5.11"
|
||||
"moment": "^2.30.1",
|
||||
"express": "^5.1.0",
|
||||
"nconf": "^1.0.0-beta.2",
|
||||
"javascript-time-ago": "^2.5.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@aetherinox/noxenv": "^1.1.1",
|
||||
@@ -89,11 +89,11 @@
|
||||
"all-contributors-cli": "^6.26.1",
|
||||
"uuid": "^11.1.0",
|
||||
"env-cmd": "^10.1.0",
|
||||
"eslint": "9.28.0",
|
||||
"eslint": "^9.28.0",
|
||||
"eslint-plugin-chai-friendly": "^1.0.1",
|
||||
"eslint-plugin-import": "2.31.0",
|
||||
"eslint-plugin-n": "17.18.0",
|
||||
"eslint-plugin-promise": "7.2.1",
|
||||
"eslint-plugin-import": "^2.31.0",
|
||||
"eslint-plugin-n": "^17.18.0",
|
||||
"eslint-plugin-promise": "^7.2.1",
|
||||
"@stylistic/eslint-plugin": "^4.4.1"
|
||||
},
|
||||
"engines": {
|
||||
|
||||
Reference in New Issue
Block a user