Skip to content

Commit

Permalink
bump dummy app addons
Browse files Browse the repository at this point in the history
  • Loading branch information
fran-worley committed Apr 7, 2020
1 parent 1b4f032 commit 7368abd
Show file tree
Hide file tree
Showing 3 changed files with 190 additions and 225 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"ember-wormhole": "^0.5.5"
},
"devDependencies": {
"@ember/jquery": "^0.6.1",
"@ember/jquery": "^1.1.0",
"@ember/optional-features": "^1.3.0",
"@glimmer/component": "^1.0.0",
"@glimmer/tracking": "^1.0.0",
Expand All @@ -54,15 +54,15 @@
"ember-cli-eslint": "^5.1.0",
"ember-cli-github-pages": "^0.2.2",
"ember-cli-inject-live-reload": "^2.0.2",
"ember-cli-less": "^2.0.1",
"ember-cli-mirage": "^1.1.0",
"ember-cli-less": "^2.0.4",
"ember-cli-mirage": "^1.1.6",
"ember-cli-release": "1.0.0-beta.2",
"ember-cli-sri": "^2.1.1",
"ember-cli-template-lint": "^2.0.2",
"ember-cli-uglify": "^3.0.0",
"ember-cli-yuidoc": "0.9.1",
"ember-code-snippet": "^3.0.0",
"ember-concurrency": "^1.0.0",
"ember-concurrency": "^1.1.7",
"ember-data": "^3.16.0",
"ember-disable-prototype-extensions": "^1.1.3",
"ember-export-application-global": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion tests/dummy/config/optional-features.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"application-template-wrapper": false,
"default-async-observers": true,
"jquery-integration": true,
"jquery-integration": false,
"template-only-glimmer-components": true
}
Loading

0 comments on commit 7368abd

Please sign in to comment.