Skip to content

Commit 8f48e11

Browse files
feat: patch react in templates (#225)
Signed-off-by: David Dal Busco <[email protected]>
1 parent 7fe07b7 commit 8f48e11

File tree

6 files changed

+26
-34
lines changed

6 files changed

+26
-34
lines changed

templates/nextjs-example/package.json

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,27 +15,23 @@
1515
"@junobuild/core": "^3.2.0",
1616
"@junobuild/functions": "^0.5.0",
1717
"nanoid": "^5.1.5",
18-
"next": "16.0.0",
19-
"react": "19.2.0",
20-
"react-dom": "19.2.0"
18+
"next": "16.0.7",
19+
"react": "19.2.1",
20+
"react-dom": "19.2.1"
2121
},
2222
"devDependencies": {
2323
"@junobuild/config": "^2.6.0",
2424
"@junobuild/nextjs-plugin": "^4.5.0",
2525
"@next/eslint-plugin-next": "16.0.0",
2626
"@tailwindcss/postcss": "^4.1.13",
2727
"@types/node": "^24",
28-
"@types/react": "19.2.2",
29-
"@types/react-dom": "19.2.2",
28+
"@types/react": "19.2.7",
29+
"@types/react-dom": "19.2.3",
3030
"eslint": "^9",
3131
"eslint-config-next": "16.0.0",
3232
"postcss": "^8",
3333
"prettier-plugin-tailwindcss": "^0.6.14",
3434
"tailwindcss": "^4.1.13",
3535
"typescript": "^5"
36-
},
37-
"overrides": {
38-
"@types/react": "19.2.2",
39-
"@types/react-dom": "19.2.2"
4036
}
4137
}

templates/nextjs-starter/package.json

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,26 +14,22 @@
1414
"dependencies": {
1515
"@junobuild/core": "^3.2.0",
1616
"@junobuild/functions": "^0.5.0",
17-
"next": "16.0.0",
18-
"react": "19.2.0",
19-
"react-dom": "19.2.0"
17+
"next": "16.0.7",
18+
"react": "19.2.1",
19+
"react-dom": "19.2.1"
2020
},
2121
"devDependencies": {
2222
"@junobuild/config": "^2.6.0",
2323
"@junobuild/nextjs-plugin": "^4.5.0",
2424
"@tailwindcss/postcss": "^4.1.13",
2525
"@types/node": "^24",
26-
"@types/react": "19.2.2",
27-
"@types/react-dom": "19.2.2",
26+
"@types/react": "19.2.7",
27+
"@types/react-dom": "19.2.3",
2828
"eslint": "^9",
2929
"eslint-config-next": "16.0.0",
3030
"postcss": "^8",
3131
"prettier-plugin-tailwindcss": "^0.6.14",
3232
"tailwindcss": "^4.1.13",
3333
"typescript": "^5"
34-
},
35-
"overrides": {
36-
"@types/react": "19.2.2",
37-
"@types/react-dom": "19.2.2"
3834
}
3935
}

templates/react-example/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@
1616
"@junobuild/core": "^3.2.0",
1717
"@junobuild/functions": "^0.5.0",
1818
"nanoid": "^5.1.5",
19-
"react": "19.1.1",
20-
"react-dom": "19.1.1"
19+
"react": "^19.2.1",
20+
"react-dom": "^19.2.1"
2121
},
2222
"devDependencies": {
2323
"@eslint/js": "^9.34.0",
2424
"@junobuild/config": "^2.6.0",
2525
"@junobuild/vite-plugin": "^4.4.0",
2626
"@tailwindcss/postcss": "^4.1.13",
2727
"@tailwindcss/vite": "^4.1.13",
28-
"@types/react": "19.1.12",
29-
"@types/react-dom": "19.1.9",
28+
"@types/react": "^19.2.7",
29+
"@types/react-dom": "^19.2.3",
3030
"@vitejs/plugin-react": "^5.0.2",
3131
"eslint": "^9.34.0",
3232
"eslint-plugin-react": "^7.37.5",

templates/react-starter/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@
1515
"dependencies": {
1616
"@junobuild/core": "^3.2.0",
1717
"@junobuild/functions": "^0.5.0",
18-
"react": "19.1.1",
19-
"react-dom": "19.1.1"
18+
"react": "^19.2.1",
19+
"react-dom": "^19.2.1"
2020
},
2121
"devDependencies": {
2222
"@eslint/js": "^9.34.0",
2323
"@junobuild/config": "^2.6.0",
2424
"@junobuild/vite-plugin": "^4.4.0",
2525
"@tailwindcss/postcss": "^4.1.13",
2626
"@tailwindcss/vite": "^4.1.13",
27-
"@types/react": "19.1.12",
28-
"@types/react-dom": "19.1.9",
27+
"@types/react": "^19.2.7",
28+
"@types/react-dom": "^19.2.3",
2929
"@vitejs/plugin-react": "^5.0.2",
3030
"eslint": "^9.34.0",
3131
"eslint-plugin-react": "^7.37.5",

templates/react-ts-example/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@
1616
"@junobuild/core": "^3.2.0",
1717
"@junobuild/functions": "^0.5.0",
1818
"nanoid": "^5.1.5",
19-
"react": "19.1.1",
20-
"react-dom": "19.1.1"
19+
"react": "^19.2.1",
20+
"react-dom": "^19.2.1"
2121
},
2222
"devDependencies": {
2323
"@eslint/js": "^9.34.0",
2424
"@junobuild/config": "^2.6.0",
2525
"@junobuild/vite-plugin": "^4.4.0",
2626
"@tailwindcss/postcss": "^4.1.13",
2727
"@tailwindcss/vite": "^4.1.13",
28-
"@types/react": "19.1.12",
29-
"@types/react-dom": "19.1.9",
28+
"@types/react": "^19.2.7",
29+
"@types/react-dom": "^19.2.3",
3030
"@vitejs/plugin-react": "^5.0.2",
3131
"eslint": "^9.34.0",
3232
"eslint-plugin-react": "^7.37.5",

templates/react-ts-starter/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@
1515
"dependencies": {
1616
"@junobuild/core": "^3.2.0",
1717
"@junobuild/functions": "^0.5.0",
18-
"react": "19.1.1",
19-
"react-dom": "19.1.1"
18+
"react": "^19.2.1",
19+
"react-dom": "^19.2.1"
2020
},
2121
"devDependencies": {
2222
"@eslint/js": "^9.34.0",
2323
"@junobuild/config": "^2.6.0",
2424
"@junobuild/vite-plugin": "^4.4.0",
2525
"@tailwindcss/postcss": "^4.1.13",
2626
"@tailwindcss/vite": "^4.1.13",
27-
"@types/react": "19.1.12",
28-
"@types/react-dom": "19.1.9",
27+
"@types/react": "^19.2.7",
28+
"@types/react-dom": "^19.2.3",
2929
"@vitejs/plugin-react": "^5.0.2",
3030
"eslint": "^9.34.0",
3131
"eslint-plugin-react-hooks": "^5.2.0",

0 commit comments

Comments
 (0)