Skip to content

Commit

Permalink
fix(samples): add msw in dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
anymaniax committed Nov 8, 2020
1 parent 105e396 commit 8623bdc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions samples/react-app-with-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"react-dom": "^16.13.1",
"react-query": "^2.23.0",
"react-scripts": "^3.4.3",
"typescript": "~3.7.2"
"typescript": "~3.7.2",
"msw": "^0.21.2"
},
"scripts": {
"start": "SKIP_PREFLIGHT_CHECK=true react-scripts start",
Expand All @@ -34,8 +35,5 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"msw": "^0.21.2"
}
}

0 comments on commit 8623bdc

Please sign in to comment.