Skip to content

Commit

Permalink
chore: update examples deps version to clean up the tree (#75)
Browse files Browse the repository at this point in the history
Because

- We are still using the old sdk version in the examples, that version
still using part of instill-ai/toolkit which further pollute the deps
tree. We need to update it.

This commit

- update examples deps version to clean up the tree
  • Loading branch information
EiffelFly authored May 6, 2024
1 parent 7bd6288 commit 74e40ed
Show file tree
Hide file tree
Showing 4 changed files with 193 additions and 6,424 deletions.
2 changes: 1 addition & 1 deletion examples/next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"instill-sdk": "0.0.1",
"instill-sdk": "0.0.4",
"next": "latest",
"react": "latest",
"react-dom": "latest"
Expand Down
Loading

0 comments on commit 74e40ed

Please sign in to comment.