Skip to content

Commit

Permalink
switched from deprecated node-sass to sass library
Browse files Browse the repository at this point in the history
  • Loading branch information
ChukwuEmeka committed Sep 6, 2022
1 parent ce2a52e commit 1479398
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/nextjs-api-sales/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"bulma": "^0.9.3",
"next": "12.1.0",
"node-fetch": "^3.2.10",
"node-sass": "^7.0.1",
"sass": "^1.52.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-notifications-component": "^3.4.1"
Expand All @@ -24,4 +24,4 @@
"eslint-config-next": "12.1.0",
"typescript": "4.6.2"
}
}
}

0 comments on commit 1479398

Please sign in to comment.