Skip to content

Commit

Permalink
bump c3 framework cli dependencies (#3822)
Browse files Browse the repository at this point in the history
  • Loading branch information
dario-piotrowicz authored Aug 24, 2023
1 parent 9156994 commit 3db3451
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions .changeset/two-suns-heal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"create-cloudflare": patch
---

update the frameworks' cli versions used in C3

- `@angular/cli` from 16.1.x to 16.2.0
- `create-next-app` from 13.4.2 to 13.4.19
- `create-remix` from 1.16.0 to 1.19.3
- `gatsby` from 5.10.0 to 5.11.0
- `nuxi` from 3.4.2 to 3.6.5
10 changes: 5 additions & 5 deletions packages/create-cloudflare/src/frameworks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
"additionally it also contains a map that maps frameworks to their respective clis"
],
"dependencies": {
"@angular/cli": "16.1.x",
"@angular/cli": "16.2.0",
"create-astro": "3.1.5",
"create-docusaurus": "2.4.1",
"create-hono": "0.2.6",
"create-next-app": "13.4.2",
"create-next-app": "13.4.19",
"create-qwik": "1.2.7",
"create-react-app": "5.0.1",
"create-remix": "1.16.0",
"create-remix": "1.19.3",
"create-solid": "0.2.26",
"create-svelte": "4.2.0",
"create-vue": "3.6.4",
"gatsby": "5.10.0",
"nuxi": "3.4.2"
"gatsby": "5.11.0",
"nuxi": "3.6.5"
},
"frameworkCliMap": {
"angular": "@angular/cli",
Expand Down

0 comments on commit 3db3451

Please sign in to comment.