Skip to content

Commit c132f60

Browse files
committed
deps: replace node-sass package with sass
The node-sass package will not support Apple M1 processors
1 parent 0044b40 commit c132f60

File tree

2 files changed

+52
-606
lines changed

2 files changed

+52
-606
lines changed

app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@emotion/styled": "11.3.0",
2222
"@improbable-eng/grpc-web": "0.14.0",
2323
"big.js": "6.1.1",
24-
"bootstrap": "4.5.0",
24+
"bootstrap": "4.6.1",
2525
"copy-to-clipboard": "3.3.1",
2626
"d3": "6.3.1",
2727
"date-fns": "2.14.0",
@@ -81,8 +81,8 @@
8181
"google-protobuf": "3.12.2",
8282
"jest-canvas-mock": "2.3.0",
8383
"jest-environment-jsdom-sixteen": "1.0.3",
84-
"node-sass": "4.14.1",
8584
"prettier": "2.1.2",
85+
"sass": "1.43.4",
8686
"ts-protoc-gen": "0.12.0",
8787
"typescript": "4.1.6"
8888
},

0 commit comments

Comments
 (0)