Skip to content

Commit

Permalink
Switches from node-sass to sass
Browse files Browse the repository at this point in the history
  • Loading branch information
larixer committed Jun 2, 2023
1 parent c9b0e81 commit 2730eae
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 202 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,13 +145,13 @@
"lint-staged": "^7.1.2",
"mini-css-extract-plugin": "^2.6.0",
"node-hmr-plugin": "^1.0.1",
"node-sass": "^7.0.1",
"npm-run-all": "^4.1.5",
"openurl": "^1.1.1",
"postcss-loader": "^7.0.0",
"prettier": "^2.6.2",
"raw-loader": "^4.0.2",
"regenerator-runtime": "^0.13.2",
"sass": "^1.62.1",
"sass-loader": "^13.0.0",
"shelljs": "^0.8.1",
"source-list-map": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/client-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"apollo-logger": "^0.3.3",
"apollo-upload-client": "^10.0.0",
"babel-polyfill": "^6.26.0",
"bootstrap": "^5.1.3",
"bootstrap": "^5.3.0",
"bootstrap-vue": "^2.0.0-rc.19",
"error-stack-parser": "^2.0.1",
"extract-files": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"apollo-logger": "^0.3.3",
"apollo-upload-client": "^10.0.0",
"babel-polyfill": "^6.26.0",
"bootstrap": "^5.1.3",
"bootstrap": "^5.3.0",
"connected-react-router": "^6.5.2",
"error-stack-parser": "^2.0.1",
"extract-files": "^6.0.0",
Expand Down
Loading

0 comments on commit 2730eae

Please sign in to comment.