Skip to content

Commit 81c6a5c

Browse files
committed
Upgrade dependencies
1 parent 799a8b9 commit 81c6a5c

File tree

3 files changed

+1098
-1182
lines changed

3 files changed

+1098
-1182
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,30 +30,30 @@
3030
"dependencies": {
3131
"async": "^2.1.4",
3232
"babel-runtime": "^6.9.2",
33-
"babylon": "v7.0.0-beta.14",
33+
"babylon": "v7.0.0-beta.17",
3434
"commander": "^2.9.0",
3535
"doctrine": "^2.0.0",
3636
"node-dir": "^0.1.10",
37-
"recast": "^0.11.5"
37+
"recast": "^0.12.6"
3838
},
3939
"devDependencies": {
4040
"babel-cli": "^6.9.0",
4141
"babel-eslint": "^7.0.0",
42-
"babel-jest": "^18.0.0",
42+
"babel-jest": "^20.0.3",
4343
"babel-plugin-transform-object-rest-spread": "^6.23.0",
4444
"babel-plugin-transform-runtime": "^6.9.0",
4545
"babel-preset-env": "^1.1.8",
4646
"babel-preset-flow": "^6.23.0",
4747
"cross-spawn": "^5.0.0",
48-
"eslint": "^3.2.2",
49-
"flow-bin": "^0.39.0",
50-
"jest": "^18.1.0",
48+
"eslint": "^4.3.0",
49+
"flow-bin": "^0.50.0",
50+
"jest": "^20.0.4",
5151
"rimraf": "^2.3.2",
5252
"temp": "^0.8.1"
5353
},
5454
"jest": {
5555
"setupTestFrameworkScriptFile": "<rootDir>/tests/setupTestFramework.js",
56-
"testPathDirs": [
56+
"roots": [
5757
"bin",
5858
"src"
5959
],

src/__tests__/__snapshots__/main-test.js.snap

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Jest Snapshot v1, https://goo.gl/fbAQLP
2+
13
exports[`main fixtures processes component "component_1.js" without errors 1`] = `
24
Object {
35
"description": "The is a component to test the document generation",
@@ -34,7 +36,7 @@ Object {
3436
"type": Object {
3537
"defaultValue": Object {
3638
"computed": false,
37-
"value": "\"primary\"",
39+
"value": "\\"primary\\"",
3840
},
3941
},
4042
},
@@ -218,7 +220,7 @@ Object {
218220
@returns {Object} currentTime
219221
@returns {int} currentTime.hour
220222
@returns {int} currentTime.minutes
221-
@returns {string} currentTime.ampm \"am\" or \"pm\"
223+
@returns {string} currentTime.ampm \\"am\\" or \\"pm\\"
222224
@returns {string} currentTime.dayOfWeek
223225
@returns {string} currentTime.month
224226
@returns {int} currentTime.date",
@@ -243,9 +245,9 @@ Object {
243245
],
244246
"props": Object {
245247
"title": Object {
246-
"description": "A text display current\'s user identity,
247-
\"Nobody\" if no one is detected in the background,
248-
\"Hi, ..name\" if an user is detected",
248+
"description": "A text display current's user identity,
249+
\\"Nobody\\" if no one is detected in the background,
250+
\\"Hi, ..name\\" if an user is detected",
249251
"required": false,
250252
"type": Object {
251253
"name": "string",

0 commit comments

Comments
 (0)