Skip to content

Commit

Permalink
Replaced node-sass with pure-js sass package
Browse files Browse the repository at this point in the history
  • Loading branch information
cld9x committed May 1, 2021
1 parent 4f28e48 commit 8feb83f
Show file tree
Hide file tree
Showing 2 changed files with 1,108 additions and 1,308 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"dev:ui": "cd ui && vue-cli-service build --watch --silent"
},
"dependencies": {
"@fortawesome/fontawesome-free": "5.15.2",
"@fortawesome/fontawesome-svg-core": "1.2.34",
"@fortawesome/fontawesome-free": "5.15.3",
"@fortawesome/fontawesome-svg-core": "1.2.35",
"@mdi/font": "5.8.55",
"buefy": "0.9.4",
"bulma-extensions": "6.2.7",
"date-fns": "2.16.1",
"ky": "0.26.0",
"ky": "0.27.0",
"pretty-bytes": "5.5.0",
"videojs-hotkeys": "0.2.27",
"videojs-vr": "1.7.1",
Expand All @@ -32,12 +32,12 @@
"vue-slider-component": "3.2.11",
"vue-star-rating": "1.7.0",
"vuex": "3.6.2",
"wampy": "6.3.0"
"wampy": "6.3.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "4.5.11",
"@vue/cli-plugin-eslint": "~4.5.11",
"@vue/cli-service": "4.5.11",
"@vue/cli-plugin-babel": "4.5.12",
"@vue/cli-plugin-eslint": "~4.5.12",
"@vue/cli-service": "4.5.12",
"@vue/eslint-config-standard": "6.0.0",
"babel-eslint": "^10.1.0",
"concurrently": "5.3.0",
Expand All @@ -49,7 +49,7 @@
"eslint-plugin-vue": "7.3.0",
"less": "3.12.2",
"less-loader": "6.2.0",
"node-sass": "4.14.1",
"sass": "1.32.12",
"sass-loader": "9.0.2",
"simple-progress-webpack-plugin": "1.1.2",
"vue-cli-plugin-i18n": "1.0.1",
Expand Down
Loading

0 comments on commit 8feb83f

Please sign in to comment.