Skip to content

Commit

Permalink
chore(deps): update react monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 28, 2024
1 parent 466bcda commit 023c8a1
Show file tree
Hide file tree
Showing 4 changed files with 219 additions and 59 deletions.
6 changes: 3 additions & 3 deletions e2e/vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"@e2e/shared-server": "0.0.109",
"encoding": "0.1.13",
"next": "14.2.7",
"react": "18.2.0",
"react-dom": "18.2.0"
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@pulumi/pulumi": "3.130.0",
"@types/react": "18.2.48",
"@types/react": "18.3.4",
"esbuild": "0.23.1",
"eslint": "9.9.1",
"eslint-config-next": "14.2.7",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@theguild/prettier-config": "2.0.7",
"@types/jest": "29.5.12",
"@types/node": "22.5.1",
"@types/react-dom": "18.2.18",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"babel-jest": "29.7.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"@types/node": "22.5.1",
"express": "4.19.2",
"fastify": "4.28.1",
"react": "0.0.0-experimental-e5205658f-20230913",
"react-dom": "0.0.0-experimental-e5205658f-20230913"
"react": "0.14.10",
"react-dom": "0.14.10"
},
"publishConfig": {
"directory": "dist",
Expand Down
Loading

0 comments on commit 023c8a1

Please sign in to comment.