57
57
"test" : " echo 'A v2 addon does not have tests, run tests in test-app'"
58
58
},
59
59
"dependencies" : {
60
- "@embroider/addon-shim" : " ^1.9.0" ,
61
- "@glimmer/component" : " ^2.0.0" ,
62
- "@glimmer/tracking" : " ^1.1.2" ,
60
+ "@embroider/addon-shim" : " ^1.10.0" ,
63
61
"decorator-transforms" : " ^2.3.0"
64
62
},
65
63
"devDependencies" : {
66
- "@babel/core" : " ^7.26.0" ,
67
- "@babel/eslint-parser" : " ^7.26.5" ,
68
- "@babel/plugin-transform-typescript" : " ^7.26.5" ,
69
- "@babel/runtime" : " ^7.26.0" ,
70
- "@embroider/addon-dev" : " ^7.1.1" ,
71
- "@eslint/js" : " ^9.18.0" ,
72
- "@glint/core" : " ^1.5.1" ,
73
- "@glint/environment-ember-loose" : " ^1.5.1" ,
74
- "@glint/environment-ember-template-imports" : " ^1.5.1" ,
75
- "@glint/template" : " ^1.5.1" ,
64
+ "@babel/core" : " ^7.27.4" ,
65
+ "@babel/eslint-parser" : " ^7.27.5" ,
66
+ "@babel/plugin-transform-typescript" : " ^7.27.1" ,
67
+ "@babel/runtime" : " ^7.27.6" ,
68
+ "@embroider/addon-dev" : " ^7.1.4" ,
69
+ "@eslint/js" : " ^9.29.0" ,
70
+ "@glimmer/component" : " ^2.0.0" ,
71
+ "@glint/core" : " ^1.5.2" ,
72
+ "@glint/environment-ember-loose" : " ^1.5.2" ,
73
+ "@glint/environment-ember-template-imports" : " ^1.5.2" ,
74
+ "@glint/template" : " ^1.5.2" ,
76
75
"@rollup/plugin-babel" : " ^6.0.4" ,
77
- "@tsconfig/ember" : " ^3.0.8 " ,
78
- "babel-plugin-ember-template-compilation" : " ^2.3.0 " ,
76
+ "@tsconfig/ember" : " ^3.0.10 " ,
77
+ "babel-plugin-ember-template-compilation" : " ^2.4.1 " ,
79
78
"concurrently" : " ^9.1.2" ,
80
- "ember-source" : " ^6.1 .0" ,
81
- "ember-template-lint" : " ^6.1.0 " ,
82
- "eslint" : " ^9.18 .0" ,
83
- "eslint-config-prettier" : " ^10.0.1 " ,
84
- "eslint-plugin-ember" : " ^12.3.3 " ,
79
+ "ember-source" : " ^6.5 .0" ,
80
+ "ember-template-lint" : " ^7.9.1 " ,
81
+ "eslint" : " ^9.29 .0" ,
82
+ "eslint-config-prettier" : " ^10.1.5 " ,
83
+ "eslint-plugin-ember" : " ^12.5.0 " ,
85
84
"eslint-plugin-import" : " ^2.31.0" ,
86
- "eslint-plugin-n" : " ^17.15.1 " ,
87
- "globals" : " ^16.0 .0" ,
88
- "prettier" : " ^3.4.2 " ,
89
- "prettier-plugin-ember-template-tag" : " ^2.0.4 " ,
90
- "rollup" : " ^4.31 .0" ,
85
+ "eslint-plugin-n" : " ^17.20.0 " ,
86
+ "globals" : " ^16.2 .0" ,
87
+ "prettier" : " ^3.5.3 " ,
88
+ "prettier-plugin-ember-template-tag" : " ^2.0.6 " ,
89
+ "rollup" : " ^4.43 .0" ,
91
90
"rollup-plugin-copy" : " ^3.5.0" ,
92
- "stylelint" : " ^16.13.2" ,
93
- "stylelint-config-standard" : " ^37.0.0" ,
94
- "typescript" : " ~5.8.0" ,
95
- "typescript-eslint" : " ^8.21.0"
96
- },
97
- "peerDependencies" : {
98
- "ember-source" : " >= 4.12.0"
91
+ "stylelint" : " ^16.20.0" ,
92
+ "stylelint-config-standard" : " ^38.0.0" ,
93
+ "typescript" : " ~5.8.3" ,
94
+ "typescript-eslint" : " ^8.34.0"
99
95
},
100
96
"ember" : {
101
97
"edition" : " octane"
108
104
"type" : " addon" ,
109
105
"version" : 2
110
106
}
111
- }
107
+ }
0 commit comments