Skip to content

Commit 82b40a4

Browse files
committed
fix(GH): update package dependencies to use tarball URLs
1 parent 2d62169 commit 82b40a4

File tree

4 files changed

+30
-51
lines changed

4 files changed

+30
-51
lines changed

zmsadmin/package-lock.json

Lines changed: 12 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

zmsadmin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@
6363
"util": "^0.12.5"
6464
},
6565
"dependencies": {
66-
"bo-layout-admin-js": "https://gitlab.com/eappointment/includes/layout-admin-js.git#2.24.14",
67-
"bo-layout-admin-scss": "https://gitlab.com/eappointment/includes/layout-admin-scss.git#muc-main",
68-
"bo-zmsentities": "https://gitlab.com/eappointment/zmsentities.git#2.24.14",
66+
"bo-layout-admin-js": "https://gitlab.com/eappointment/includes/layout-admin-js/-/archive/2.24.14/layout-admin-js-2.24.14.tar.gz",
67+
"bo-layout-admin-scss": "https://gitlab.com/eappointment/includes/layout-admin-scss/-/archive/muc-main/layout-admin-scss-muc-main.tar.gz",
68+
"bo-zmsentities": "https://gitlab.com/eappointment/zmsentities/-/archive/2.24.14/zmsentities-2.24.14.tar.gz",
6969
"chart.js": "^4.4.2",
7070
"react-chartjs-2": "^5.3.1"
7171
}

zmsstatistic/package-lock.json

Lines changed: 12 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

zmsstatistic/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
"svgo": "^4.0.1"
4040
},
4141
"dependencies": {
42-
"bo-layout-admin-js": "https://gitlab.com/eappointment/includes/layout-admin-js.git#2.24.14",
43-
"bo-layout-admin-scss": "https://gitlab.com/eappointment/includes/layout-admin-scss.git#2.24.14",
44-
"bo-zmsentities": "https://gitlab.com/eappointment/zmsentities.git#2.24.14",
42+
"bo-layout-admin-js": "https://gitlab.com/eappointment/includes/layout-admin-js/-/archive/2.24.14/layout-admin-js-2.24.14.tar.gz",
43+
"bo-layout-admin-scss": "https://gitlab.com/eappointment/includes/layout-admin-scss/-/archive/2.24.14/layout-admin-scss-2.24.14.tar.gz",
44+
"bo-zmsentities": "https://gitlab.com/eappointment/zmsentities/-/archive/2.24.14/zmsentities-2.24.14.tar.gz",
4545
"moment": "^2.30.1"
4646
}
4747
}

0 commit comments

Comments
 (0)