Skip to content

Commit

Permalink
chore: Update more development dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanVann committed Jul 3, 2019
1 parent fa62474 commit ba958f2
Show file tree
Hide file tree
Showing 3 changed files with 462 additions and 526 deletions.
12 changes: 7 additions & 5 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ module.exports = {
es6: true,
},
plugins: ['jest'],
overrides: {
files: 'src/**/*.test.js',
env: {
'jest/globals': true,
overrides: [
{
files: 'src/**/*.test.js',
env: {
'jest/globals': true,
},
},
},
],
extends: [
'eslint:recommended',
'plugin:prettier/recommended',
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,23 +37,23 @@
}
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/core": "^7.4.5",
"@semantic-release/changelog": "^3.0.4",
"@semantic-release/commit-analyzer": "^6.2.0",
"@semantic-release/git": "^7.0.16",
"@semantic-release/npm": "^5.1.13",
"@semantic-release/release-notes-generator": "^7.2.1",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.7.1",
"babel-eslint": "^10.0.2",
"babel-jest": "^24.8.0",
"commitizen": "^3.1.1",
"cz-conventional-changelog": "^2.1.0",
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.1.0",
"eslint": "^6.0.1",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-jest": "^22.7.1",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.2",
"jest": "^24.7.1",
"metro-react-native-babel-preset": "^0.53.1",
"jest": "^24.8.0",
"metro-react-native-babel-preset": "^0.54.1",
"prettier": "^1.18.2",
"prettier-check": "^2.0.0",
"prop-types": "^15.7.2",
Expand Down
Loading

0 comments on commit ba958f2

Please sign in to comment.