File tree 3 files changed +323
-170
lines changed
3 files changed +323
-170
lines changed Original file line number Diff line number Diff line change 3
3
const EmberApp = require ( 'ember-cli/lib/broccoli/ember-app' ) ;
4
4
const envIsProduction = process . env . EMBER_ENV === 'production' ;
5
5
const premberUrls = require ( './prember-urls' ) ;
6
- const nodeSass = require ( 'node- sass' ) ;
6
+ const sass = require ( 'sass' ) ;
7
7
8
8
module . exports = function ( defaults ) {
9
9
let app = new EmberApp ( defaults , {
@@ -24,7 +24,7 @@ module.exports = function (defaults) {
24
24
generateAssetMap : true ,
25
25
} ,
26
26
sassOptions : {
27
- implementation : nodeSass ,
27
+ implementation : sass ,
28
28
sourceMapEmbed : ! envIsProduction ,
29
29
includePaths : [
30
30
'app/styles' ,
Original file line number Diff line number Diff line change 130
130
"lodash.uniq" : " ^4.5.0" ,
131
131
"lodash.values" : " ^4.3.0" ,
132
132
"minimist" : " ^1.2.6" ,
133
- "node-sass" : " ^9.0.0" ,
134
133
"normalize.css" : " ^8.0.1" ,
135
134
"npm-run-all" : " ^4.1.5" ,
136
135
"prember" : " ^2.1.0" ,
137
136
"prettier" : " ^2.5.1" ,
138
137
"qunit" : " ^2.17.2" ,
139
138
"qunit-dom" : " ^1.6.0" ,
140
139
"sanitize-html" : " ^2.3.2" ,
140
+ "sass" : " ^1.86.0" ,
141
141
"semver" : " ^7.5.4" ,
142
142
"semver-compare" : " ^1.0.0" ,
143
143
"spawndamnit" : " 2.0.0" ,
146
146
"webpack" : " ^5.90.0"
147
147
},
148
148
"engines" : {
149
- "node" : " 16.* || 18.* || 20.*" ,
150
- "npm" : " 7 || 8 || >= 9 "
149
+ "node" : " 16.* || 18.* || 20.* || >= 22 " ,
150
+ "npm" : " 7 || 8 || 9 || >= 10 "
151
151
},
152
152
"cacheDirectories" : [
153
153
" node_modules"
172
172
"ember-truth-helpers" : " ^4.0.0"
173
173
}
174
174
},
175
- "packageManager" :
" [email protected] "
176
- }
175
+ "packageManager" :
" [email protected] " ,
176
+ "volta" : {
177
+ "node" : " 23.10.0" ,
178
+ "pnpm" : " 10.6.5"
179
+ }
180
+ }
You can’t perform that action at this time.
0 commit comments