Skip to content

Commit

Permalink
upgrade all the things
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Jan 27, 2020
1 parent 52cf765 commit b15e165
Show file tree
Hide file tree
Showing 5 changed files with 4,603 additions and 1,815 deletions.
2 changes: 1 addition & 1 deletion generate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "kcd-blog-post-generator",
"private": true,
"devDependencies": {
"axios": "^0.19.0",
"axios": "^0.19.2",
"fake-useragent": "^1.0.1",
"json-to-pretty-yaml": "^1.2.2",
"opn": "^6.0.0",
Expand Down
1 change: 0 additions & 1 deletion lint-staged.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ module.exports = {
'*.js': ['eslint', 'jest --findRelatedTests'],
'*.+(js|jsx|json|yml|yaml|css|less|scss|ts|tsx|md|graphql|mdx)': [
'prettier --write',
'git add',
],
}
Loading

0 comments on commit b15e165

Please sign in to comment.