Skip to content

Commit

Permalink
[BUGFIX beta] Update various dependencies to current versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Oct 12, 2017
1 parent 0422fd9 commit 8781e2a
Show file tree
Hide file tree
Showing 2 changed files with 247 additions and 281 deletions.
40 changes: 19 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"author": "",
"license": "MIT",
"dependencies": {
"amd-name-resolver": "0.0.7",
"babel-plugin-ember-modules-api-polyfill": "^1.4.2",
"amd-name-resolver": "^1.0.0",
"babel-plugin-ember-modules-api-polyfill": "^2.1.0",
"babel-plugin-feature-flags": "^0.3.1",
"babel-plugin-filter-imports": "^0.3.1",
"babel-plugin-transform-es2015-block-scoping": "^6.24.1",
Expand All @@ -30,19 +30,19 @@
"broccoli-babel-transpiler": "^6.0.0",
"broccoli-debug": "^0.6.2",
"broccoli-file-creator": "^1.0.0",
"broccoli-funnel": "^1.2.0",
"broccoli-funnel": "^2.0.1",
"broccoli-merge-trees": "^2.0.0",
"broccoli-rollup": "^1.2.0",
"calculate-cache-key-for-tree": "^1.1.0",
"chalk": "^1.1.1",
"chalk": "^2.1.0",
"ember-cli-babel": "^6.8.2",
"ember-cli-path-utils": "^1.0.0",
"ember-cli-string-utils": "^1.0.0",
"ember-cli-test-info": "^1.0.0",
"ember-cli-version-checker": "^1.1.4",
"ember-cli-version-checker": "^2.1.0",
"ember-inflector": "^2.0.0",
"ember-runtime-enumerable-includes-polyfill": "^2.0.0",
"exists-sync": "0.0.3",
"exists-sync": "0.0.4",
"git-repo-info": "^1.1.2",
"heimdalljs": "^0.3.0",
"inflection": "^1.8.0",
Expand All @@ -67,15 +67,14 @@
"broccoli-stew": "^1.4.2",
"broccoli-string-replace": "^0.1.1",
"broccoli-test-helper": "^1.2.0",
"broccoli-uglify-sourcemap": "^1.0.1",
"broccoli-yuidoc": "^2.1.0",
"broccoli-uglify-sourcemap": "^2.0.0",
"broccoli-yuidoc": "^3.0.0",
"co": "^4.6.0",
"common-tags": "^1.4.0",
"ember-ajax": "^2.4.1",
"ember-cli": "^2.11.1",
"ember-cli-app-version": "^3.0.0",
"ember-cli-blueprint-test-helpers": "0.11.0",
"ember-cli-dependency-checker": "^1.3.0",
"ember-cli-dependency-checker": "^2.0.1",
"ember-cli-eslint": "1.3.0",
"ember-cli-htmlbars": "^2.0.1",
"ember-cli-htmlbars-inline-precompile": "^0.4.3",
Expand All @@ -86,29 +85,28 @@
"ember-cli-release": "^0.2.9",
"ember-cli-shims": "^1.0.2",
"ember-cli-sri": "^2.1.0",
"ember-cli-test-loader": "^1.1.0",
"ember-cli-test-loader": "^2.2.0",
"ember-cli-uglify": "^1.2.0",
"ember-dev": "emberjs/ember-dev#bcfb9c3487ec2fd58b932394a15ce16fd9cf7eed",
"ember-disable-prototype-extensions": "^1.1.0",
"ember-disable-proxy-controllers": "^1.0.0",
"ember-export-application-global": "^1.0.5",
"ember-load-initializers": "^0.6.0",
"ember-export-application-global": "^2.0.0",
"ember-load-initializers": "^1.0.0",
"ember-publisher": "0.0.7",
"ember-resolver": "^4.1.0",
"ember-source": "~2.11.0",
"ember-watson": "^0.7.0",
"express": "^4.14.0",
"faker": "^3.1.0",
"faker": "^4.1.0",
"github": "^1.1.1",
"glob": "5.0.13",
"glob": "^7.1.2",
"heimdall-query": "^0.0.5",
"json-api-mock-server": "0.1.1",
"json-api-mock-server": "^0.1.2",
"loader.js": "^4.5.0",
"mocha": "2.4.5",
"mocha-only-detector": "0.0.2",
"mocha": "^4.0.1",
"mocha-only-detector": "0.1.0",
"morgan": "^1.7.0",
"rimraf": "2.5.2",
"rsvp": "4.7.0",
"rimraf": "^2.6.2",
"rsvp": "^4.7.0",
"testem": "^1.15.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 8781e2a

Please sign in to comment.