
This upgrades several Ember-CLI related packages, but does not change our Ember/Ember-Data versions (those will require code changes that are best handled in separate commits). In addition, Testem can now be dynamically configured, meaning we no longer need custom scripts to run as part of CI to set dynamic launcher configuration values based on PR status.
29 lines
685 B
JSON
29 lines
685 B
JSON
{
|
|
"name": "travis",
|
|
"dependencies": {
|
|
"ember": "2.2.1",
|
|
"ember-cli-shims": "0.1.1",
|
|
"ember-cli-test-loader": "0.2.2",
|
|
"ember-load-initializers": "0.1.7",
|
|
"ember-qunit": "0.4.16",
|
|
"ember-qunit-notifications": "0.1.0",
|
|
"jquery": "~1.11.3",
|
|
"loader.js": "^3.5.0",
|
|
"qunit": "~1.20.0",
|
|
"visibilityjs": "~1.2.1",
|
|
"JavaScript-MD5": "~1.1.0",
|
|
"moment": "~2.9.0",
|
|
"jquery-timeago": "~1.4.1",
|
|
"pusher": "~2.2.3",
|
|
"ember-resolver": "~0.1.20",
|
|
"pretender": "~0.12.0",
|
|
"lodash": "~3.7.0",
|
|
"Faker": "~3.0.0",
|
|
"ceibo": "1.0.0"
|
|
},
|
|
"resolutions": {
|
|
"ember": "2.2.1",
|
|
"ember-qunit-notifications": "0.1.0"
|
|
}
|
|
}
|