Skip to content

Commit

Permalink
[minor] fix sass-loader and node-sass (#1944)
Browse files Browse the repository at this point in the history
Co-authored-by: Shubham sharma <[email protected]>
  • Loading branch information
shubham2811 and Shubham sharma authored Jan 19, 2023
1 parent 482e1f2 commit b3d2bee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/xarc-opt-sass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"prepare": "shx cp node_modules/opt-archetype-check/xarc-opt-check.js ."
},
"dependencies": {
"node-sass": "^6.0.1",
"sass-loader": "^7.3.1"
"node-sass": "^8.0.0",
"sass-loader": "^13.2.0"
},
"devDependencies": {
"opt-archetype-check": "../opt-archetype-check",
Expand Down

0 comments on commit b3d2bee

Please sign in to comment.