Updated moment.js to a newer version.

This commit is contained in:
alext 2018-03-06 08:21:59 +01:00
parent b7d762c110
commit a54917aacf
4 changed files with 7 additions and 6 deletions

8
package-lock.json generated
View file

@ -1090,7 +1090,7 @@
"integrity": "sha1-C5tiseaX1S05wRGK+eTkEeUEVZA=", "integrity": "sha1-C5tiseaX1S05wRGK+eTkEeUEVZA=",
"requires": { "requires": {
"jquery": "3.2.1", "jquery": "3.2.1",
"moment": "2.19.1" "moment": "2.21.0"
}, },
"dependencies": { "dependencies": {
"jquery": { "jquery": {
@ -2177,9 +2177,9 @@
} }
}, },
"moment": { "moment": {
"version": "2.19.1", "version": "2.21.0",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.19.1.tgz", "resolved": "https://registry.npmjs.org/moment/-/moment-2.21.0.tgz",
"integrity": "sha1-VtoaLRy/AdOLfhr8McELz6GSkWc=" "integrity": "sha512-TCZ36BjURTeFTM/CwRcViQlfkMvL1/vFISuNLO5GkcVm1+QHfbSiNqZuWeMFjj1/3+uAjXswgRk30j1kkLYJBQ=="
}, },
"ms": { "ms": {
"version": "2.0.0", "version": "2.0.0",

View file

@ -36,6 +36,7 @@
"fullcalendar": "^3.6.1", "fullcalendar": "^3.6.1",
"jquery": "^3.0.0", "jquery": "^3.0.0",
"jquery-ui": "^1.12.0", "jquery-ui": "^1.12.0",
"moment": "^2.21.0",
"qtip2": "^3.0.3", "qtip2": "^3.0.3",
"sticky-table-headers": "^0.1.19" "sticky-table-headers": "^0.1.19"
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long