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 May 13, 2019
1 parent 014c2c2 commit 5630083
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 31 deletions.
62 changes: 31 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,66 +137,66 @@
"lint-staged"
],
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.4",
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.4",
"@babel/plugin-external-helpers": "^7.2.0",
"@babel/plugin-proposal-class-properties": "^7.3.4",
"@babel/plugin-proposal-decorators": "^7.3.0",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-proposal-object-rest-spread": "^7.3.4",
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/plugin-transform-async-to-generator": "^7.3.4",
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
"@babel/plugin-transform-async-to-generator": "^7.4.4",
"@babel/plugin-transform-modules-commonjs": "^7.4.4",
"@babel/plugin-transform-react-constant-elements": "^7.2.0",
"@babel/plugin-transform-react-inline-elements": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/preset-react": "^7.0.0",
"@rollup-umd/documentation": "^2.0.1",
"@rollup-umd/ncu": "^1.0.5",
"@rollup-umd/documentation": "^2.0.2",
"@rollup-umd/ncu": "^1.0.9",
"@semantic-release/changelog": "^3.0.2",
"@semantic-release/git": "^7.0.8",
"@semantic-release/github": "^5.2.10",
"@semantic-release/npm": "^5.1.4",
"@yeutech-lab/documentation": "^2.0.0",
"@semantic-release/npm": "^5.1.7",
"@yeutech-lab/documentation": "^2.0.1",
"@yeutech-lab/test-polyfill": "^1.1.5",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.3.1",
"babel-loader": "^8.0.5",
"babel-merge": "^2.0.1",
"babel-plugin-add-module-exports": "^1.0.0",
"babel-jest": "^24.8.0",
"babel-loader": "^8.0.6",
"babel-merge": "^3.0.0",
"babel-plugin-add-module-exports": "^1.0.2",
"babel-plugin-array-includes": "^2.0.3",
"babel-plugin-dynamic-import-node": "^2.2.0",
"babel-plugin-react-transform": "^3.0.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"cz-conventional-changelog": "^2.1.0",
"eslint": "^5.15.1",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-import": "^2.17.2",
"exports-loader": "^0.7.0",
"istanbul-api": "^2.1.1",
"istanbul-reports": "^2.1.1",
"jest-cli": "^24.3.1",
"istanbul-api": "^3.0.0",
"istanbul-reports": "^2.2.4",
"jest-cli": "^24.8.0",
"jest-sonar-reporter": "^2.0.0",
"lint-staged": "^8.1.5",
"lint-staged": "^8.1.6",
"pre-commit": "^1.2.2",
"rollup": "^1.6.0",
"semantic-release": "^15.13.3",
"rollup": "^1.11.3",
"semantic-release": "^15.13.12",
"toctoc": "^0.3.2",
"webpack": "^4.29.6"
"webpack": "^4.31.0"
},
"dependencies": {
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-cleanup": "^3.1.1",
"rollup-plugin-commonjs": "^9.2.1",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-inject": "^2.2.0",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-resolve": "^4.0.1",
"rollup-plugin-replace": "^2.1.0",
"rollup-plugin-node-resolve": "^4.2.4",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^4.0.4",
"rollup-plugin-visualizer": "^1.0.2",
"rollup-plugin-visualizer": "^1.1.1",
"rollup-watch": "^4.3.1"
},
"peerDependencies": {},
Expand Down
18 changes: 18 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,24 @@ function createConfig(options = {}) {
'lazy',
'createRef',
'memo',
'error',
'warn',
'useCallback',
'useContext',
'useEffect',
'useImperativeHandle',
'useDebugValue',
'useLayoutEffect',
'useMemo',
'useReducer',
'useRef',
'useState',
'Fragment',
'Profiler',
'StrictMode',
'Suspense',
'version',
'isValidelement',
],
'react-is': [
'isValidElementType',
Expand Down

0 comments on commit 5630083

Please # to comment.