Skip to content

Commit

Permalink
chore: update all dependencies (#206)
Browse files Browse the repository at this point in the history
* chore: update all dependencies

* chore: add changeset

* chore: formatting
  • Loading branch information
thewilloftheshadow authored Jan 21, 2025
1 parent 626f3c3 commit 137a2d9
Show file tree
Hide file tree
Showing 18 changed files with 2,169 additions and 2,453 deletions.
6 changes: 6 additions & 0 deletions .changeset/tender-shirts-attend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"create-carbon": patch
"@buape/carbon": patch
---

chore: update dependencies
6 changes: 3 additions & 3 deletions apps/cloudo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"@buape/carbon": "workspace:*"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20241018.0",
"typescript": "5.6.3",
"wrangler": "3.81.0"
"@cloudflare/workers-types": "4.20250109.0",
"typescript": "5.7.3",
"wrangler": "3.103.2"
}
}
8 changes: 4 additions & 4 deletions apps/rocko/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
},
"dependencies": {
"@buape/carbon": "workspace:*",
"dotenv": "16.4.5"
"dotenv": "16.4.7"
},
"devDependencies": {
"@types/node": "22.7.7",
"tsc-watch": "6.2.0",
"typescript": "5.6.3"
"@types/node": "22.10.7",
"tsc-watch": "6.2.1",
"typescript": "5.7.3"
}
}
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@changesets/changelog-git": "0.2.0",
"@changesets/cli": "2.27.9",
"@turbo/gen": "2.2.1",
"tsc-watch": "6.2.0",
"turbo": "2.2.1",
"type-fest": "4.26.1",
"typedoc": "0.26.10",
"typedoc-plugin-frontmatter": "1.0.0",
"typedoc-plugin-markdown": "4.2.9",
"typedoc-plugin-mdn-links": "3.3.3",
"typescript": "5.6.3",
"vitest": "2.1.3"
"@changesets/cli": "2.27.11",
"@turbo/gen": "2.3.3",
"tsc-watch": "6.2.1",
"turbo": "2.3.3",
"type-fest": "4.33.0",
"typedoc": "0.27.6",
"typedoc-plugin-frontmatter": "1.1.2",
"typedoc-plugin-markdown": "4.4.1",
"typedoc-plugin-mdn-links": "4.0.9",
"typescript": "5.7.3",
"vitest": "3.0.2"
},
"packageManager": "[email protected]",
"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.102"
"discord-api-types": "0.37.117"
},
"optionalDependencies": {
"@cloudflare/workers-types": "4.20241018.0",
"@hono/node-server": "1.13.2",
"@types/bun": "1.1.11"
"@cloudflare/workers-types": "4.20250109.0",
"@hono/node-server": "1.13.7",
"@types/bun": "1.1.17"
},
"files": [
"dist",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-carbon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"LICENSE"
],
"dependencies": {
"@clack/prompts": "0.7.0",
"@clack/prompts": "0.9.1",
"gray-matter": "4.0.3",
"handlebars": "4.7.8",
"yocto-spinner": "0.1.1"
"yocto-spinner": "0.2.0"
},
"devDependencies": {
"@types/node": "^20"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-carbon/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if (p.isCancel(name)) {
process.exit(1)
}

const runtime = await p.select<typeof runtimes, Runtime>({
const runtime = await p.select<Runtime>({
message: "What runtime do you want to use?",
options: runtimes
})
Expand Down
Loading

0 comments on commit 137a2d9

Please sign in to comment.