Skip to content

Commit

Permalink
Update react monorepo to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
pulumi-renovate[bot] authored and rshade committed Feb 20, 2025
1 parent a49210d commit a889572
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions aws-ts-k8s-mern-voting-app/clientside/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.0.0",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-scripts": "3.4.4"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions aws-ts-k8s-voting-app/clientside/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.0.0",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-scripts": "3.4.4"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions aws-ts-netlify-cms-and-oauth/cms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"dependencies": {
"netlify-cms-app": "^2.12.19",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-scripts": "^2.1.8"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions aws-ts-nextjs/demoapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
},
"dependencies": {
"@types/node": "20.17.19",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"autoprefixer": "10.4.20",
"eslint": "8.57.1",
"eslint-config-next": "15.1.7",
"next": "15.1.7",
"postcss": "8.5.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"tailwindcss": "3.4.17",
"typescript": "5.1.6"
},
Expand Down
4 changes: 2 additions & 2 deletions aws-ts-pern-voting-app/clientside/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.0.0",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-scripts": "3.4.4"
},
"scripts": {
Expand Down

0 comments on commit a889572

Please sign in to comment.