New: Last UI Patch Package bump for 0.7

This commit is contained in:
Qstick
2019-08-29 22:04:50 -04:00
parent 8242315e59
commit fba841572e
2 changed files with 49 additions and 86 deletions

View File

@@ -7,8 +7,8 @@
"start": "gulp watch",
"watch": "gulp watch",
"clean": "git clean -fXd",
"eslint": "esprint check",
"eslint-fix": "eslint --fix frontend/** ",
"lint": "esprint check",
"lint-fix": "eslint --fix frontend/** ",
"stylelint-linux": "stylelint $(find frontend -name '*.css') --config frontend/.stylelintrc",
"stylelint-windows": "stylelint frontend/**/*.css --config frontend/.stylelintrc"
},
@@ -33,16 +33,16 @@
"@babel/plugin-syntax-dynamic-import": "7.2.0",
"@babel/preset-env": "7.5.5",
"@babel/preset-react": "7.0.0",
"@fortawesome/fontawesome-free": "5.10.1",
"@fortawesome/fontawesome-svg-core": "1.2.21",
"@fortawesome/free-regular-svg-icons": "5.10.1",
"@fortawesome/free-solid-svg-icons": "5.10.1",
"@fortawesome/fontawesome-free": "5.10.2",
"@fortawesome/fontawesome-svg-core": "1.2.22",
"@fortawesome/free-regular-svg-icons": "5.10.2",
"@fortawesome/free-solid-svg-icons": "5.10.2",
"@fortawesome/react-fontawesome": "0.1.4",
"@sentry/browser": "5.6.2",
"@sentry/browser": "5.6.3",
"@sentry/integrations": "5.6.1",
"ansi-colors": "4.1.1",
"autoprefixer": "9.6.1",
"babel-eslint": "10.0.2",
"babel-eslint": "10.0.3",
"babel-loader": "8.0.6",
"babel-plugin-inline-classnames": "2.0.1",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
@@ -102,7 +102,7 @@
"react-lazyload": "2.6.2",
"react-measure": "1.4.7",
"react-popper": "1.3.4",
"react-redux": "7.1.0",
"react-redux": "7.1.1",
"react-router-dom": "5.0.1",
"react-slider": "0.11.2",
"react-text-truncate": "0.15.0",
@@ -122,7 +122,7 @@
"stylelint-order": "3.0.1",
"uglifyjs-webpack-plugin": "2.2.0",
"url-loader": "2.1.0",
"webpack": "4.39.1",
"webpack": "4.39.3",
"webpack-stream": "5.2.1"
},
"devDependencies": {