Skip to content

Commit

Permalink
fix(sandpack-client): move console-feed to dev deps (#747)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeetiss authored Feb 22, 2023
1 parent 770ae04 commit bdd1bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sandpack-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@
],
"dependencies": {
"@codesandbox/nodebox": "0.1.0",
"console-feed": "3.3.0",
"lodash.isequal": "^4.5.0",
"outvariant": "1.3.0"
},
"devDependencies": {
"@types/lodash.isequal": "^4.5.2",
"@types/node": "^9.3.0",
"console-feed": "3.3.0",
"del": "^6.0.0",
"gulp": "^4.0.2",
"typescript": "4.0.3"
Expand Down

1 comment on commit bdd1bb7

@vercel
Copy link

@vercel vercel bot commented on bdd1bb7 Feb 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sandpack-docs – ./website/docs

sandpack-docs-codesandbox1.vercel.app
sandpack.vercel.app
sandpack-docs-git-main-codesandbox1.vercel.app

Please sign in to comment.