Skip to content

Commit

Permalink
Merge pull request #119 from embroider-build/upgrade-addon-deps
Browse files Browse the repository at this point in the history
Upgrade addon dependencies
  • Loading branch information
NullVoxPopuli authored May 22, 2023
2 parents 765beed + eff700f commit a3e5939
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions files/__addonLocation__/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ module.exports = {
browser: false,
node: true,
},
plugins: ['node'],
extends: ['plugin:node/recommended'],
plugins: ['n'],
extends: ['plugin:n/recommended'],
},
],
};
16 changes: 8 additions & 8 deletions files/__addonLocation__/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@glint/core": "^1.0.2",
"@glint/environment-ember-loose": "^1.0.2",
"@glint/template": "^1.0.2",
"@tsconfig/ember": "^1.0.0",
"@tsconfig/ember": "^2.0.0",
"@types/ember": "^4.0.0",
"@types/ember__object": "^4.0.0",
"@types/ember__service": "^4.0.0",
Expand All @@ -59,19 +59,19 @@
"@types/ember__routing": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",<% } else { %>
"@rollup/plugin-babel": "^5.3.0",<% } %>
"concurrently": "^7.2.1",
"ember-template-lint": "^4.0.0",
"@rollup/plugin-babel": "^6.0.3",<% } %>
"concurrently": "^8.0.1",
"ember-template-lint": "^5.7.3",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-ember": "^10.5.8",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-ember": "^11.6.0",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.5.1",
"rollup": "^2.67.0"<% if (!isExistingMonorepo) { %>,
"rollup": "^3.21.8"<% if (!isExistingMonorepo) { %>,
"rollup-plugin-copy": "^3.4.0"<% } %><% if (typescript) { %>,
"rollup-plugin-ts": "^3.0.2",
"typescript": "^4.9.5"<% } %>
"typescript": "^5.0.4"<% } %>
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down

0 comments on commit a3e5939

Please sign in to comment.