Skip to content

Commit

Permalink
Merge pull request #209 from dyurkavets/sass
Browse files Browse the repository at this point in the history
feat: Replace node-sass to sass
  • Loading branch information
JessicaSachs authored Mar 10, 2020
2 parents 1a5c084 + 591f339 commit 96dbc80
Show file tree
Hide file tree
Showing 4 changed files with 147 additions and 196 deletions.
2 changes: 1 addition & 1 deletion e2e/__projects__/custom-transformers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"@babel/preset-env": "^7.2.3",
"@vue/test-utils": "^1.0.0-beta.28",
"jest": "^24.0.0",
"node-sass": "^4.11.0",
"postcss": "^7.0.13",
"postcss-color-function": "^4.0.1",
"sass": "^1.23.7",
"vue-jest": "file:../../../"
},
"jest": {
Expand Down
2 changes: 1 addition & 1 deletion e2e/__projects__/style/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@babel/preset-env": "^7.2.3",
"@vue/test-utils": "^1.0.0-beta.28",
"jest": "^24.0.0",
"node-sass": "^4.11.0",
"postcss": "^7.0.13",
"sass": "^1.23.7",
"vue-jest": "file:../../../"
},
"jest": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
"jest": "^24.0.0",
"less": "^3.9.0",
"lint-staged": "^8.0.5",
"node-sass": "^4.7.2",
"prettier": "^1.16.1",
"pug": "^2.0.3",
"sass": "^1.23.7",
"semantic-release": "^15.13.2",
"stylus": "^0.54.5",
"typescript": "^3.2.2",
Expand All @@ -68,7 +68,7 @@
},
"dependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
"@vue/component-compiler-utils": "^2.4.0",
"@vue/component-compiler-utils": "^3.1.0",
"chalk": "^2.1.0",
"convert-source-map": "^1.6.0",
"extract-from-css": "^0.4.4",
Expand Down
Loading

0 comments on commit 96dbc80

Please sign in to comment.