Skip to content

Commit

Permalink
all: updating package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
maxott committed Jan 28, 2020
1 parent 13467fb commit 43f8aee
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/real-time-charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"react-redux": "^7.1.0"
},
"devDependencies": {
"babel-eslint": "10.0.2",
"babel-eslint": "^10.0.2",
"eslint": "^6.1.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.18.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,5 @@
"loose-envify"
]
},
"gitHead": "4322a139ec06c78792595539f7be4d3b4b81f3ca"
"gitHead": "13467fb7c884ddc332aca59459d744d5f777a4ba"
}
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@
"x-prepublishOnly": "npm run build",
"x-prepublish": "yarn run lint && yarn run test && yarn run build"
},
"gitHead": "4322a139ec06c78792595539f7be4d3b4b81f3ca"
"gitHead": "13467fb7c884ddc332aca59459d744d5f777a4ba"
}
2 changes: 1 addition & 1 deletion packages/material/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,5 @@
"loose-envify"
]
},
"gitHead": "4322a139ec06c78792595539f7be4d3b4b81f3ca"
"gitHead": "13467fb7c884ddc332aca59459d744d5f777a4ba"
}
4 changes: 2 additions & 2 deletions packages/recharts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@babel/plugin-transform-runtime": "^7.5.0",
"@babel/preset-env": "^7.5.0",
"babel-core": "^6.23.0",
"babel-eslint": "^10.0.2",
"babel-eslint": "10.0.3",
"babel-jest": "^24.9.0",
"codecov": "^3.5.0",
"cross-env": "^5.2.0",
Expand Down Expand Up @@ -90,5 +90,5 @@
"x-prepublishOnly": "npm run build",
"x-prepublish": "yarn run lint && yarn run test && yarn run build"
},
"gitHead": "c2459c308dbfd376545b3682bba4b5c487fd5599"
"gitHead": "13467fb7c884ddc332aca59459d744d5f777a4ba"
}

0 comments on commit 43f8aee

Please sign in to comment.