Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Jan 22, 2018
1 parent 06743dc commit 5d00839
Show file tree
Hide file tree
Showing 3 changed files with 698 additions and 337 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CHANGELOG.md
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,34 +16,34 @@
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.0.3",
"babel-eslint": "^8.2.1",
"babel-loader": "^7.1.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"codecov": "^3.0.0",
"conventional-github-releaser": "^2.0.0",
"eslint": "^4.12.1",
"eslint": "^4.16.0",
"eslint-config-airbnb-base": "^12.0.1",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.7.0",
"jest": "^21.2.1",
"jest": "^22.1.4",
"react": "^16.2.0",
"standard-version": "^4.2.0",
"standard-version": "^4.3.0",
"webpack": "^3.10.0"
},
"dependencies": {
"chalk": "^2.1.0",
"commander": "^2.12.2",
"commander": "^2.13.0",
"glob": "^7.1.2",
"h2x-core": "^0.1.9",
"h2x-plugin-jsx": "^0.1.9",
"loader-utils": "^1.1.0",
"lodash": "^4.17.4",
"mz": "^2.6.0",
"output-file-sync": "^2.0.0",
"prettier": "^1.9.1",
"prettier": "^1.10.2",
"recursive-readdir": "^2.2.1",
"svgo": "^1.0.3"
},
Expand Down
Loading

0 comments on commit 5d00839

Please sign in to comment.