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",
|
"license": "Apache-2.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bootstrap": "^3.3.7",
|
"bootstrap": "=3.3.7",
|
||||||
"bootswatch": "^3.3.7",
|
"bootswatch": "=3.3.7",
|
||||||
"jquery": "^3.3.1",
|
"jquery": "=3.3.1",
|
||||||
"jquery-form": "^4.2.2",
|
"jquery-form": "=4.2.2",
|
||||||
"jquery-lazyload": "^1.9.3",
|
"jquery-lazyload": "=1.9.3",
|
||||||
"jquery-match-height": "^0.7.2",
|
"jquery-match-height": "=0.7.2",
|
||||||
"select2": "^4.0.3",
|
"select2": "=4.0.3",
|
||||||
"toastr": "^2.1.4",
|
"toastr": "=2.1.4",
|
||||||
"urijs": "^1.19.1"
|
"urijs": "=1.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,6 +10,6 @@
|
|||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"chart.js": "^2.7.2"
|
"chart.js": "=2.7.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dropzone": "^5.4.0"
|
"dropzone": "=5.4.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {},
|
"devDependencies": {},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user