Skip to content

Commit

Permalink
Move to ember-cli@5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
onechiporenko committed Mar 11, 2024
1 parent 8a1764c commit 29c6f46
Show file tree
Hide file tree
Showing 3 changed files with 1,489 additions and 617 deletions.
26 changes: 13 additions & 13 deletions package.json
Expand Up @@ -44,7 +44,7 @@
"nodetest": "mocha node-tests --recursive"
},
"dependencies": {
"@babel/core": "^7.23.7",
"@babel/core": "^7.24.0",
"@embroider/macros": "^1.8.0",
"@embroider/util": "^1.12.0",
"chalk": "^4.1.1",
Expand All @@ -62,12 +62,12 @@
"tracked-built-ins": "^3.1.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.23.3",
"@babel/plugin-proposal-decorators": "^7.23.7",
"@ember/optional-features": "^2.0.0",
"@babel/eslint-parser": "^7.23.10",
"@babel/plugin-proposal-decorators": "^7.24.0",
"@ember/optional-features": "^2.1.0",
"@ember/render-modifiers": "^2.0.4",
"@ember/string": "^3.1.1",
"@ember/test-helpers": "^3.2.1",
"@ember/test-helpers": "^3.3.0",
"@embroider/test-setup": "^3.0.3",
"@faker-js/faker": "6.3.1",
"@fortawesome/ember-fontawesome": "^2.0.0",
Expand Down Expand Up @@ -114,7 +114,7 @@
"concurrently": "^8.2.2",
"coveralls": "^3.0.9",
"ember-a11y-testing": "^6.1.0",
"ember-cli": "~5.6.0",
"ember-cli": "~5.7.0",
"ember-cli-blueprint-test-helpers": "^0.19.2",
"ember-cli-clean-css": "^3.0.0",
"ember-cli-code-coverage": "^1.0.3",
Expand All @@ -131,27 +131,27 @@
"ember-load-initializers": "^2.1.2",
"ember-maybe-import-regenerator": "^0.1.6",
"ember-models-table-floating-filter": "1.5.0",
"ember-page-title": "^8.2.0",
"ember-page-title": "^8.2.2",
"ember-prism": "^0.13.0",
"ember-qunit": "^8.0.2",
"ember-resolver": "^11.0.1",
"ember-source": "~5.6.0",
"ember-source": "~5.7.0",
"ember-source-channel-url": "^3.0.0",
"ember-template-lint": "^5.13.0",
"ember-try": "^3.0.0",
"ember-welcome-page": "^7.0.2",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-ember": "^11.12.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-qunit": "^8.0.1",
"eslint-plugin-qunit": "^8.1.1",
"lcov-result-merger": "^3.1.0",
"loader.js": "^4.7.0",
"miragejs": "^0.1.43",
"mocha": "^10.0.0",
"prettier": "^3.2.4",
"qunit": "^2.20.0",
"prettier": "^3.2.5",
"qunit": "^2.20.1",
"qunit-dom": "^2.0.0",
"sass": "^1.58.3",
"stylelint": "^15.11.0",
Expand All @@ -160,7 +160,7 @@
"typedoc": "0.25.7",
"typedoc-plugin-rename-defaults": "0.7.0",
"typescript": "^5.0.4",
"webpack": "^5.89.0"
"webpack": "^5.90.3"
},
"peerDependencies": {
"ember-source": ">= 4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/dummy/config/ember-cli-update.json
Expand Up @@ -3,7 +3,7 @@
"packages": [
{
"name": "ember-cli",
"version": "5.6.0",
"version": "5.7.0",
"blueprints": [
{
"name": "addon",
Expand Down

0 comments on commit 29c6f46

Please sign in to comment.