chore: bump frontend dependencies

This commit is contained in:
Gregor Kleen 2019-10-09 16:56:51 +02:00
parent ed846df453
commit 3a511a8203
2 changed files with 484 additions and 588 deletions

1046
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -51,15 +51,15 @@
"defaults" "defaults"
], ],
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.5.5", "@babel/cli": "^7.6.3",
"@babel/core": "^7.5.5", "@babel/core": "^7.6.3",
"@babel/plugin-proposal-class-properties": "^7.5.5", "@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-decorators": "^7.4.4", "@babel/plugin-proposal-decorators": "^7.6.0",
"@babel/plugin-transform-runtime": "^7.5.5", "@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.5.5", "@babel/preset-env": "^7.6.3",
"@commitlint/cli": "^8.1.0", "@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.1.0", "@commitlint/config-conventional": "^8.2.0",
"autoprefixer": "^9.6.1", "autoprefixer": "^9.6.4",
"babel-core": "^6.26.3", "babel-core": "^6.26.3",
"babel-eslint": "^10.0.3", "babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6", "babel-loader": "^8.0.6",
@ -70,7 +70,7 @@
"eslint": "^5.16.0", "eslint": "^5.16.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0", "extract-text-webpack-plugin": "^4.0.0-beta.0",
"husky": "^2.7.0", "husky": "^2.7.0",
"jasmine-core": "^3.4.0", "jasmine-core": "^3.5.0",
"karma": "^4.3.0", "karma": "^4.3.0",
"karma-chrome-launcher": "^2.2.0", "karma-chrome-launcher": "^2.2.0",
"karma-cli": "^2.0.0", "karma-cli": "^2.0.0",
@ -88,14 +88,14 @@
"standard-version": "^6.0.1", "standard-version": "^6.0.1",
"style-loader": "^0.23.1", "style-loader": "^0.23.1",
"uglifyjs-webpack-plugin": "^2.2.0", "uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.39.3", "webpack": "^4.41.0",
"webpack-cli": "^3.3.7" "webpack-cli": "^3.3.9"
}, },
"dependencies": { "dependencies": {
"@babel/runtime": "^7.5.5", "@babel/runtime": "^7.6.3",
"core-js": "^3.2.1", "core-js": "^3.2.1",
"moment": "^2.24.0", "moment": "^2.24.0",
"npm": "^6.11.2", "npm": "^6.12.0",
"tail.datetime": "git+https://github.com/uni2work/tail.DateTime.git#master", "tail.datetime": "git+https://github.com/uni2work/tail.DateTime.git#master",
"whatwg-fetch": "^3.0.0" "whatwg-fetch": "^3.0.0"
} }