Skip to content

Commit 09b3416

Browse files
committed
Sort devDependencies in generated package.json file
1 parent 0efa502 commit 09b3416

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

files/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,22 +37,22 @@
3737
"@babel/eslint-parser": "^7.25.1",<% if (typescript) { %>
3838
"@babel/plugin-transform-typescript": "^7.25.2",<% } %>
3939
"@babel/runtime": "^7.25.6",
40+
"@ember/app-tsconfig": "^1.0.0",
41+
"@ember/library-tsconfig": "^1.0.0",
4042
"@ember/test-helpers": "^5.2.1",
4143
"@ember/test-waiters": "^4.1.1",
4244
"@embroider/addon-dev": "^8.1.0",
43-
"@embroider/core": "^4.1.0",
4445
"@embroider/compat": "^4.1.0",
46+
"@embroider/core": "^4.1.0",
4547
"@embroider/macros": "^1.18.0",
4648
"@embroider/vite": "^1.1.5",
4749
"@eslint/js": "^9.17.0",
4850
"@glimmer/component": "^2.0.0",<% if (typescript) { %>
4951
"@glint/core": "^2.0.0-alpha.2",
5052
"@glint/environment-ember-loose": "^2.0.0-alpha.2",
5153
"@glint/environment-ember-template-imports": "^2.0.0-alpha.2",
52-
"@glint/tsserver-plugin": "^2.0.0-alpha.2",
5354
"@glint/template": "^1.6.0-alpha.1",
54-
"@ember/app-tsconfig": "^1.0.0",
55-
"@ember/library-tsconfig": "^1.0.0",<% } %>
55+
"@glint/tsserver-plugin": "^2.0.0-alpha.2",<% } %>
5656
"@rollup/plugin-babel": "^6.0.4",<% if (typescript) { %>
5757
"@types/qunit": "^2.19.12",<% } %>
5858
"babel-plugin-ember-template-compilation": "^2.2.5",
@@ -73,8 +73,8 @@
7373
"qunit-dom": "^3.4.0",
7474
"rollup": "^4.22.5",
7575
"testem": "^3.15.1",<% if (typescript) { %>
76-
"typescript-eslint": "^8.19.1",
77-
"typescript": "~5.8.3",<% } %>
76+
"typescript": "~5.8.3",
77+
"typescript-eslint": "^8.19.1",<% } %>
7878
"vite": "^6.2.4"
7979
},
8080
"ember": {

0 commit comments

Comments
 (0)