Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
guigrpa committed Jan 24, 2017
1 parent be1f0b8 commit 96f984f
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 300 deletions.
10 changes: 5 additions & 5 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const specs = {
// Static analysis
lint: 'eslint src',
flow: 'flow check || exit 0',
xxl: "xxl --src \"[\\\"src\\\"]\"",
xxl: "xxl --src src",

// Testing - general
jest: 'jest --watch --coverage',
Expand Down Expand Up @@ -122,7 +122,7 @@ const specs = {
devDependencies: {
storyboard: '^2.3.1',
'isomorphic-fetch': '2.2.1',
'xxl': '^0.1.1',
'xxl': '^1.0.0',
'cross-env': '3.1.3',

// Babel (except babel-eslint)
Expand All @@ -134,7 +134,7 @@ const specs = {
'babel-preset-react': '6.16.0',

// Linting
'eslint': '3.12.2',
'eslint': '3.14.0',
'eslint-config-airbnb': '13.0.0',
'eslint-plugin-flowtype': '2.29.1',
'eslint-plugin-import': '2.2.0',
Expand All @@ -143,7 +143,7 @@ const specs = {
'babel-eslint': '7.1.1',

// Documentation
'extract-docs': '^1.2.0',
'extract-docs': '^1.4.0',

// Testing
'jest': '18.0.0',
Expand All @@ -155,7 +155,7 @@ const specs = {
coveralls: '2.11.15',

// Other tools
'flow-bin': '0.37.0',
'flow-bin': '0.38.0',
'flow-copy-source': '1.1.0',
},

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"travis": "npm run compile && npm run test",
"lint": "eslint src",
"flow": "flow check || exit 0",
"xxl": "xxl --src \"[\\\"src\\\"]\"",
"xxl": "xxl --src src",
"jest": "jest --watch --coverage",
"jest-html": "jest-html --snapshot-patterns \"src/**/*.snap\"",
"test": "npm run testCovFull",
Expand Down Expand Up @@ -63,21 +63,21 @@
"babel-preset-stage-0": "6.16.0",
"coveralls": "2.11.15",
"cross-env": "3.1.3",
"eslint": "3.12.2",
"eslint": "3.14.0",
"eslint-config-airbnb": "13.0.0",
"eslint-plugin-flowtype": "2.29.1",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "2.2.3",
"eslint-plugin-react": "6.8.0",
"extract-docs": "^1.2.0",
"flow-bin": "0.37.0",
"extract-docs": "^1.4.0",
"flow-bin": "0.38.0",
"flow-copy-source": "1.1.0",
"isomorphic-fetch": "2.2.1",
"jest": "18.0.0",
"jest-html": "^1.3.3",
"nyc": "10.0.0",
"storyboard": "^2.3.1",
"xxl": "^0.1.1"
"xxl": "^1.0.0"
},
"jest": {
"testRegex": "src/.*__tests__/.*\\.(test|spec)\\.(js|jsx)$",
Expand Down

0 comments on commit 96f984f

Please sign in to comment.