Skip to content

Commit

Permalink
Merge pull request #2510 from microsoft/user/halfnibble/update-node-sass
Browse files Browse the repository at this point in the history
[heft] Update node-sass to support node 15.
  • Loading branch information
iclanton authored Mar 11, 2021
2 parents 61efcc5 + 56a9d74 commit 5e10df7
Show file tree
Hide file tree
Showing 7 changed files with 143 additions and 43 deletions.
2 changes: 1 addition & 1 deletion apps/heft/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"glob": "~7.0.5",
"glob-escape": "~0.0.2",
"jest-snapshot": "~25.4.0",
"node-sass": "4.14.1",
"node-sass": "5.0.0",
"postcss": "7.0.32",
"postcss-modules": "~1.5.0",
"prettier": "~2.1.1",
Expand Down
6 changes: 3 additions & 3 deletions build-tests/heft-sass-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"scripts": {
"build": "heft test --clean",
"start": "heft start"
"start": "heft start --clean"
},
"devDependencies": {
"@rushstack/eslint-config": "workspace:*",
Expand All @@ -18,12 +18,12 @@
"css-loader": "~4.2.1",
"eslint": "~7.12.1",
"html-webpack-plugin": "~4.5.0",
"node-sass": "4.14.1",
"node-sass": "5.0.0",
"postcss": "7.0.32",
"postcss-loader": "~4.0.1",
"react-dom": "~16.13.1",
"react": "~16.13.1",
"sass-loader": "~7.3.1",
"sass-loader": "~10.1.1",
"style-loader": "~1.2.1",
"typescript": "~3.9.7",
"webpack": "~4.44.2"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "@microsoft/gulp-core-build-sass",
"comment": "Update node-sass to support Node 15.",
"type": "minor"
}
],
"packageName": "@microsoft/gulp-core-build-sass",
"email": "[email protected]"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "@rushstack/heft",
"comment": "Update node-sass to support Node 15.",
"type": "patch"
}
],
"packageName": "@rushstack/heft",
"email": "[email protected]"
}
Loading

0 comments on commit 5e10df7

Please sign in to comment.