Update Sortable

This commit is contained in:
Giuseppe Criscione 2019-04-27 14:54:17 +02:00
parent efe1d0d4a7
commit 7737925788
3 changed files with 7 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -5319,9 +5319,9 @@
} }
}, },
"sortablejs": { "sortablejs": {
"version": "1.7.0", "version": "1.9.0",
"resolved": "https://registry.npmjs.org/sortablejs/-/sortablejs-1.7.0.tgz", "resolved": "https://registry.npmjs.org/sortablejs/-/sortablejs-1.9.0.tgz",
"integrity": "sha1-gKKyNwq9Vo4c7IwnETHvMKkE+ig=" "integrity": "sha512-Ot6bYJ6PoqPmpsqQYXjn1+RKrY2NWQvQt/o4jfd/UYwVWndyO5EPO8YHbnm5HIykf8ENsm4JUrdAvolPT86yYA=="
}, },
"source-map": { "source-map": {
"version": "0.5.7", "version": "0.5.7",

View File

@ -12,7 +12,7 @@
}, },
"dependencies": { "dependencies": {
"chartist": "^0.11.0", "chartist": "^0.11.0",
"sortablejs": "^1.7.0" "sortablejs": "^1.9.0"
}, },
"devDependencies": { "devDependencies": {
"gulp": "^4.0.1", "gulp": "^4.0.1",