Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilloftheshadow committed Oct 19, 2024
1 parent 8b489db commit f505082
Show file tree
Hide file tree
Showing 7 changed files with 789 additions and 795 deletions.
2 changes: 1 addition & 1 deletion apps/cloudo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@buape/carbon": "workspace:*"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20241011.0",
"@cloudflare/workers-types": "4.20241018.0",
"typescript": "5.6.3",
"wrangler": "3.81.0"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/rocko/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dotenv": "16.4.5"
},
"devDependencies": {
"@types/node": "22.7.6",
"@types/node": "22.7.7",
"tsc-watch": "6.2.0",
"typescript": "5.6.3"
}
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@
"@net-tech-/env-cmd": "1.0.3"
},
"devDependencies": {
"@biomejs/biome": "1.9.3",
"@biomejs/biome": "1.9.4",
"@changesets/changelog-git": "0.2.0",
"@changesets/cli": "2.27.9",
"@turbo/gen": "2.1.3",
"@turbo/gen": "2.2.1",
"tsc-watch": "6.2.0",
"turbo": "2.1.3",
"turbo": "2.2.1",
"type-fest": "4.26.1",
"typedoc": "0.26.8",
"typedoc": "0.26.10",
"typedoc-plugin-frontmatter": "1.0.0",
"typedoc-plugin-markdown": "4.2.9",
"typedoc-plugin-mdn-links": "3.3.2",
"typescript": "5.6.2",
"vitest": "2.1.2"
"typedoc-plugin-mdn-links": "3.3.3",
"typescript": "5.6.3",
"vitest": "2.1.3"
},
"packageManager": "pnpm@9.12.1",
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions packages/carbon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
"dependencies": {
"@buape/carbon-request": "workspace:*",
"@types/node": "^20",
"discord-api-types": "0.37.101"
"discord-api-types": "0.37.102"
},
"optionalDependencies": {
"@cloudflare/workers-types": "4.20240919.0",
"@hono/node-server": "1.13.1",
"@types/bun": "^1.1.10"
"@cloudflare/workers-types": "4.20241018.0",
"@hono/node-server": "1.13.2",
"@types/bun": "1.1.11"
},
"files": [
"dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-carbon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@clack/prompts": "0.7.0",
"gray-matter": "4.0.3",
"handlebars": "4.7.8",
"yocto-spinner": "0.1.0"
"yocto-spinner": "0.1.1"
},
"devDependencies": {
"@types/node": "^20"
Expand Down
Loading

0 comments on commit f505082

Please sign in to comment.