Skip to content

Commit d22d480

Browse files
authored
Merge branch 'master' into label-has-for-update
2 parents d2fbea5 + 6076fe5 commit d22d480

File tree

4 files changed

+24
-4105
lines changed

4 files changed

+24
-4105
lines changed

.gitignore

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
node_modules
2-
reports
3-
npm-debug.log
1+
.DS_Store
42
coverage
53
lib
6-
.DS_Store
4+
node_modules
5+
npm-debug.log
6+
package-lock.json
7+
reports
78
yarn-error.log
9+
yarn.lock

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
registry = "https://registry.yarnpkg.com"
2+
package-lock=false

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -29,35 +29,35 @@
2929
"test": "jest --coverage __tests__/**/*"
3030
},
3131
"devDependencies": {
32-
"babel-cli": "^6.14.0",
33-
"babel-core": "^6.14.0",
34-
"babel-eslint": "^7.0.0",
35-
"babel-jest": "^20.0.0",
32+
"babel-cli": "^6.24.1",
33+
"babel-core": "^6.25.0",
34+
"babel-eslint": "^7.2.3",
35+
"babel-jest": "^20.0.3",
3636
"babel-plugin-transform-es2015-template-literals": "^6.22.0",
37-
"babel-plugin-transform-flow-strip-types": "^6.21.0",
38-
"babel-plugin-transform-object-rest-spread": "^6.20.2",
39-
"babel-polyfill": "^6.16.0",
40-
"babel-preset-es2015": "^6.14.0",
41-
"coveralls": "^2.11.8",
42-
"eslint": "^3.12.2",
43-
"eslint-config-airbnb-base": "^11.0.0",
44-
"eslint-plugin-flowtype": "^2.32.1",
45-
"eslint-plugin-import": "^2.2.0",
37+
"babel-plugin-transform-flow-strip-types": "^6.22.0",
38+
"babel-plugin-transform-object-rest-spread": "^6.23.0",
39+
"babel-polyfill": "^6.23.0",
40+
"babel-preset-es2015": "^6.24.1",
41+
"coveralls": "^2.13.1",
42+
"eslint": "^3.19.0",
43+
"eslint-config-airbnb-base": "^11.2.0",
44+
"eslint-plugin-flowtype": "^2.34.0",
45+
"eslint-plugin-import": "^2.3.0",
4646
"expect": "^1.20.2",
4747
"flow-bin": "^0.47.0",
48-
"jest": "^20.0.0",
48+
"jest": "^20.0.4",
4949
"jscodeshift": "^0.3.30",
5050
"minimist": "^1.2.0",
5151
"object.assign": "^4.0.4",
52-
"rimraf": "^2.5.2",
52+
"rimraf": "^2.6.1",
5353
"to-ast": "^1.0.0"
5454
},
5555
"engines": {
5656
"node": ">=4.0"
5757
},
5858
"license": "MIT",
5959
"dependencies": {
60-
"aria-query": "^0.5.0",
60+
"aria-query": "^0.7.0",
6161
"array-includes": "^3.0.3",
6262
"ast-types-flow": "0.0.7",
6363
"axobject-query": "^0.1.0",
@@ -66,7 +66,7 @@
6666
"jsx-ast-utils": "^1.4.0"
6767
},
6868
"peerDependencies": {
69-
"eslint": "^2.10.2 || 3.x"
69+
"eslint": "^2.10.2 || ^3 || ^4"
7070
},
7171
"jest": {
7272
"coverageReporters": [

0 commit comments

Comments
 (0)