Skip to content

Commit

Permalink
Update: Remaining packages (#49)
Browse files Browse the repository at this point in the history
* Update: Remaining packages
* Chore: Removing 'transform-decorators-legacy'
  • Loading branch information
pramodsum authored Nov 27, 2017
1 parent 6dbcda2 commit 4dab273
Show file tree
Hide file tree
Showing 4 changed files with 491 additions and 80 deletions.
3 changes: 1 addition & 2 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
],
"plugins": [
"transform-class-properties",
"transform-object-rest-spread",
"transform-decorators-legacy"
"transform-object-rest-spread"
],
"env": {
"npm": {
Expand Down
1 change: 1 addition & 0 deletions .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"value-no-vendor-prefix": true,
"number-leading-zero": never,
"declaration-no-important": true,
"no-descending-specificity": null,
"order/properties-alphabetical-order": [true, { "severity": "warning" }]
}
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
"babel-preset-react": "^6.23.0",
"chai": "^4.1.2",
"chai-dom": "^1.5.0",
"commitlint": "^5.0.1",
"commitlint": "^5.1.1",
"conventional-changelog-cli": "^1.3.2",
"conventional-github-releaser": "^2.0.0",
"cpx": "^1.5.0",
"css-loader": "^0.28.7",
"cssnano-cli": "^1.0.5",
"eslint": "^4.7.2",
"eslint": "^4.12.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.7.0",
"eslint-config-prettier": "^2.9.0",
"eslint-import-resolver-webpack": "^0.8.3",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-import": "^2.8.0",
Expand Down Expand Up @@ -69,9 +69,9 @@
"lint-staged": "^5.0.0",
"mocha": "^4.0.1",
"node-noop": "^1.0.0",
"node-sass": "^4.5.0",
"node-sass": "^4.7.2",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"postcss-loader": "^2.0.8",
"postcss-loader": "^2.0.9",
"prettier": "^1.5.3",
"prettier-eslint-cli": "^4.1.1",
"raw-loader": "^0.5.1",
Expand All @@ -80,8 +80,8 @@
"sinon-chai": "^2.8.0",
"sinon-stub-promise": "^4.0.0",
"style-loader": "^0.19.0",
"stylelint": "^8.2.0",
"stylelint-config-standard": "^17.0.0",
"stylelint": "^8.3.1",
"stylelint-config-standard": "^18.0.0",
"stylelint-order": "^0.7.0",
"stylelint-scss": "^2.1.0",
"webpack": "^3.8.1",
Expand Down
Loading

0 comments on commit 4dab273

Please sign in to comment.