Skip to content

Commit 4869ed2

Browse files
committed
fix: move devDeps because it will be bundled
1 parent 20b8408 commit 4869ed2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@
5050
"lint-staged": "^12.4.2",
5151
"prettier": "^2.6.2",
5252
"typescript": "^4.7.2",
53-
"@codesandbox/sandpack-client": "^1.0.4"
54-
},
55-
"dependencies": {
53+
"@codesandbox/sandpack-client": "^1.0.4",
5654
"@codesandbox/sandpack-react": "^1.0.4",
5755
"react": "^18.1.0",
5856
"react-dom": "^18.1.0"
57+
},
58+
"dependencies": {
5959
}
6060
}

0 commit comments

Comments
 (0)