Skip to content
Snippets Groups Projects
Commit 15d374ac authored by Piotr Gawron's avatar Piotr Gawron
Browse files

versions of npm dependencies must be stricter

parent 80e2007c
No related branches found
No related tags found
1 merge request!298versions of npm dependencies must be stricter
Pipeline #35779 canceled
smasch (1.0.0~beta.1-1) unstable; urgency=low
* bug fix: npm dependencies must be more strict
-- Piotr Gawron <piotr.gawron@uni.lu> Thu, 17 Dec 2020 12:00:00 +0200
smasch (1.0.0~beta.1-1) unstable; urgency=low smasch (1.0.0~beta.1-1) unstable; urgency=low
* bug fix: python dependencies are not in conflict * bug fix: python dependencies are not in conflict
......
...@@ -9,27 +9,27 @@ ...@@ -9,27 +9,27 @@
"author": "", "author": "",
"license": "GPLv3", "license": "GPLv3",
"dependencies": { "dependencies": {
"admin-lte": "^2.3.7", "admin-lte": "~2.3.7",
"awesomplete": "^1.1.5", "awesomplete": "~1.1.5",
"bootstrap": "^3.3.6", "bootstrap": "~3.3.6",
"bootstrap-datepicker": "^1.7.0", "bootstrap-datepicker": "~1.7.0",
"cookieconsent": "^3.1.1", "cookieconsent": "~3.1.1",
"datatables.net-bs": "^1.10.22", "datatables.net-bs": "~1.10.22",
"datatables.net-buttons": "^1.6.5", "datatables.net-buttons": "~1.6.5",
"datatables.net-buttons-bs": "^1.6.5", "datatables.net-buttons-bs": "~1.6.5",
"eonasdan-bootstrap-datetimepicker": "^4.17.47", "eonasdan-bootstrap-datetimepicker": "~4.17.47",
"font-awesome": "^4.7.0", "font-awesome": "~4.7.0",
"fullcalendar": "^3.4.0", "fullcalendar": "~3.4.0",
"fullcalendar-scheduler": "^1.6.2", "fullcalendar-scheduler": "~1.6.2",
"html2canvas": "^0.5.0-beta3", "html2canvas": "~0.5.0-beta3",
"icheck": "^1.0.2", "icheck": "~1.0.2",
"ionicons": "^2.0.1", "ionicons": "~2.0.1",
"jquery": "^2.2.4", "jquery": "~2.2.4",
"jquery-ui-dist": "^1.12.1", "jquery-ui-dist": "~1.12.1",
"jspdf": "^1.3.2", "jspdf": "~1.3.2",
"jszip": "^3.5.0", "jszip": "~3.5.0",
"moment": "^2.11.2", "moment": "~2.11.2",
"moment-range": "^3.1.1", "moment-range": "~3.1.1",
"pdfmake": "^0.1.68" "pdfmake": "~0.1.68"
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment