From efc2ccb745c5bf7f4a26729f07b434266cd8bd12 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Sat, 9 Nov 2024 14:16:03 -0500 Subject: [PATCH] Upgrade @embroider/addon-dev --- files/__addonLocation__/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/__addonLocation__/package.json b/files/__addonLocation__/package.json index 4e850d8..2dd9307 100644 --- a/files/__addonLocation__/package.json +++ b/files/__addonLocation__/package.json @@ -40,7 +40,7 @@ "@babel/core": "^7.24.4", <% if (typescript) { %>"@babel/plugin-transform-typescript": "^7.24.4"<% } else { %>"@babel/eslint-parser": "^7.24.1"<% } %>, "@babel/runtime": "^7.24.4", - "@embroider/addon-dev": "^4.3.1",<% if (typescript) { %> + "@embroider/addon-dev": "^6.0.1",<% if (typescript) { %> "@glint/core": "^1.4.0", "@glint/environment-ember-loose": "^1.4.0", "@glint/environment-ember-template-imports": "^1.4.0",