Skip to content

Commit

Permalink
Upgrade to node-sass 4
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Feb 27, 2017
1 parent 5e7ab03 commit d81fa03
Show file tree
Hide file tree
Showing 2 changed files with 708 additions and 606 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,18 @@
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.5.0",
"babel-traverse": "^6.23.1",
"babylon": "^6.14.1",
"babylon": "^6.16.1",
"boom": "^2.7.2",
"chalk": "^1.1.3",
"cjsx-loader": "^3.0.0",
"coffee-loader": "^0.7.2",
"coffee-loader": "^0.7.3",
"coffee-script": "^1.12.4",
"commander": "^2.9.0",
"css-loader": "^0.25.0",
"css-loader": "^0.26.2",
"debug": "^2.6.1",
"detect-port": "^1.0.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"file-loader": "^0.10.1",
"front-matter": "^2.1.0",
"fs-extra": "^0.30.0",
"glob": "^7.0.5",
Expand All @@ -61,7 +61,7 @@
"negotiator": "^0.6.1",
"node-cjsx": "^1.0.0",
"node-libs-browser": "^1.0.0",
"node-sass": "^3.8.0",
"node-sass": "^4.5.0",
"null-loader": "^0.1.1",
"object-assign": "^4.1.0",
"opn": "^4.0.2",
Expand All @@ -78,44 +78,44 @@
"react-hot-loader": "^1.3.0",
"react-router": "^2.6.1",
"react-router-scroll": "^0.3.1",
"sass-loader": "^3.1.2",
"sass-loader": "^4.0.0",
"slash": "^1.0.0",
"static-site-generator-webpack-plugin": "^2.1.0",
"style-loader": "^0.13.0",
"style-loader": "^0.13.2",
"toml": "^2.3.2",
"toml-loader": "^1.0.0",
"tracer": "^0.8.3",
"ts-loader": "^1.2.2",
"url-loader": "^0.5.7",
"url-loader": "^0.5.8",
"webpack": "^1.13.2",
"webpack-configurator": "^0.3.0",
"webpack-hot-middleware": "^2.17.0",
"webpack-hot-middleware": "^2.17.1",
"webpack-require": "0.0.16",
"yaml-loader": "^0.4.0"
},
"devDependencies": {
"ava": "^0.16.0",
"ava": "^0.18.2",
"ava-http": "^0.2.1",
"babel-cli": "^6.23.0",
"babel-eslint": "^6.1.2",
"babel-plugin-lodash": "^3.2.8",
"babel-plugin-transform-flow-strip-types": "^6.8.0",
"babel-register": "^6.23.0",
"bluebird": "^3.4.1",
"cheerio": "^0.20.0",
"eslint": "3.x",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-ava": "^4.0.0",
"cheerio": "^0.22.0",
"eslint": "^3.16.1",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-ava": "^4.2.0",
"eslint-plugin-flow-vars": "^0.5.0",
"eslint-plugin-flowtype": "^2.7.1",
"eslint-plugin-import": "2.2.x",
"eslint-plugin-jsx-a11y": "2.2.3",
"eslint-plugin-react": "6.8.x",
"flow-bin": "^0.30.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.0",
"flow-bin": "^0.40.0",
"iflow-debug": "^1.0.15",
"iflow-lodash": "^1.1.23",
"iflow-react-router": "^1.1.17",
"nyc": "^7.0.0"
"nyc": "^10.1.2"
},
"engines": {
"node": ">0.12.0"
Expand Down
Loading

0 comments on commit d81fa03

Please sign in to comment.