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:
Roberto Rosario
2018-07-08 01:09:34 -04:00
parent 7a2f7d81bc
commit 0987bbe0fa
3 changed files with 11 additions and 11 deletions

View File

@@ -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"
}
}

View File

@@ -10,6 +10,6 @@
"license": "Apache-2.0",
"private": true,
"dependencies": {
"chart.js": "^2.7.2"
"chart.js": "=2.7.2"
}
}

View File

@@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"dependencies": {
"dropzone": "^5.4.0"
"dropzone": "=5.4.0"
},
"devDependencies": {},
"scripts": {