Skip to content

Commit 8f6cade

Browse files
chore(deps): bump @types/react,react in templates (#143)
* chore(deps): bump @types/react,react in templates * chore(bin): Update dot binary * chore(generators/react_app): bump version to 0.4.0 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent eab14e9 commit 8f6cade

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

bin/dot

0 Bytes
Binary file not shown.

docs/contributor/generators/react_app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ React + Vite application. Merges React dependencies and JSX compiler options int
99
| Field | Value |
1010
| ------- | ---------------------- |
1111
| Name | `react_app` |
12-
| Version | `0.3.0` |
12+
| Version | `0.4.0` |
1313
| Package | `generators/react_app` |
1414

1515
---

generators/react_app/generator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ func (g *Generator) Generate(ctx *dotapi.Context) error {
3131
"preview": "vite preview",
3232
},
3333
"dependencies": map[string]interface{}{
34-
"react": "^18.3.0",
34+
"react": "^19.2.6",
3535
"react-dom": "^19.2.6",
3636
},
3737
"devDependencies": map[string]interface{}{

generators/react_app/manifest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
// project needs the TypeScript foundation first.
1111
var Manifest = dotapi.Manifest{
1212
Name: "react_app",
13-
Version: "0.3.0",
13+
Version: "0.4.0",
1414
Description: "React + Vite application setup",
1515
DependsOn: []string{"typescript_base"},
1616
Outputs: []string{

0 commit comments

Comments
 (0)