Skip to content

Commit d778654

Browse files
Merge pull request #254 from UniversityRadioYork/marks/upgrade-sass
2 parents 238da52 + 4a4c716 commit d778654

File tree

3 files changed

+141
-436
lines changed

3 files changed

+141
-436
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ The clientside is written in TypeScript using React and Redux, the serverside is
1010

1111
Client:
1212

13-
* Node.js and Yarn (Yarn 1, 2 isn't supported very well by webpack/typescript/anything really)
13+
* Node.js and Yarn 1.x
1414

1515
Server:
1616

17-
* Python >=3.7
17+
* Python 3.7-3.9 (note: Python 3.10 is not supported)
1818

1919
### Installing
2020

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@
9393
"redux-persist": "^6.0.0",
9494
"resolve": "1.12.0",
9595
"resolve-url-loader": "3.1.0",
96-
"sass-loader": "7.2.0",
96+
"sass": "^1.45.1",
97+
"sass-loader": "^10.2.0",
9798
"sdp-transform": "^2.14.0",
9899
"semver": "7.3.2",
99100
"serialize-javascript": "^5.0.1",
@@ -139,7 +140,6 @@
139140
"@ury1350/prettier-config": "^1.0.0",
140141
"husky": "^4.3.0",
141142
"lint-staged": ">=10",
142-
"node-sass": "^4.13.1",
143143
"prettier": "^1.19.1"
144144
},
145145
"jest": {

0 commit comments

Comments
 (0)