Skip to content

Commit

Permalink
v5.3.0...v5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AmauryD committed Nov 9, 2023
1 parent 55d37b3 commit 47a432f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion 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": "5.3.0",
"version": "5.4.0",
"blueprints": [
{
"name": "app",
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"postinstall": "husky install"
},
"devDependencies": {
"@babel/core": "^7.22.20",
"@babel/core": "^7.23.2",
"@babel/eslint-parser": "^7.22.15",
"@babel/plugin-proposal-decorators": "^7.22.15",
"@babel/plugin-proposal-decorators": "^7.23.2",
"@ember-data/adapter": "~5.3.0",
"@ember-data/debug": "~5.3.0",
"@ember-data/graph": "~5.3.0",
Expand Down Expand Up @@ -80,13 +80,13 @@
"@typescript-eslint/parser": "~6.8.0",
"autoprefixer": "~10.4.16",
"broccoli-asset-rev": "~3.0.0",
"concurrently": "^8.2.1",
"concurrently": "^8.2.2",
"date-fns": "~2.30.0",
"els-intl-addon": "^1.0.6",
"ember-auto-import": "~2.6.3",
"ember-can": "^4.2.0",
"ember-changeset-validations": "~4.1.1",
"ember-cli": "~5.3.0",
"ember-cli": "~5.4.0",
"ember-cli-app-version": "~6.0.1",
"ember-cli-babel": "~8.2.0",
"ember-cli-clean-css": "^3.0.0",
Expand Down Expand Up @@ -114,18 +114,18 @@
"ember-resolver": "~11.0.1",
"ember-route-template": "^1.0.1",
"ember-simple-auth": "~6.0.0",
"ember-source": "~5.3.0",
"ember-source": "~5.4.0",
"ember-template-imports": "^3.0.0",
"ember-template-lint": "~5.11.2",
"ember-template-lint-plugin-prettier": "~5.0.0",
"ember-test-selectors": "~6.0.0",
"ember-truth-helpers": "~4.0.3",
"ember-yeti-table": "^1.7.4",
"eslint": "~8.51.0",
"eslint": "~8.52.0",
"eslint-config-prettier": "~9.0.0",
"eslint-plugin-ember": "~11.11.1",
"eslint-plugin-n": "^16.1.0",
"eslint-plugin-prettier": "~5.0.0",
"eslint-plugin-n": "^16.2.0",
"eslint-plugin-prettier": "~5.0.1",
"eslint-plugin-qunit": "~8.0.1",
"eslint-plugin-unicorn": "~48.0.1",
"eslint-plugin-unused-imports": "~3.0.0",
Expand All @@ -152,7 +152,7 @@
"yup": "^1.3.2"
},
"engines": {
"node": "16.* || >= 18"
"node": ">= 18"
},
"ember": {
"edition": "octane"
Expand Down

0 comments on commit 47a432f

Please sign in to comment.