Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

Commit

Permalink
chore: Upgrade @vue/component-compiler-utils
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Update to @vue/component-compiler-utils@3.0.0 which
uses `sass` instead of `node-sass`
  • Loading branch information
znck committed Apr 11, 2019
1 parent d4ae5be commit 12f4878
Show file tree
Hide file tree
Showing 2 changed files with 254 additions and 364 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"babel-preset-env": "^1.6.1",
"conventional-changelog": "^1.1.24",
"jest": "^22.4.2",
"node-sass": "^4.9.0",
"sass": "^1.18.0",
"pug": "^2.0.3",
"puppeteer": "^1.3.0",
"rollup": "^0.58.2",
Expand All @@ -52,12 +52,18 @@
"vue": "^2.5.16",
"vue-template-compiler": "^2.5.16"
},
"optionalDependencies": {
"sass": "^1.18.0",
"pug": "^2.0.3",
"less": "^3.9.0",
"stylus": "^0.54.5"
},
"peerDependencies": {
"postcss": ">=6.0",
"vue-template-compiler": "*"
},
"dependencies": {
"@vue/component-compiler-utils": "^2.5.2",
"@vue/component-compiler-utils": "^3.0.0",
"clean-css": "^4.1.11",
"hash-sum": "^1.0.2",
"postcss-modules-sync": "^1.0.0",
Expand Down
Loading

0 comments on commit 12f4878

Please sign in to comment.