Skip to content

Commit

Permalink
chore: upgrade node-sass to v7
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Upgrade the minimum node-sass version to 7 to support latest the Node versions
  • Loading branch information
srmagura authored and skovy committed Sep 14, 2022
1 parent 3c5f2ef commit d97049e
Show file tree
Hide file tree
Showing 2 changed files with 568 additions and 952 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@types/glob": "^7.2.0",
"@types/jest": "^27.4.0",
"@types/node": "^17.0.18",
"@types/node-sass": "^4.11.2",
"@types/node-sass": "^4.11.3",
"@types/prettier": "^2.4.4",
"@types/reserved-words": "^0.1.0",
"@types/sass": "^1.16.0",
Expand All @@ -58,7 +58,7 @@
"husky": "^7.0.4",
"jest": "^27.5.1",
"lint-staged": "^12.3.4",
"node-sass": "4.12.0",
"node-sass": "7.0.3",
"node-sass-json-importer": "^4.3.0",
"prettier": "^2.5.1",
"sass": "^1.49.7",
Expand All @@ -67,7 +67,7 @@
"typescript": "^4.5.5"
},
"peerDependencies": {
"node-sass": "^4.12.0",
"node-sass": "^7.0.3",
"sass": "^1.49.7"
},
"peerDependenciesMeta": {
Expand Down
Loading

0 comments on commit d97049e

Please sign in to comment.