Skip to content

Commit

Permalink
Merge pull request #3726 from weaveworks/update-js-lib
Browse files Browse the repository at this point in the history
Update js libs
  • Loading branch information
Daniel Holbach authored Nov 12, 2019
2 parents 1b78a03 + f27fdcd commit 056704e
Show file tree
Hide file tree
Showing 2 changed files with 611 additions and 1,222 deletions.
18 changes: 9 additions & 9 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@
"xterm": "3.14.5"
},
"devDependencies": {
"@babel/cli": "^7.6.0",
"@babel/core": "^7.6.0",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"@babel/plugin-proposal-class-properties": "^7.7.0",
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/preset-env": "^7.6.0",
"@babel/preset-react": "^7.0.0",
"@babel/preset-react": "^7.7.0",
"@fortawesome/fontawesome-free": "^5.10.1",
"autoprefixer": "9.6.1",
"babel-eslint": "10.0.3",
Expand All @@ -64,7 +64,7 @@
"babel-plugin-transform-object-rest-spread": "6.26.0",
"clean-webpack-plugin": "0.1.17",
"css-loader": "2.1.1",
"eslint": "6.4.0",
"eslint": "6.6.0",
"eslint-config-airbnb": "17.1.1",
"eslint-loader": "3.0.0",
"eslint-plugin-import": "2.18.2",
Expand All @@ -82,15 +82,15 @@
"postcss-loader": "3.0.0",
"react-router": "3.2.0",
"style-loader": "0.21.0",
"stylelint": "11.0.0",
"stylelint": "11.1.1",
"stylelint-config-recommended": "3.0.0",
"stylelint-config-styled-components": "0.1.1",
"stylelint-custom-processor-loader": "0.6.0",
"stylelint-declaration-use-variable": "1.7.0",
"stylelint-declaration-use-variable": "1.7.2",
"stylelint-processor-styled-components": "1.8.0",
"url": "0.11.0",
"url-loader": "0.6.2",
"webpack": "4.6.0",
"webpack": "4.41.2",
"webpack-cli": "^3.3.0",
"webpack-dev-middleware": "3.1.3",
"webpack-hot-middleware": "2.22.2"
Expand Down
Loading

0 comments on commit 056704e

Please sign in to comment.