Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli authored Nov 10, 2024
1 parent 1f4e562 commit 32a896c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/__addonLocation__/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"decorator-transforms": "^2.0.0"
},
"peerDependencies": {
"ember-source": ">= <%= latestEmberSource %>"
"ember-source": ">= 5.4.0"
},
"devDependencies": {
"@babel/core": "^7.24.4",
Expand Down Expand Up @@ -75,7 +75,7 @@
"@rollup/plugin-babel": "^6.0.4",
"babel-plugin-ember-template-compilation": "^2.2.5",
"concurrently": "^8.2.2",
"ember-source": "^<%= latestEmberSource %>",
"ember-source": "^5.4.0",
"ember-template-lint": "^6.0.0",<% if (packageManager === 'npm') { %>
"ember-eslint-parser": "^0.4.2",
<% } %>"eslint": "^8.56.0",
Expand Down

0 comments on commit 32a896c

Please sign in to comment.