Skip to content

Commit

Permalink
build: update to ember ~3.25
Browse files Browse the repository at this point in the history
  • Loading branch information
jkusa committed Apr 15, 2021
1 parent d1da613 commit 860e949
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 29 deletions.
32 changes: 16 additions & 16 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,22 @@ module.exports = async function () {
},
},
},
{
name: 'ember-beta',
npm: {
devDependencies: {
'ember-source': await getChannelURL('beta'),
},
},
},
{
name: 'ember-canary',
npm: {
devDependencies: {
'ember-source': await getChannelURL('canary'),
},
},
},
// {
// name: 'ember-beta',
// npm: {
// devDependencies: {
// 'ember-source': await getChannelURL('beta'),
// },
// },
// },
// {
// name: 'ember-canary',
// npm: {
// devDependencies: {
// 'ember-source': await getChannelURL('canary'),
// },
// },
// },
{
name: 'ember-default-with-jquery',
env: {
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"denali-css": "^2.3.0",
"denali-icon-font": "^1.7.0",
"ember-arg-types": "^0.2.1",
"ember-cli-babel": "^7.23.0",
"ember-cli-htmlbars": "^5.3.1",
"ember-cli-babel": "^7.23.1",
"ember-cli-htmlbars": "^5.3.2",
"ember-composable-helpers": "^4.3.0",
"ember-truth-helpers": "^3.0.0"
},
Expand All @@ -48,7 +48,7 @@
"@commitlint/config-conventional": "^11.0.0",
"@commitlint/prompt-cli": "^11.0.0",
"@ember/optional-features": "^2.0.0",
"@ember/test-helpers": "^2.1.4",
"@ember/test-helpers": "^2.2.0",
"@storybook/addon-essentials": "^6.1.21",
"@storybook/addon-knobs": "^6.1.21",
"@storybook/addon-storysource": "^6.1.21",
Expand All @@ -61,7 +61,7 @@
"babel-plugin-htmlbars-inline-precompile": "^4.2.0",
"broccoli-asset-rev": "^3.0.0",
"core-js": "^3.6.5",
"ember-cli": "~3.24.0",
"ember-cli": "~3.25.3",
"ember-cli-dependency-checker": "^3.2.0",
"ember-cli-inject-live-reload": "^2.0.2",
"ember-cli-sass": "^10.0.1",
Expand All @@ -71,25 +71,25 @@
"ember-export-application-global": "^2.0.1",
"ember-load-initializers": "^2.1.2",
"ember-maybe-import-regenerator": "^0.1.6",
"ember-page-title": "^6.0.3",
"ember-page-title": "^6.2.1",
"ember-power-select": "^4.1.0",
"ember-qunit": "^5.1.1",
"ember-qunit": "^5.1.2",
"ember-resolver": "^8.0.2",
"ember-source": "~3.24.0",
"ember-source": "~3.25.1",
"ember-source-channel-url": "^3.0.0",
"ember-template-lint": "^2.15.0",
"ember-template-lint": "^2.18.1",
"ember-try": "^1.4.0",
"eslint": "^7.17.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-ember": "^10.1.1",
"eslint": "^7.20.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-ember": "^10.2.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.3.1",
"husky": "^4.2.5",
"loader.js": "^4.7.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.2.1",
"pretty-quick": "^2.0.1",
"qunit": "^2.13.0",
"qunit": "^2.14.0",
"qunit-dom": "^1.6.0",
"sass": "^1.25.0",
"semantic-release": "^17.3.1"
Expand Down
2 changes: 1 addition & 1 deletion tests/dummy/config/ember-cli-update.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
{
"name": "ember-cli",
"version": "3.24.0",
"version": "3.25.3",
"blueprints": [
{
"name": "addon",
Expand Down

0 comments on commit 860e949

Please sign in to comment.