chore(frontend): bump versions

This commit is contained in:
Gregor Kleen 2019-12-11 15:17:24 +01:00
parent 5d8c2af51d
commit 5bd429b81c
2 changed files with 1635 additions and 897 deletions

2501
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -51,16 +51,16 @@
"defaults" "defaults"
], ],
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.6.4", "@babel/cli": "^7.7.5",
"@babel/core": "^7.6.4", "@babel/core": "^7.7.5",
"@babel/plugin-proposal-class-properties": "^7.5.5", "@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-proposal-decorators": "^7.6.0", "@babel/plugin-proposal-decorators": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.6.2", "@babel/plugin-transform-runtime": "^7.7.6",
"@babel/preset-env": "^7.6.3", "@babel/preset-env": "^7.7.6",
"@commitlint/cli": "^8.2.0", "@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0", "@commitlint/config-conventional": "^8.2.0",
"@fortawesome/fontawesome-pro": "^5.11.2", "@fortawesome/fontawesome-pro": "^5.12.0",
"autoprefixer": "^9.6.5", "autoprefixer": "^9.7.3",
"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",
@ -75,7 +75,7 @@
"husky": "^2.7.0", "husky": "^2.7.0",
"jasmine-core": "^3.5.0", "jasmine-core": "^3.5.0",
"js-yaml": "^3.13.1", "js-yaml": "^3.13.1",
"karma": "^4.3.0", "karma": "^4.4.1",
"karma-chrome-launcher": "^2.2.0", "karma-chrome-launcher": "^2.2.0",
"karma-cli": "^2.0.0", "karma-cli": "^2.0.0",
"karma-jasmine": "^2.0.1", "karma-jasmine": "^2.0.1",
@ -85,24 +85,23 @@
"lint-staged": "^8.2.1", "lint-staged": "^8.2.1",
"lodash.debounce": "^4.0.8", "lodash.debounce": "^4.0.8",
"mini-css-extract-plugin": "^0.8.0", "mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.12.0", "node-sass": "^4.13.0",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"null-loader": "^2.0.0", "null-loader": "^2.0.0",
"postcss-loader": "^3.0.0", "postcss-loader": "^3.0.0",
"sass-loader": "^7.3.1", "sass-loader": "^7.3.1",
"standard-version": "^6.0.1", "standard-version": "^6.0.1",
"style-loader": "^0.23.1", "style-loader": "^0.23.1",
"terser-webpack-plugin": "^2.2.2", "terser-webpack-plugin": "^2.2.3",
"typeface-roboto": "0.0.75", "typeface-roboto": "0.0.75",
"typeface-source-sans-pro": "0.0.75", "typeface-source-sans-pro": "0.0.75",
"uglifyjs-webpack-plugin": "^2.2.0", "webpack": "^4.41.2",
"webpack": "^4.41.1", "webpack-cli": "^3.3.10",
"webpack-cli": "^3.3.9",
"webpack-manifest-plugin": "^2.2.0" "webpack-manifest-plugin": "^2.2.0"
}, },
"dependencies": { "dependencies": {
"@babel/runtime": "^7.6.3", "@babel/runtime": "^7.7.6",
"core-js": "^3.3.2", "core-js": "^3.4.8",
"moment": "^2.24.0", "moment": "^2.24.0",
"npm": "^6.13.3", "npm": "^6.13.3",
"tail.datetime": "git+https://github.com/uni2work/tail.DateTime.git#master", "tail.datetime": "git+https://github.com/uni2work/tail.DateTime.git#master",