Skip to content

Commit 5630083

Browse files
author
Dimitri Kopriwa
committed
fix(dependencies): upgrade all dependencies
1 parent 014c2c2 commit 5630083

File tree

2 files changed

+49
-31
lines changed

2 files changed

+49
-31
lines changed

package.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -137,66 +137,66 @@
137137
"lint-staged"
138138
],
139139
"devDependencies": {
140-
"@babel/cli": "^7.2.3",
141-
"@babel/core": "^7.3.4",
140+
"@babel/cli": "^7.4.4",
141+
"@babel/core": "^7.4.4",
142142
"@babel/plugin-external-helpers": "^7.2.0",
143-
"@babel/plugin-proposal-class-properties": "^7.3.4",
144-
"@babel/plugin-proposal-decorators": "^7.3.0",
143+
"@babel/plugin-proposal-class-properties": "^7.4.4",
144+
"@babel/plugin-proposal-decorators": "^7.4.4",
145145
"@babel/plugin-proposal-json-strings": "^7.2.0",
146-
"@babel/plugin-proposal-object-rest-spread": "^7.3.4",
146+
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
147147
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
148148
"@babel/plugin-syntax-import-meta": "^7.2.0",
149-
"@babel/plugin-transform-async-to-generator": "^7.3.4",
150-
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
149+
"@babel/plugin-transform-async-to-generator": "^7.4.4",
150+
"@babel/plugin-transform-modules-commonjs": "^7.4.4",
151151
"@babel/plugin-transform-react-constant-elements": "^7.2.0",
152152
"@babel/plugin-transform-react-inline-elements": "^7.2.0",
153-
"@babel/plugin-transform-runtime": "^7.3.4",
154-
"@babel/preset-env": "^7.3.4",
153+
"@babel/plugin-transform-runtime": "^7.4.4",
154+
"@babel/preset-env": "^7.4.4",
155155
"@babel/preset-react": "^7.0.0",
156-
"@rollup-umd/documentation": "^2.0.1",
157-
"@rollup-umd/ncu": "^1.0.5",
156+
"@rollup-umd/documentation": "^2.0.2",
157+
"@rollup-umd/ncu": "^1.0.9",
158158
"@semantic-release/changelog": "^3.0.2",
159159
"@semantic-release/git": "^7.0.8",
160160
"@semantic-release/github": "^5.2.10",
161-
"@semantic-release/npm": "^5.1.4",
162-
"@yeutech-lab/documentation": "^2.0.0",
161+
"@semantic-release/npm": "^5.1.7",
162+
"@yeutech-lab/documentation": "^2.0.1",
163163
"@yeutech-lab/test-polyfill": "^1.1.5",
164164
"babel-eslint": "^10.0.1",
165-
"babel-jest": "^24.3.1",
166-
"babel-loader": "^8.0.5",
167-
"babel-merge": "^2.0.1",
168-
"babel-plugin-add-module-exports": "^1.0.0",
165+
"babel-jest": "^24.8.0",
166+
"babel-loader": "^8.0.6",
167+
"babel-merge": "^3.0.0",
168+
"babel-plugin-add-module-exports": "^1.0.2",
169169
"babel-plugin-array-includes": "^2.0.3",
170170
"babel-plugin-dynamic-import-node": "^2.2.0",
171171
"babel-plugin-react-transform": "^3.0.0",
172172
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
173173
"cz-conventional-changelog": "^2.1.0",
174-
"eslint": "^5.15.1",
174+
"eslint": "^5.16.0",
175175
"eslint-config-airbnb-base": "^13.1.0",
176-
"eslint-plugin-import": "^2.16.0",
176+
"eslint-plugin-import": "^2.17.2",
177177
"exports-loader": "^0.7.0",
178-
"istanbul-api": "^2.1.1",
179-
"istanbul-reports": "^2.1.1",
180-
"jest-cli": "^24.3.1",
178+
"istanbul-api": "^3.0.0",
179+
"istanbul-reports": "^2.2.4",
180+
"jest-cli": "^24.8.0",
181181
"jest-sonar-reporter": "^2.0.0",
182-
"lint-staged": "^8.1.5",
182+
"lint-staged": "^8.1.6",
183183
"pre-commit": "^1.2.2",
184-
"rollup": "^1.6.0",
185-
"semantic-release": "^15.13.3",
184+
"rollup": "^1.11.3",
185+
"semantic-release": "^15.13.12",
186186
"toctoc": "^0.3.2",
187-
"webpack": "^4.29.6"
187+
"webpack": "^4.31.0"
188188
},
189189
"dependencies": {
190190
"rollup-plugin-babel": "^4.3.2",
191191
"rollup-plugin-cleanup": "^3.1.1",
192-
"rollup-plugin-commonjs": "^9.2.1",
192+
"rollup-plugin-commonjs": "^9.3.4",
193193
"rollup-plugin-inject": "^2.2.0",
194-
"rollup-plugin-json": "^3.1.0",
194+
"rollup-plugin-json": "^4.0.0",
195195
"rollup-plugin-node-builtins": "^2.1.2",
196-
"rollup-plugin-node-resolve": "^4.0.1",
197-
"rollup-plugin-replace": "^2.1.0",
196+
"rollup-plugin-node-resolve": "^4.2.4",
197+
"rollup-plugin-replace": "^2.2.0",
198198
"rollup-plugin-terser": "^4.0.4",
199-
"rollup-plugin-visualizer": "^1.0.2",
199+
"rollup-plugin-visualizer": "^1.1.1",
200200
"rollup-watch": "^4.3.1"
201201
},
202202
"peerDependencies": {},

src/index.js

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,24 @@ function createConfig(options = {}) {
154154
'lazy',
155155
'createRef',
156156
'memo',
157+
'error',
158+
'warn',
159+
'useCallback',
160+
'useContext',
161+
'useEffect',
162+
'useImperativeHandle',
163+
'useDebugValue',
164+
'useLayoutEffect',
165+
'useMemo',
166+
'useReducer',
167+
'useRef',
168+
'useState',
169+
'Fragment',
170+
'Profiler',
171+
'StrictMode',
172+
'Suspense',
173+
'version',
174+
'isValidelement',
157175
],
158176
'react-is': [
159177
'isValidElementType',

0 commit comments

Comments
 (0)