feat(datepicker): update dependencies

This commit is contained in:
Sarah Vaupel 2019-08-27 18:45:12 +02:00
parent 293ab6dc62
commit 427ffbf0d8
2 changed files with 7 additions and 7 deletions

10
package-lock.json generated
View File

@ -8554,9 +8554,9 @@
}
},
"karma": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/karma/-/karma-4.2.0.tgz",
"integrity": "sha512-fmCuxN1rwJxTdZfOXK5LjlmS4Ana/OvzNMpkyLL/TLE8hmgSkpVpMYQ7RTVa8TNKRVQDZNl5W1oF5cfKfgIMlA==",
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/karma/-/karma-4.3.0.tgz",
"integrity": "sha512-NSPViHOt+RW38oJklvYxQC4BSQsv737oQlr/r06pCM+slDOr4myuI1ivkRmp+3dVpJDfZt2DmaPJ2wkx+ZZuMQ==",
"dev": true,
"requires": {
"bluebird": "^3.3.0",
@ -8573,7 +8573,7 @@
"graceful-fs": "^4.1.2",
"http-proxy": "^1.13.0",
"isbinaryfile": "^3.0.0",
"lodash": "^4.17.11",
"lodash": "^4.17.14",
"log4js": "^4.0.0",
"mime": "^2.3.1",
"minimatch": "^3.0.2",
@ -15231,7 +15231,7 @@
},
"tail.datetime": {
"version": "git+https://git@github.com/uni2work/tail.DateTime.git#9d7140ad1ca8a28dbc514230127bddf48312f073",
"from": "git+https://git@github.com/uni2work/tail.DateTime.git#update-view-on-select"
"from": "git+https://git@github.com/uni2work/tail.DateTime.git#master"
},
"tapable": {
"version": "1.1.3",

View File

@ -69,7 +69,7 @@
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"husky": "^2.7.0",
"jasmine-core": "^3.4.0",
"karma": "^4.2.0",
"karma": "^4.3.0",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "^2.0.0",
"karma-jasmine": "^2.0.1",
@ -93,6 +93,6 @@
"@babel/runtime": "^7.5.5",
"moment": "^2.24.0",
"npm": "^6.11.2",
"tail.datetime": "git+https://git@github.com/uni2work/tail.DateTime.git#update-view-on-select"
"tail.datetime": "git+https://git@github.com/uni2work/tail.DateTime.git#master"
}
}