Skip to content

Commit

Permalink
chore(deps): upgrade all deps, fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vvo committed Nov 14, 2016
1 parent b4fe0e7 commit c65d907
Show file tree
Hide file tree
Showing 3 changed files with 635 additions and 400 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ got \`${typeof Element}\``
.replace(/{ /g, '{')
.replace(/ }/g, '}')
.replace(/\[ /g, '[')
.replace(/ \]/g, ']');
.replace(/ ]/g, ']');
}

// Replace tabs with spaces, and add necessary indentation in front of each new line
Expand Down
23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,30 +14,31 @@
"license": "MIT",
"repository": "algolia/react-element-to-jsx-string",
"devDependencies": {
"babel-cli": "^6.16.0",
"babel-eslint": "^7.0.0",
"babel-cli": "^6.18.0",
"babel-eslint": "^7.1.0",
"babel-plugin-lodash": "^3.2.9",
"babel-preset-es2015": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-2": "^6.17.0",
"babel-register": "^6.16.3",
"eslint": "^3.8.1",
"babel-preset-stage-2": "^6.18.0",
"babel-register": "^6.18.0",
"eslint": "^3.10.1",
"eslint-config-algolia": "^6.0.1",
"eslint-import-resolver-webpack": "^0.7.0",
"eslint-plugin-import": "^2.0.1",
"eslint-plugin-jasmine": "^2.0.0",
"eslint-plugin-react": "^6.4.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jasmine": "^2.1.0",
"eslint-plugin-react": "^6.7.0",
"expect": "^1.14.0",
"mocha": "^3.1.2",
"react": "^15.3.2"
"react": "^15.3.2",
"webpack": "^1.13.3"
},
"peerDependencies": {
"react": "^0.14.8 || ^15.0.1"
},
"dependencies": {
"collapse-white-space": "^1.0.0",
"is-plain-object": "^2.0.1",
"lodash": "^4.13.1",
"lodash": "^4.17.0",
"react-addons-test-utils": "^0.14.8 || ^15.0.1",
"sortobject": "^1.0.0",
"stringify-object": "^3.0.0",
Expand Down
Loading

0 comments on commit c65d907

Please sign in to comment.