Skip to content

Commit

Permalink
Fix prettier dep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Aug 14, 2023
1 parent 4662a16 commit 241d346
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 @@ -77,8 +77,8 @@
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-ember": "^11.6.0",
"eslint-plugin-n": "^16.0.0",
"prettier": "^2.5.1",
"prettier-plugin-ember-template-tag": "^1.0.0",
"prettier": "^3.0.1",
"prettier-plugin-ember-template-tag": "^1.0.2",
"rollup": "^3.21.8"<% if (!isExistingMonorepo) { %>,
"rollup-plugin-copy": "^3.4.0"<% } %><% if (typescript) { %>,
"typescript": "^5.0.4"<% } %>
Expand Down

0 comments on commit 241d346

Please sign in to comment.