Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Whipstickgostop committed Oct 19, 2024
1 parent cd00eee commit 0ec41d2
Show file tree
Hide file tree
Showing 5 changed files with 461 additions and 495 deletions.
8 changes: 4 additions & 4 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"@iconify-json/heroicons": "^1.2.1",
"@iconify-json/logos": "^1.2.3",
"@iconify-json/mdi": "^1.2.1",
"@iconify-json/simple-icons": "^1.2.7",
"@iconify-json/simple-icons": "^1.2.8",
"@iconify-json/skill-icons": "^1.2.0",
"@iconify-json/vscode-icons": "^1.2.2",
"@nuxt/content": "^2.13.2",
"@nuxt/devtools": "^1.5.2",
"@nuxt/content": "^2.13.4",
"@nuxt/devtools": "^1.6.0",
"@nuxt/eslint-config": "^0.5.7",
"@nuxt/fonts": "^0.9.2",
"@nuxt/image": "^1.8.1",
Expand All @@ -29,7 +29,7 @@
"nuxt": "^3.13.2",
"nuxt-component-meta": "^0.6.6",
"nuxt-link-checker": "^3.1.2",
"nuxt-og-image": "^3.0.4",
"nuxt-og-image": "^3.0.6",
"semver": "^7.6.3"
}
}
8 changes: 4 additions & 4 deletions apps/toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@
"uuid": "^9.0.1",
"vue": "^3.5.12",
"vue-router": "^4.4.5",
"vuetify": "^3.7.2",
"vuetify": "^3.7.3",
"webfontloader": "^1.6.28",
"zod": "^3.23.8"
},
"devDependencies": {
"@iconify/vue": "^4.1.2",
"@types/node": "^18.19.55",
"@types/node": "^18.19.57",
"@types/prismjs": "^1.26.4",
"@types/uuid": "^9.0.8",
"@types/webfontloader": "^1.6.38",
"@vitejs/plugin-vue": "^4.6.2",
"sass": "^1.79.5",
"sass": "^1.80.3",
"typescript": "^4.9.5",
"vite": "^5.4.8",
"vite": "^5.4.9",
"vite-plugin-pages": "^0.32.3",
"vite-plugin-vuetify": "^2.0.4",
"vue-tsc": "^1.8.27"
Expand Down
2 changes: 1 addition & 1 deletion examples/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"start": "node index.js"
},
"dependencies": {
"@streamerbot/client": "^1.9.0"
"@streamerbot/client": "^1.9.1"
}
}
4 changes: 2 additions & 2 deletions examples/vite-vue-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"preview": "vite preview"
},
"dependencies": {
"@streamerbot/vue": "^1.9.0",
"@streamerbot/vue": "^1.9.1",
"vue": "^3.5.12"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vite": "^5.4.9",
"vue-tsc": "^2.1.6"
}
}
Loading

0 comments on commit 0ec41d2

Please sign in to comment.