Skip to content

Commit 4d3b5b7

Browse files
committed
build: move sass from dependencies to devDependencies in build-angular
This `sass` version is only used for types, as the `sass` implementation is in `@angular/build`.
1 parent fc5a2ec commit 4d3b5b7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
"postcss-loader": "8.2.1",
4747
"resolve-url-loader": "5.0.0",
4848
"rxjs": "7.8.2",
49-
"sass": "1.103.1",
5049
"sass-loader": "17.0.0",
5150
"semver": "7.8.5",
5251
"source-map-loader": "5.0.0",
@@ -67,6 +66,7 @@
6766
"@angular/ssr": "workspace:*",
6867
"browser-sync": "3.0.4",
6968
"ng-packagr": "22.2.0-next.4",
69+
"sass": "1.103.1",
7070
"undici": "8.10.0"
7171
},
7272
"peerDependencies": {

pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)