Skip to content

Commit

Permalink
Upgrade to ember 3.22 (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkusa authored Nov 10, 2020
1 parent ed7bb5d commit b227719
Show file tree
Hide file tree
Showing 3 changed files with 1,294 additions and 1,137 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
},
"devDependencies": {
"@ember/optional-features": "^2.0.0",
"@glimmer/component": "^1.0.1",
"@glimmer/tracking": "^1.0.1",
"@glimmer/component": "^1.0.2",
"@glimmer/tracking": "^1.0.2",
"babel-eslint": "^10.1.0",
"broccoli-asset-rev": "^3.0.0",
"ember-angle-bracket-invocation-polyfill": "^2.0.2",
"ember-cli": "~3.21.2",
"ember-cli": "~3.22.0",
"ember-cli-dependency-checker": "^3.2.0",
"ember-cli-fastboot": "^2.0.4",
"ember-cli-fastboot-testing": "^0.4.0",
Expand All @@ -41,20 +41,20 @@
"ember-named-arguments-polyfill": "^1.0.0",
"ember-qunit": "^4.6.0",
"ember-resolver": "^8.0.2",
"ember-source": "~3.21.1",
"ember-source": "~3.22.0",
"ember-source-channel-url": "^3.0.0",
"ember-template-lint": "^2.11.0",
"ember-template-lint": "^2.14.0",
"ember-try": "^1.4.0",
"eslint": "^7.8.0",
"eslint-plugin-ember": "^9.0.0",
"eslint": "^7.11.0",
"eslint-plugin-ember": "^9.3.0",
"eslint-plugin-node": "^11.1.0",
"highlight.js": "^10.2.0",
"husky": "^4.2.1",
"loader.js": "^4.7.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.2",
"pretty-quick": "^3.0.2",
"qunit-dom": "^1.4.0",
"qunit-dom": "^1.5.0",
"sass": "^1.22.1",
"uuid": "^8.3.0"
},
Expand Down
7 changes: 2 additions & 5 deletions tests/dummy/config/ember-cli-update.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,14 @@
"packages": [
{
"name": "ember-cli",
"version": "3.21.2",
"version": "3.22.0",
"blueprints": [
{
"name": "addon",
"outputRepo": "https://github.com/ember-cli/ember-addon-output",
"codemodsSource": "ember-addon-codemods-manifest@1",
"isBaseBlueprint": true,
"options": [
"--yarn",
"--no-welcome"
]
"options": ["--yarn", "--no-welcome"]
}
]
}
Expand Down
Loading

0 comments on commit b227719

Please sign in to comment.