Skip to content

Commit

Permalink
fix(dependencies): upgrade all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri Kopriwa committed Jan 29, 2020
1 parent 9479a7b commit 464c112
Showing 1 changed file with 40 additions and 40 deletions.
80 changes: 40 additions & 40 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,75 +172,75 @@
"lint-staged"
],
"devDependencies": {
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"@babel/plugin-external-helpers": "^7.2.0",
"@babel/plugin-proposal-class-properties": "^7.7.0",
"@babel/plugin-proposal-decorators": "^7.7.0",
"@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/plugin-transform-async-to-generator": "^7.7.0",
"@babel/plugin-transform-modules-commonjs": "^7.7.0",
"@babel/plugin-transform-react-constant-elements": "^7.6.3",
"@babel/plugin-transform-react-inline-elements": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.7.1",
"@babel/preset-react": "^7.7.0",
"@babel/cli": "^7.8.3",
"@babel/core": "^7.8.3",
"@babel/plugin-external-helpers": "^7.8.3",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/plugin-proposal-json-strings": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.8.3",
"@babel/plugin-transform-async-to-generator": "^7.8.3",
"@babel/plugin-transform-modules-commonjs": "^7.8.3",
"@babel/plugin-transform-react-constant-elements": "^7.8.3",
"@babel/plugin-transform-react-inline-elements": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/preset-react": "^7.8.3",
"@rollup-umd/ncu": "^1.0.9",
"@semantic-release/changelog": "^3.0.5",
"@semantic-release/git": "^7.0.18",
"@semantic-release/github": "^5.5.5",
"@semantic-release/npm": "^5.3.4",
"@semantic-release/changelog": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.0.0",
"@semantic-release/npm": "^7.0.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"babel-jest": "^25.1.0",
"babel-loader": "^8.0.6",
"babel-merge": "^3.0.0",
"babel-plugin-add-module-exports": "^1.0.2",
"babel-plugin-dynamic-import-node": "^2.3.0",
"babel-plugin-react-transform": "^3.0.0",
"babel-plugin-styled-components": "^1.10.6",
"babel-plugin-styled-components": "^1.10.7",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"cz-conventional-changelog": "^3.0.2",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.1",
"eslint": "^6.6.0",
"cz-conventional-changelog": "^3.1.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react": "^7.18.0",
"istanbul-api": "^3.0.0",
"istanbul-reports": "^2.2.6",
"jest-cli": "^24.9.0",
"istanbul-reports": "^3.0.0",
"jest-cli": "^25.1.0",
"jest-sonar-reporter": "^2.0.0",
"lint-staged": "^9.4.3",
"lint-staged": "^10.0.4",
"pre-commit": "^1.2.2",
"raf": "^3.4.1",
"react-test-renderer": "^16.11.0",
"semantic-release": "^15.13.30",
"react-test-renderer": "^16.12.0",
"semantic-release": "^17.0.1",
"toctoc": "^0.3.2",
"webpack": "^4.41.2"
"webpack": "^4.41.5"
},
"dependencies": {
"@babel/runtime": "^7.7.2",
"@bootstrap-styled/rsg-components": "2.1.5",
"@babel/runtime": "^7.8.3",
"@bootstrap-styled/rsg-components": "2.1.6",
"acorn": "^6.1.1",
"acorn-jsx": "^5.0.1",
"css-loader": "^2.1.1",
"documentation": "^12.1.3",
"documentation": "^12.1.4",
"exports-loader": "^0.7.0",
"image-webpack-loader": "^6.0.0",
"lodash.omit": "^4.5.0",
"mini-html-webpack-plugin": "^1.0.0",
"parse-author": "^2.0.0",
"prop-types": "^15.7.2",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-ga": "^2.7.0",
"react-styleguidist": "9.1.2",
"react-transition-group": "^2.9.0",
"style-loader": "^1.0.0",
"style-loader": "^1.1.3",
"styled-components": "^4.4.1",
"url-loader": "^1.1.2",
"webpack-merge": "^4.2.2"
Expand Down

0 comments on commit 464c112

Please sign in to comment.