1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-02 20:30:05 +02:00

2 Commits

Author SHA1 Message Date
s2
9f02f5f27c 1.4.2 2020-03-16 21:46:57 +01:00
s2
48ecb505d7 update node modules 2020-03-16 21:46:15 +01:00
2 changed files with 334 additions and 396 deletions

710
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{
"name": "gitlit",
"version": "1.4.1",
"version": "1.4.2",
"description": "",
"main": "app/main.js",
"build": {
@@ -28,21 +28,21 @@
},
"dependencies": {
"animate.css": "^3.5.2",
"bootstrap": "^4.1.3",
"ejs": "^2.6.1",
"ejs-render-remote": "^1.0.7",
"bootstrap": "^4.4.1",
"ejs": "^2.7.4",
"ejs-render-remote": "^1.0.13",
"electron-find": "^1.0.6",
"electron-localshortcut": "^3.1.0",
"electron-localshortcut": "^3.2.1",
"jquery": "^3.3.1",
"material-design-icons": "^3.0.1",
"minimist": "^1.2.0",
"minimist": "^1.2.5",
"nonblockjs": "^1.0.8",
"pnotify": "^4.0.0-alpha.4",
"popper.js": "^1.14.3"
"pnotify": "^4.0.1",
"popper.js": "^1.16.1"
},
"devDependencies": {
"electron": "^3.0.3",
"electron-builder": "^20.43.0"
"electron": "^3.1.13",
"electron-builder": "^20.44.4"
},
"scripts": {
"start": "electron .",