Skip to content

Commit 4aad1dd

Browse files
danezfkling
authored andcommitted
Update dependencies and add yarn.lock (#144)
* Update dependencies and add yarn.lock * Add node 6 and 7
1 parent 30f3428 commit 4aad1dd

File tree

3 files changed

+3472
-8
lines changed

3 files changed

+3472
-8
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sudo: required
22
language: node_js
33
node_js:
4-
- 4
5-
- 5
6-
- stable
4+
- "4"
5+
- "6"
6+
- "7"
77
script: npm run check

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,23 +32,23 @@
3232
"babel-runtime": "^6.9.2",
3333
"babylon": "~5.8.3",
3434
"commander": "^2.9.0",
35-
"doctrine": "^1.2.0",
35+
"doctrine": "^2.0.0",
3636
"node-dir": "^0.1.10",
3737
"recast": "^0.11.5"
3838
},
3939
"devDependencies": {
4040
"babel-cli": "^6.9.0",
4141
"babel-eslint": "^7.0.0",
42-
"babel-jest": "^16.0.0",
42+
"babel-jest": "^17.0.2",
4343
"babel-plugin-syntax-flow": "^6.8.0",
4444
"babel-plugin-transform-flow-strip-types": "^6.8.0",
4545
"babel-plugin-transform-runtime": "^6.9.0",
4646
"babel-preset-es2015": "^6.9.0",
4747
"babel-preset-stage-1": "^6.5.0",
48-
"cross-spawn": "^4.0.0",
48+
"cross-spawn": "^5.0.0",
4949
"eslint": "^3.2.2",
50-
"flow-bin": "^0.33.0",
51-
"jest": "^16.0.1",
50+
"flow-bin": "^0.37.0",
51+
"jest": "^17.0.3",
5252
"rimraf": "^2.3.2",
5353
"temp": "^0.8.1"
5454
},

0 commit comments

Comments
 (0)