1
0
Fork 0
mirror of synced 2024-09-30 17:18:14 +13:00

switched from deprecated node-sass to sass library

This commit is contained in:
ChukwuEmeka 2022-09-06 21:51:45 +01:00
parent ce2a52effe
commit 14793987ec

View file

@ -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"
@ -24,4 +24,4 @@
"eslint-config-next": "12.1.0",
"typescript": "4.6.2"
}
}
}