Skip to content

Commit

Permalink
Update dependencies and fix core-js error on node 8
Browse files Browse the repository at this point in the history
  • Loading branch information
torifat committed Sep 13, 2018
1 parent a887ffe commit 1d9de55
Show file tree
Hide file tree
Showing 3 changed files with 157 additions and 157 deletions.
7 changes: 2 additions & 5 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,12 @@
"targets": {
"node": "8"
},
"useBuiltIns": "usage",
"useBuiltIns": false,
"loose": true
}
]
],
"plugins": [
"@babel/syntax-object-rest-spread",
"add-module-exports"
],
"plugins": ["@babel/syntax-object-rest-spread", "add-module-exports"],
"ignore": ["**/__tests__", "**/__fixtures__", "node_modules"]
},
"legacy": {
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,21 @@
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "7.0.0",
"@babel/core": "7.0.1",
"@babel/plugin-syntax-object-rest-spread": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-flow": "7.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.4.2",
"babel-plugin-add-module-exports": "^0.2.1",
"codecov": "^3.0.4",
"eslint": "^5.4.0",
"babel-jest": "^23.6.0",
"babel-plugin-add-module-exports": "^1.0.0",
"codecov": "^3.1.0",
"eslint": "^5.5.0",
"eslint-config-prettier": "^3.0.1",
"eslint-plugin-jest": "^21.22.0",
"flow-bin": "^0.79.1",
"flow-bin": "^0.80.0",
"husky": "^0.14.3",
"jest": "^23.5.0",
"jest": "^23.6.0",
"jest-fixtures": "^0.6.0",
"prettier": "^1.14.2",
"pretty-quick": "^1.6.0"
Expand Down
Loading

0 comments on commit 1d9de55

Please sign in to comment.