Skip to content

Commit 7b411f7

Browse files
Bump deps (#70)
* Bump some deps * Remove empty relationships
1 parent 62e08c9 commit 7b411f7

File tree

7 files changed

+547
-264
lines changed

7 files changed

+547
-264
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ install:
2626

2727
script:
2828
- yarn lint:js
29-
- yarn run test
29+
- yarn test

node-tests/fixtures/basic-class/output.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -215,11 +215,6 @@
215215
}
216216
],
217217
"parentClassId": null
218-
},
219-
"relationships": {
220-
"parentClass": {
221-
"data": null
222-
}
223218
}
224219
}
225220
]

node-tests/fixtures/basic-component/output.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,6 @@
162162
"description": ""
163163
}
164164
]
165-
},
166-
"relationships": {
167-
"parentClass": {
168-
"data": null
169-
}
170165
}
171166
}
172167
]

node-tests/fixtures/basic-module/output.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,6 @@
141141
"methods": [],
142142
"accessors": [],
143143
"parentClassId": null
144-
},
145-
"relationships": {
146-
"parentClass": {
147-
"data": null
148-
}
149144
}
150145
}
151146
]

node-tests/fixtures/index-module/output.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,6 @@
4343
"methods": [],
4444
"accessors": [],
4545
"parentClassId": null
46-
},
47-
"relationships": {
48-
"parentClass": {
49-
"data": null
50-
}
5146
}
5247
}
5348
]

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,26 +22,26 @@
2222
"dependencies": {
2323
"broccoli-caching-writer": "^3.0.3",
2424
"ember-cli-babel": "^7.7.3",
25-
"fs-extra": "^5.0.0",
26-
"json-api-serializer": "^1.11.0",
27-
"lodash": "^4.17.5",
25+
"fs-extra": "^9.0.1",
26+
"json-api-serializer": "^2.6.0",
27+
"lodash": "^4.17.20",
2828
"yuidocjs": "^0.10.2"
2929
},
3030
"devDependencies": {
3131
"@ember/optional-features": "^0.7.0",
32-
"babel-eslint": "^8.2.2",
32+
"babel-eslint": "^10.1.0",
3333
"broccoli-asset-rev": "^3.0.0",
3434
"chai": "^4.1.2",
3535
"ember-cli": "~3.12.0",
3636
"ember-cli-dependency-checker": "^3.1.0",
3737
"ember-cli-eslint": "^5.1.0",
3838
"ember-cli-htmlbars": "^3.0.1",
39-
"ember-cli-htmlbars-inline-precompile": "^2.1.0",
40-
"ember-cli-inject-live-reload": "^1.8.2",
39+
"ember-cli-htmlbars-inline-precompile": "^3.0.1",
40+
"ember-cli-inject-live-reload": "^2.0.2",
4141
"ember-cli-sri": "^2.1.1",
4242
"ember-cli-uglify": "^3.0.0",
4343
"ember-disable-prototype-extensions": "^1.1.3",
44-
"ember-export-application-global": "^2.0.0",
44+
"ember-export-application-global": "^2.0.1",
4545
"ember-load-initializers": "^2.0.0",
4646
"ember-maybe-import-regenerator": "^0.1.6",
4747
"ember-resolver": "^5.0.1",
@@ -51,7 +51,7 @@
5151
"eslint-plugin-ember": "^6.2.0",
5252
"eslint-plugin-node": "^11.1.0",
5353
"loader.js": "^4.7.0",
54-
"mocha": "^5.0.1"
54+
"mocha": "^8.2.0"
5555
},
5656
"engines": {
5757
"node": "8.* || >= 10.*"

0 commit comments

Comments
 (0)