Skip to content

Commit

Permalink
fix: move devDeps because it will be bundled
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed May 28, 2022
1 parent 20b8408 commit 4869ed2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@
"lint-staged": "^12.4.2",
"prettier": "^2.6.2",
"typescript": "^4.7.2",
"@codesandbox/sandpack-client": "^1.0.4"
},
"dependencies": {
"@codesandbox/sandpack-client": "^1.0.4",
"@codesandbox/sandpack-react": "^1.0.4",
"react": "^18.1.0",
"react-dom": "^18.1.0"
},
"dependencies": {
}
}

0 comments on commit 4869ed2

Please sign in to comment.