1
0
Fork 0
mirror of synced 2024-06-11 23:15:07 +12:00

switched from deprecated node-sass to sass library

This commit is contained in:
ChukwuEmeka 2022-09-06 21:51:45 +01:00
parent 0c7eedd7a5
commit 82795b50ef

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"
}
}
}