Skip to content

Commit d37c044

Browse files
committed
upgrade packages, upgrade jest config, upgrade lerna, upgrade snapshots
1 parent 488da2a commit d37c044

File tree

13 files changed

+1130
-752
lines changed

13 files changed

+1130
-752
lines changed

jest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
"collectCoverageFrom": [
2727
"**/**/*.js"
2828
],
29-
"testPathDirs": [
29+
"roots": [
3030
"generator/src",
3131
"create-graphql/src"
3232
],
3333
"rootDir": "./packages/",
3434
"verbose": true
35-
}
35+
}

lerna.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"lerna": "2.0.0-beta.35",
2+
"lerna": "2.0.0-beta.38",
33
"version": "1.1.16",
44
"changelog": {
55
"repo": "lucasbento/create-graphql",
@@ -11,5 +11,8 @@
1111
"documentation": ":memo: Documentation",
1212
"internal": ":house: Internal"
1313
}
14-
}
14+
},
15+
"packages": [
16+
"packages/*"
17+
]
1518
}

package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,24 @@
66
"url": "https://github.com/lucasbento"
77
},
88
"devDependencies": {
9-
"babel-cli": "^6.22.2",
10-
"babel-core": "^6.22.1",
11-
"babel-eslint": "^7.1.1",
12-
"babel-jest": "^18.0.0",
9+
"babel-cli": "^6.24.0",
10+
"babel-core": "^6.24.0",
11+
"babel-eslint": "^7.2.1",
12+
"babel-jest": "^19.0.0",
1313
"babel-plugin-add-module-exports": "^0.2.1",
1414
"babel-plugin-rewire": "^1.0.0",
15-
"babel-preset-es2015": "^6.22.0",
15+
"babel-preset-es2015": "^6.24.0",
1616
"babel-preset-stage-0": "^6.22.0",
1717
"chokidar": "^1.6.1",
18-
"eslint": "^3.14.1",
19-
"eslint-config-airbnb": "^14.0.0",
18+
"eslint": "^3.19.0",
19+
"eslint-config-airbnb": "^14.1.0",
2020
"eslint-plugin-import": "^2.2.0",
21-
"fs-extra": "^2.0.0",
22-
"jest": "^18.1.0",
23-
"jest-cli": "^18.1.0",
24-
"lerna": "2.0.0-beta.35",
25-
"lerna-changelog": "^0.3.0",
26-
"rimraf": "^2.5.4",
21+
"fs-extra": "^2.1.2",
22+
"jest": "^19.0.2",
23+
"jest-cli": "^19.0.2",
24+
"lerna": "2.0.0-beta.38",
25+
"lerna-changelog": "^0.4.0",
26+
"rimraf": "^2.6.1",
2727
"yeoman-assert": "^3.0.0",
2828
"yeoman-test": "^1.6.0"
2929
},

packages/create-graphql/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"chalk": "^1.1.3",
1717
"commander": "^2.9.0",
1818
"cross-spawn": "^5.0.1",
19-
"cross-spawn-promise": "^0.9.1",
20-
"ora": "^0.4.0",
19+
"cross-spawn-promise": "^0.10.1",
20+
"ora": "^1.2.0",
2121
"shelljs": "^0.7.5",
2222
"yeoman-generator": "^0.24.1",
2323
"yo": "^1.8.5"

0 commit comments

Comments
 (0)