Skip to content

Commit

Permalink
fix(dependencies): Upgrade all dependencies to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri Kopriwa committed Jan 31, 2019
1 parent bcbd70c commit cef19a9
Showing 1 changed file with 31 additions and 26 deletions.
57 changes: 31 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,60 +160,59 @@
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/plugin-external-helpers": "^7.2.0",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/plugin-proposal-decorators": "^7.2.3",
"@babel/plugin-proposal-class-properties": "^7.3.0",
"@babel/plugin-proposal-decorators": "^7.3.0",
"@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
"@babel/plugin-proposal-object-rest-spread": "^7.3.1",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/plugin-transform-async-to-generator": "^7.2.0",
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
"@babel/plugin-transform-react-constant-elements": "^7.2.0",
"@babel/plugin-transform-react-inline-elements": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.2.3",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"@rollup-umd/documentation": "^1.3.3",
"@semantic-release/changelog": "^3.0.1",
"@semantic-release/git": "^7.0.6",
"@semantic-release/github": "^5.2.7",
"@semantic-release/npm": "^5.1.2",
"babel-core": "^7.0.0-bridge.0",
"@rollup-umd/documentation": "^1.3.5",
"@semantic-release/changelog": "^3.0.2",
"@semantic-release/git": "^7.0.8",
"@semantic-release/github": "^5.2.10",
"@semantic-release/npm": "^5.1.4",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"babel-loader": "^8.0.4",
"babel-jest": "^24.0.0",
"babel-loader": "^8.0.5",
"babel-merge": "^2.0.1",
"babel-plugin-add-module-exports": "^1.0.0",
"babel-plugin-dynamic-import-node": "^2.2.0",
"babel-plugin-react-transform": "^3.0.0",
"babel-plugin-styled-components": "^1.10.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.21",
"babel-plugin-transform-react-remove-prop-types": "^0.4.23",
"cz-conventional-changelog": "^2.1.0",
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.7.1",
"eslint": "^5.10.0",
"enzyme-adapter-react-16": "^1.8.0",
"eslint": "^5.12.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.0",
"eslint-plugin-react": "^7.12.4",
"exports-loader": "^0.7.0",
"istanbul-api": "^2.0.6",
"istanbul-reports": "^2.0.1",
"jest-cli": "^23.6.0",
"jest-cli": "^24.0.0",
"jest-sonar-reporter": "^2.0.0",
"lint-staged": "^8.1.0",
"lint-staged": "^8.1.1",
"pre-commit": "^1.2.2",
"raf": "^3.4.1",
"react-styleguidist": "^8.0.6",
"react-test-renderer": "^16.7.0",
"semantic-release": "^15.13.1",
"sinon": "^7.2.2",
"semantic-release": "^15.13.3",
"sinon": "^7.2.3",
"toctoc": "^0.3.2",
"webpack": "^4.28.1"
"webpack": "^4.29.0"
},
"dependencies": {
"@babel/runtime": "^7.2.0",
"bootstrap-styled": "^2.4.2",
"@babel/runtime": "^7.3.1",
"bootstrap-styled": "^2.4.7",
"prop-types": "^15.6.2",
"react": "^16.7.0"
},
Expand Down Expand Up @@ -329,7 +328,13 @@
"setupFiles": [
"raf/polyfill"
],
"setupTestFrameworkScriptFile": "<rootDir>/internals/testing/test-bundler.js"
"setupFilesAfterEnv": [
"<rootDir>/internals/testing/test-bundler.js"
],
"transformIgnorePatterns": [
"<rootDir>/node_modules",
"<rootDir>/internals"
]
},
"jestSonar": {
"reportPath": "reports",
Expand Down

0 comments on commit cef19a9

Please sign in to comment.