Pin javascript libraries to specific versions to avoid using potentianlly broken updates automatically. GitLab issue #486.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -10,14 +10,14 @@
|
||||
"license": "Apache-2.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"bootstrap": "^3.3.7",
|
||||
"bootswatch": "^3.3.7",
|
||||
"jquery": "^3.3.1",
|
||||
"jquery-form": "^4.2.2",
|
||||
"jquery-lazyload": "^1.9.3",
|
||||
"jquery-match-height": "^0.7.2",
|
||||
"select2": "^4.0.3",
|
||||
"toastr": "^2.1.4",
|
||||
"urijs": "^1.19.1"
|
||||
"bootstrap": "=3.3.7",
|
||||
"bootswatch": "=3.3.7",
|
||||
"jquery": "=3.3.1",
|
||||
"jquery-form": "=4.2.2",
|
||||
"jquery-lazyload": "=1.9.3",
|
||||
"jquery-match-height": "=0.7.2",
|
||||
"select2": "=4.0.3",
|
||||
"toastr": "=2.1.4",
|
||||
"urijs": "=1.19.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,6 +10,6 @@
|
||||
"license": "Apache-2.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"chart.js": "^2.7.2"
|
||||
"chart.js": "=2.7.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"dropzone": "^5.4.0"
|
||||
"dropzone": "=5.4.0"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user