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

View File

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

View File

@@ -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": {