Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Whipstickgostop committed Sep 25, 2024
1 parent 412a79a commit 2046921
Show file tree
Hide file tree
Showing 6 changed files with 2,588 additions and 2,936 deletions.
24 changes: 12 additions & 12 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,29 +10,29 @@
"lint": "eslint ."
},
"dependencies": {
"@nuxt/content": "^2.13.0",
"@nuxt/content": "^2.13.2",
"@nuxt/ui-pro": "^0.7.5",
"@streamerbot/vue": "workspace:^",
"nuxt-component-meta": "^0.6.6",
"nuxt-icon": "^0.6.10"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.36",
"@iconify-json/heroicons": "^1.1.21",
"@iconify-json/logos": "^1.1.43",
"@iconify-json/mdi": "^1.1.67",
"@iconify-json/simple-icons": "^1.1.107",
"@iconify-json/skill-icons": "^1.1.8",
"@iconify-json/vscode-icons": "^1.1.35",
"@nuxt/devtools": "^1.3.7",
"@iconify-json/carbon": "^1.2.1",
"@iconify-json/heroicons": "^1.2.0",
"@iconify-json/logos": "^1.2.0",
"@iconify-json/mdi": "^1.2.0",
"@iconify-json/simple-icons": "^1.2.4",
"@iconify-json/skill-icons": "^1.2.0",
"@iconify-json/vscode-icons": "^1.2.2",
"@nuxt/devtools": "^1.5.1",
"@nuxt/eslint-config": "^0.2.0",
"@nuxtjs/fontaine": "^0.4.3",
"@streamerbot/client": "workspace:^",
"@vueuse/nuxt": "^10.11.0",
"nuxt": "^3.12.2",
"@vueuse/nuxt": "^10.11.1",
"nuxt": "^3.13.2",
"nuxt-headlessui": "^1.2.0",
"nuxt-link-checker": "^2.1.11",
"nuxt-og-image": "3.0.0-rc.38",
"semver": "^7.6.2"
"semver": "^7.6.3"
}
}
20 changes: 10 additions & 10 deletions apps/toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,31 +10,31 @@
},
"dependencies": {
"@mdi/font": "^7.4.47",
"@streamerbot/client": "^1.5.1",
"@streamerbot/vue": "^1.5.0",
"@streamerbot/client": "workspace:^",
"@streamerbot/vue": "workspace:^",
"@vueuse/core": "^9.13.0",
"pinia": "^2.1.7",
"pinia": "^2.2.2",
"prismjs": "^1.29.0",
"timestamp-nano": "^1.0.1",
"uuid": "^9.0.1",
"vue": "^3.4.31",
"vue-router": "^4.4.0",
"vuetify": "^3.6.10",
"vue": "^3.5.8",
"vue-router": "^4.4.5",
"vuetify": "^3.7.2",
"webfontloader": "^1.6.28",
"zod": "^3.23.8"
},
"devDependencies": {
"@iconify/vue": "^4.1.2",
"@types/node": "^18.19.39",
"@types/node": "^18.19.52",
"@types/prismjs": "^1.26.4",
"@types/uuid": "^9.0.8",
"@types/webfontloader": "^1.6.38",
"@vitejs/plugin-vue": "^4.6.2",
"sass": "^1.77.6",
"sass": "^1.79.3",
"typescript": "^4.9.5",
"vite": "^5.3.2",
"vite": "^5.4.8",
"vite-plugin-pages": "^0.32.3",
"vite-plugin-vuetify": "^2.0.3",
"vite-plugin-vuetify": "^2.0.4",
"vue-tsc": "^1.8.27"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"publish-packages": "turbo run build lint && changeset version && changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.27.6",
"eslint": "^8.57.0",
"prettier": "^3.3.2",
"@changesets/cli": "^2.27.8",
"eslint": "^8.57.1",
"prettier": "^3.3.3",
"turbo": "^1.13.4"
},
"engines": {
Expand Down
6 changes: 3 additions & 3 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
"prepublishOnly": "pnpm build && pnpm build:browser"
},
"devDependencies": {
"tsup": "^8.1.0",
"typescript": "^5.5.2"
"tsup": "^8.3.0",
"typescript": "^5.6.2"
},
"dependencies": {
"bufferutil": "^4.0.8",
"isomorphic-ws": "^5.0.0",
"uncrypto": "^0.1.3",
"ws": "^8.17.1"
"ws": "^8.18.0"
}
}
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
},
"devDependencies": {
"@streamerbot/client": "workspace:^",
"typescript": "^5.5.2",
"typescript": "^5.6.2",
"unbuild": "^2.0.0"
},
"dependencies": {
"vue-demi": "^0.14.8"
"vue-demi": "^0.14.10"
},
"peerDependencies": {
"@streamerbot/client": "^1.5.0"
Expand Down
Loading

0 comments on commit 2046921

Please sign in to comment.