Skip to content

Commit

Permalink
chore: Update dependencies (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
taion authored Mar 20, 2019
1 parent 971be58 commit 8e66fd8
Show file tree
Hide file tree
Showing 5 changed files with 1,623 additions and 1,858 deletions.
12 changes: 5 additions & 7 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
{
"presets": [
["env", {
"loose": true
}],
"stage-1",
"react"
["@4c", {
"runtime": true,
"corejs": 2,
"targets": {}
}]
],
"plugins": [
"dev-expression",
"transform-runtime", // Need stage-3 Symbol polyfill.
"add-module-exports"
]
}
26 changes: 11 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
"resetMocks": true,
"restoreMocks": true,
"setupFiles": [
"babel-polyfill",
"<rootDir>/test/setup.js"
]
},
Expand All @@ -75,7 +74,7 @@
},
"homepage": "https://github.com/relay-tools/found-relay#readme",
"dependencies": {
"babel-runtime": "^6.26.0",
"@babel/runtime-corejs2": "^7.4.0",
"is-promise": "^2.1.0",
"lodash": "^4.17.11",
"prop-types": "^15.7.2",
Expand All @@ -87,34 +86,31 @@
"react-relay": "^2.0.0 || ^3.0.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"@4c/babel-preset": "^5.0.4",
"@babel/cli": "^7.2.3",
"@babel/core": "^7.4.0",
"@babel/node": "^7.2.2",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"babel-jest": "^24.5.0",
"babel-plugin-add-module-exports": "^1.0.0",
"babel-plugin-dev-expression": "^0.2.1",
"babel-plugin-relay": "^3.0.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"codecov": "^3.2.0",
"delay": "^4.1.0",
"doctoc": "^1.4.0",
"eslint": "^5.15.3",
"eslint-config-4catalyzer-jest": "^1.2.0",
"eslint-config-4catalyzer-react": "^0.9.2",
"eslint-config-4catalyzer-jest": "^1.2.1",
"eslint-config-4catalyzer-react": "^0.9.3",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jest": "^22.4.1",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"farce": "^0.2.7",
"found": "^0.4.0-alpha.4",
"farce": "^0.2.8",
"found": "^0.4.0-alpha.9",
"graphql": "^14.1.1",
"husky": "^1.3.1",
"jest": "^23.6.0",
"jest": "^24.5.0",
"lint-staged": "^8.1.5",
"p-defer": "^2.0.0",
"prettier": "^1.16.4",
Expand Down
6 changes: 1 addition & 5 deletions test/.babelrc
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"presets": [
["env", {
"loose": true
}],
"stage-1",
"react"
"@4c"
],
"plugins": [
"relay"
Expand Down
5 changes: 1 addition & 4 deletions test/fixtures/.babelrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"presets": [
["env", {
"loose": true
}],
"stage-1"
"@4c"
]
}
Loading

0 comments on commit 8e66fd8

Please sign in to comment.