Skip to content

Commit

Permalink
update to latest workshop app
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Mar 7, 2020
1 parent 57a13e6 commit b9de8f8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .babelrc

This file was deleted.

6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react-dom": "^16.13.0"
},
"devDependencies": {
"@kentcdodds/react-workshop-app": "^2.3.0",
"@kentcdodds/react-workshop-app": "^2.4.0",
"cross-spawn": "^7.0.1",
"husky": "^4.2.3",
"npm-run-all": "^4.1.5",
Expand Down Expand Up @@ -48,6 +48,11 @@
"eslintConfig": {
"extends": "react-app"
},
"babel": {
"presets": [
"babel-preset-react-app"
]
},
"browserslist": {
"development": [
"last 2 chrome versions",
Expand Down

0 comments on commit b9de8f8

Please sign in to comment.