Skip to content

Commit

Permalink
Merge pull request #218 from fluix/issue-217/replace-node-sass-with-sass
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
endway committed Nov 26, 2020
2 parents ea0d343 + 1299497 commit 3ca2969
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ffbt",
"version": "1.0.0-beta.7",
"version": "1.0.0-beta.8",
"description": "Build a Typescript app without pain",
"license": "MIT",
"engines": {
Expand Down Expand Up @@ -31,30 +31,30 @@
"@oclif/plugin-help": "^3.2.0",
"@types/lodash": "^4.14.149",
"autoprefixer": "^9.7.4",
"bundle-stats-webpack-plugin": "^2.0.1",
"bundle-stats-webpack-plugin": "^2.3.0",
"chalk": "^4.1.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^4.2.1",
"css-loader": "^5.0.1",
"file-loader": "^6.0.0",
"fork-ts-checker-notifier-webpack-plugin": "^3.0.0",
"fork-ts-checker-webpack-plugin": "^5.0.14",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.3.0",
"lodash": "^4.17.15",
"lodash": "^4.17.20",
"mini-css-extract-plugin": "^0.10.0",
"node-sass": "^4.13.1",
"postcss-loader": "^3.0.0",
"sass-loader": "^9.0.3",
"stylelint": "^13.2.0",
"ts-loader": "^8.0.2",
"sass": "^1.29.0",
"sass-loader": "^10.1.0",
"stylelint": "^13.8.0",
"ts-loader": "^8.0.11",
"tslib": "^2.0.1",
"tslint": "^6.0.0",
"tslint-config-airbnb": "^5.11.2",
"typescript": "^3.8.2",
"typescript": "^4.0.5",
"url-loader": "^4.0.0",
"webpack": "^4.41.6",
"webpack": "^4.44.2",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-dev-server": "^3.10.3",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^5.1.1",
"webpack-notifier": "^1.8.0"
},
Expand All @@ -65,7 +65,7 @@
"@types/node": "^14.0.27",
"@types/stylelint": "^9.10.1",
"@types/webpack": "^4.41.7",
"@types/webpack-dev-server": "^3.10.0",
"@types/webpack-dev-server": "^3.11.1",
"@types/webpack-merge": "^4.1.5",
"jest": "^26.3.0",
"ts-jest": "^26.2.0",
Expand Down

0 comments on commit 3ca2969

Please sign in to comment.