Skip to content

Commit ca8b612

Browse files
graingertmagopian
authored andcommitted
remove setimmediate, rely on babel-plugin-transform-runtime instead
1 parent 786df5d commit ca8b612

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@
4545
"babel-runtime": "^6.26.0",
4646
"core-js": "^2.5.7",
4747
"lodash.topath": "^4.5.2",
48-
"prop-types": "^15.5.8",
49-
"setimmediate": "^1.0.5"
48+
"prop-types": "^15.5.8"
5049
},
5150
"devDependencies": {
5251
"atob": "^2.0.3",

src/utils.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import React from "react";
2-
import "setimmediate";
32
import validateFormData from "./validate";
43
import fill from "core-js/library/fn/array/fill";
54

0 commit comments

Comments
 (0)