Skip to content

Commit

Permalink
Merge pull request #3664 from weaveworks/update-js-libs
Browse files Browse the repository at this point in the history
update some javascript dependencies
  • Loading branch information
Daniel Holbach authored Aug 30, 2019
2 parents 5b256ba + e080f78 commit 445b406
Show file tree
Hide file tree
Showing 3 changed files with 1,086 additions and 756 deletions.
80 changes: 40 additions & 40 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,63 +7,63 @@
"private": true,
"main": "index.js",
"dependencies": {
"@babel/polyfill": "^7.0.0",
"@babel/polyfill": "^7.4.4",
"babel-plugin-lodash": "3.3.4",
"classnames": "2.2.5",
"d3-array": "1.2.1",
"d3-color": "1.0.3",
"d3-drag": "1.2.3",
"classnames": "2.2.6",
"d3-array": "2.3.1",
"d3-color": "1.3.0",
"d3-drag": "1.2.4",
"d3-format": "1.3.2",
"d3-scale": "2.1.2",
"d3-scale-chromatic": "1.3.3",
"d3-scale": "3.0.1",
"d3-scale-chromatic": "1.5.0",
"d3-selection": "1.3.2",
"d3-shape": "1.2.2",
"d3-time-format": "2.1.0",
"d3-shape": "1.3.5",
"d3-time-format": "2.1.3",
"dagre": "0.8.4",
"debug": "3.1.0",
"filesize": "3.5.11",
"debug": "4.1.1",
"filesize": "4.1.2",
"filter-invalid-dom-props": "2.0.0",
"immutable": "3.8.2",
"json-stable-stringify": "1.0.1",
"lcp": "1.1.0",
"lodash": "4.17.11",
"moment": "2.21.0",
"page": "1.7.1",
"prop-types": "15.6.0",
"rc-slider": "8.3.2",
"react": "16.5.0",
"react-dom": "16.5.0",
"lodash": "4.17.15",
"moment": "2.24.0",
"page": "1.11.4",
"prop-types": "15.7.2",
"rc-slider": "8.6.13",
"react": "16.9.0",
"react-dom": "16.9.0",
"react-motion": "0.5.2",
"react-redux": "5.1.0",
"redux": "4.0.1",
"react-redux": "7.1.0",
"redux": "4.0.4",
"redux-immutable": "4.0.0",
"redux-logger": "3.0.6",
"redux-thunk": "2.2.0",
"redux-thunk": "2.3.0",
"reqwest": "2.0.5",
"reselect": "3.0.1",
"reselect-map": "1.0.3",
"styled-components": "3.4.10",
"reselect": "4.0.0",
"reselect-map": "1.0.4",
"styled-components": "4.3.2",
"weaveworks-ui-components": "0.20.0",
"whatwg-fetch": "2.0.3",
"xterm": "3.10.1"
"whatwg-fetch": "3.0.0",
"xterm": "3.14.5"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@fortawesome/fontawesome-free": "^5.5.0",
"autoprefixer": "7.1.5",
"@fortawesome/fontawesome-free": "^5.10.1",
"autoprefixer": "9.6.1",
"babel-eslint": "10.0.2",
"babel-jest": "24.8.0",
"babel-loader": "^8.0.0",
"babel-jest": "24.9.0",
"babel-loader": "^8.0.6",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"clean-webpack-plugin": "0.1.17",
"css-loader": "2.1.1",
"eslint": "6.1.0",
"eslint": "6.2.1",
"eslint-config-airbnb": "17.1.1",
"eslint-loader": "2.2.1",
"eslint-plugin-import": "2.18.2",
Expand All @@ -74,8 +74,8 @@
"html-webpack-plugin": "3.2.0",
"http-proxy": "1.16.2",
"http-proxy-rules": "1.1.1",
"jest": "24.8.0",
"jest-cli": "24.8.0",
"jest": "24.9.0",
"jest-cli": "24.9.0",
"json-loader": "0.5.7",
"mockdate": "2.0.2",
"node-sass": "^4.12.0",
Expand All @@ -85,12 +85,12 @@
"sass-lint-webpack": "1.0.0",
"sass-loader": "7.0.1",
"style-loader": "0.21.0",
"stylelint": "10.0.1",
"stylelint": "10.1.0",
"stylelint-config-recommended": "2.2.0",
"stylelint-config-styled-components": "0.1.1",
"stylelint-custom-processor-loader": "0.6.0",
"stylelint-declaration-use-variable": "1.7.0",
"stylelint-processor-styled-components": "1.5.2",
"stylelint-processor-styled-components": "1.8.0",
"url": "0.11.0",
"url-loader": "0.6.2",
"webpack": "4.6.0",
Expand Down
Loading

0 comments on commit 445b406

Please sign in to comment.