mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 23:04:04 +00:00
⏫ dependency bump + version pin
This commit is contained in:
parent
b198b3dde4
commit
e568cad22c
2 changed files with 3044 additions and 23 deletions
46
package.json
46
package.json
|
@ -11,31 +11,31 @@
|
||||||
"setup": "git checkout 1.0.0 && npm install && npm run build"
|
"setup": "git checkout 1.0.0 && npm install && npm run build"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@popperjs/core": "^2.9.2",
|
"@popperjs/core": "2.9.2",
|
||||||
"axios": "^0.21.1",
|
"axios": "0.21.1",
|
||||||
"bootstrap": "^5.0.0",
|
"bootstrap": "5.0.2",
|
||||||
"dayjs": "^1.10.4",
|
"dayjs": "1.10.6",
|
||||||
"discord.js": "^12.5.3",
|
"discord.js": "12.5.3",
|
||||||
"express": "^4.17.1",
|
"express": "4.17.1",
|
||||||
"form-data": "^4.0.0",
|
"form-data": "4.0.0",
|
||||||
"jsonwebtoken": "^8.5.1",
|
"jsonwebtoken": "8.5.1",
|
||||||
"nodemailer": "^6.6.2",
|
"nodemailer": "6.6.2",
|
||||||
"password-hash": "^1.2.2",
|
"password-hash": "1.2.2",
|
||||||
"redbean-node": "0.0.20",
|
"redbean-node": "0.0.20",
|
||||||
"socket.io": "^4.0.2",
|
"socket.io": "4.1.3",
|
||||||
"socket.io-client": "^4.1.2",
|
"socket.io-client": "4.1.3",
|
||||||
"tcp-ping": "^0.1.1",
|
"tcp-ping": "0.1.1",
|
||||||
"vue": "^3.0.5",
|
"vue": "3.0.5",
|
||||||
"vue-confirm-dialog": "^1.0.2",
|
"vue-confirm-dialog": "1.0.2",
|
||||||
"vue-router": "^4.0.10",
|
"vue-router": "4.0.10",
|
||||||
"vue-toastification": "^2.0.0-rc.1"
|
"vue-toastification": "2.0.0-rc.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@vitejs/plugin-legacy": "^1.4.3",
|
"@vitejs/plugin-legacy": "1.4.3",
|
||||||
"@vitejs/plugin-vue": "^1.2.3",
|
"@vitejs/plugin-vue": "1.2.4",
|
||||||
"@vue/compiler-sfc": "^3.0.5",
|
"@vue/compiler-sfc": "3.1.4",
|
||||||
"core-js": "^3.15.2",
|
"core-js": "3.15.2",
|
||||||
"sass": "^1.35.1",
|
"sass": "1.35.2",
|
||||||
"vite": "^2.3.7"
|
"vite": "2.4.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue