Skip to content

Commit

Permalink
chore: update example dep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Whipstickgostop committed Oct 16, 2024
1 parent 3aa300b commit 4b26874
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 11 deletions.
4 changes: 2 additions & 2 deletions examples/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@streamerbot/node-client-demo",
"version": "1.8.0",
"version": "1.8.3",
"description": "",
"private": true,
"main": "index.js",
Expand All @@ -9,6 +9,6 @@
"start": "node index.js"
},
"dependencies": {
"@streamerbot/client": "^1.8.0"
"@streamerbot/client": "^1.8.3"
}
}
2 changes: 1 addition & 1 deletion examples/vite-vue-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@streamerbot/vue": "workspace:*",
"@streamerbot/vue": "^1.8.3",
"vue": "^3.5.12"
},
"devDependencies": {
Expand Down
29 changes: 21 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4b26874

Please sign in to comment.