Skip to content

Commit c3abea1

Browse files
author
Morten N.O. Henriksen
committed
Update node-sass from v4 to v6 in fixtures
On v4.14.1 linux tests failed: Node Sass does not yet support your current environment: Linux 64-bit with Unsupported runtime
1 parent a7b4b6e commit c3abea1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/react-scripts/fixtures/kitchensink/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"dependencies": {
44
"bootstrap": "4.3.1",
55
"jest": "26.6.0",
6-
"node-sass": "4.x",
6+
"node-sass": "6.x",
77
"normalize.css": "7.0.0",
88
"prop-types": "15.7.2",
99
"test-integrity": "2.0.1"

test/fixtures/boostrap-sass/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
33
"bootstrap": "4.x",
4-
"node-sass": "4.x",
4+
"node-sass": "6.x",
55
"react": "latest",
66
"react-dom": "latest"
77
}

test/fixtures/global-scss-asset-resolution/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"node-sass": "4.x",
3+
"node-sass": "6.x",
44
"react": "latest",
55
"react-dom": "latest"
66
}

0 commit comments

Comments
 (0)