Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
anajavi committed Nov 3, 2019
1 parent 113d54e commit f530ee8
Show file tree
Hide file tree
Showing 8 changed files with 1,616 additions and 1,211 deletions.
14 changes: 7 additions & 7 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"bugs": "https://github.com/whawker/react-jsx-highcharts/issues",
"homepage": "https://github.com/whawker/react-jsx-highcharts",
"devDependencies": {
"@babel/cli": "^7.6.2",
"@babel/core": "^7.6.2",
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.6.2",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.6.2",
"@babel/preset-env": "^7.6.3",
"@babel/preset-react": "^7.6.3",
"@babel/runtime": "^7.6.3",
"babel-loader": "^8.0.4",
"css-loader": "^3.2.0",
"html-webpack-plugin": "^3.2.0",
Expand All @@ -30,8 +30,8 @@
"prop-types": "^15.0.0",
"react-prism": "^4.1.0",
"style-loader": "^1.0.0",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9"
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"dependencies": {
"react-responsive": "^4.1.0"
Expand Down
891 changes: 513 additions & 378 deletions packages/react-jsx-highcharts/package-lock.json

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions packages/react-jsx-highcharts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,40 +59,40 @@
"data"
],
"devDependencies": {
"@babel/cli": "^7.6.2",
"@babel/core": "^7.6.2",
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.6.2",
"@babel/preset-react": "^7.0.0",
"@babel/preset-env": "^7.6.3",
"@babel/preset-react": "^7.6.3",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"cross-env": "^5.2.1",
"cross-env": "^6.0.3",
"enzyme": "~3.10.0",
"enzyme-adapter-react-16": "~1.14.0",
"enzyme-adapter-react-16": "~1.15.1",
"eslint": "^5.16.0",
"eslint-config-prettier": "^6.3.0",
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^2.0.1",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^2.2.0",
"eslint-plugin-react-perf": "^3.2.1",
"highcharts": "^7.2.0",
"highcharts": "^7.2.1",
"jest": "^24.9.0",
"jest-enzyme": "^7.1.1",
"jest-enzyme": "^7.1.2",
"lodash-webpack-plugin": "^0.11.5",
"prettier": "^1.18.2",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-test-renderer": "^16.9.0",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-test-renderer": "^16.11.0",
"rimraf": "^3.0.0",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9"
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"dependencies": {
"@babel/runtime": "^7.6.2",
"@babel/runtime": "^7.6.3",
"lodash-es": "^4.17.13",
"uuid": "^3.3.3"
},
Expand Down
Loading

0 comments on commit f530ee8

Please sign in to comment.