Skip to content
This repository has been archived by the owner on Feb 29, 2020. It is now read-only.

Commit

Permalink
Revert "chore(package): update various dependencies to latest version"
Browse files Browse the repository at this point in the history
  • Loading branch information
Mardak committed Nov 2, 2016
1 parent 42f06de commit fe18b13
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
4 changes: 3 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
"eslint:recommended"
],
"rules": {
"mozilla/import-globals": 1,
"mozilla/components-imports": 1,
"mozilla/import-globals-from": 1,
"mozilla/this-top-level-scope": 1,

"promise/param-names": 2,
"promise/catch-or-return": 2,
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,30 +19,30 @@
"react-json-inspector": "7.0.0",
"react-redux": "4.4.5",
"redux": "3.6.0",
"redux-logger": "2.7.4",
"redux-logger": "2.7.0",
"redux-thunk": "2.1.0",
"redux-watch": "1.1.1",
"reselect": "2.5.4",
"url-parse": "1.1.7"
"url-parse": "1.1.6"
},
"devDependencies": {
"@kadira/storybook": "2.29.0",
"@kadira/storybook": "2.25.1",
"babel": "6.5.2",
"babel-core": "6.18.2",
"babel-loader": "6.2.7",
"babel-plugin-transform-es2015-destructuring": "6.18.0",
"babel-plugin-transform-es2015-parameters": "6.18.0",
"babel-plugin-transform-strict-mode": "6.18.0",
"babel-core": "6.17.0",
"babel-loader": "6.2.5",
"babel-plugin-transform-es2015-destructuring": "6.16.0",
"babel-plugin-transform-es2015-parameters": "6.17.0",
"babel-plugin-transform-strict-mode": "6.11.3",
"babel-preset-react": "6.16.0",
"chai": "3.5.0",
"co-task": "1.0.0",
"conventional-changelog-cli": "1.2.0",
"cpx": "1.5.0",
"eslint": "3.9.1",
"eslint-plugin-json": "1.2.0",
"eslint-plugin-mozilla": "0.2.3",
"eslint-plugin-mozilla": "0.0.3",
"eslint-plugin-promise": "3.3.0",
"eslint-plugin-react": "6.5.0",
"eslint-plugin-react": "6.4.1",
"eslint-watch": "2.1.14",
"eventemitter2": "2.1.3",
"faker": "3.1.0",
Expand Down Expand Up @@ -79,7 +79,7 @@
"style-loader": "0.13.1",
"svgo": "0.7.1",
"tippy-top-sites": "0.2.0",
"webpack": "1.13.3",
"webpack": "1.13.2",
"webpack-env-loader-plugin": "0.1.4",
"webpack-notifier": "1.4.1",
"yamscripts": "0.0.3"
Expand Down

0 comments on commit fe18b13

Please sign in to comment.