Skip to content

Commit 0337293

Browse files
committed
Update React and Next.js dependencies
1 parent 9ca9510 commit 0337293

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

examples/autotagger/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"@contentful/react-apps-toolkit": "1.2.16",
1010
"@emotion/css": "^11.13.5",
1111
"contentful-management": "11.50.0",
12-
"react": "19.0.0",
13-
"react-dom": "19.0.0"
12+
"react": "19.0.1",
13+
"react-dom": "19.0.1"
1414
},
1515
"scripts": {
1616
"start": "vite",

examples/function-appaction/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"@rjsf/validator-ajv8": "^5.24.13",
1313
"@vitejs/plugin-react": "^4.3.4",
1414
"contentful-management": "^11.59.0",
15-
"react": "19.0.0",
16-
"react-dom": "19.0.0",
15+
"react": "19.0.1",
16+
"react-dom": "19.0.1",
1717
"vite": "^6.2.0",
1818
"vitest": "^3.0.8"
1919
},

examples/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@contentful/f36-components": "4.45.0",
1818
"@contentful/f36-tokens": "4.0.2",
1919
"@contentful/react-apps-toolkit": "1.2.16",
20-
"next": "15.4.7",
20+
"next": "15.4.8",
2121
"react": "18.2.0",
2222
"react-dom": "18.2.0"
2323
},

0 commit comments

Comments
 (0)