Skip to content

Commit

Permalink
chore(deps): update react monorepo (#2353)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 6, 2023
1 parent ba2353b commit 7451024
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions demos/nx-next-monorepo-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"@testing-library/react": "13.4.0",
"@types/jest": "28.1.8",
"@types/node": "16.18.60",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"@types/react": "18.2.35",
"@types/react-dom": "18.2.14",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"babel-jest": "28.1.3",
Expand Down
2 changes: 1 addition & 1 deletion demos/turborepo-next-monorepo-demo/apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@babel/core": "^7.0.0",
"@types/node": "^17.0.12",
"@types/react": "18.2.28",
"@types/react": "18.2.35",
"eslint": "8.51.0",
"eslint-config-custom": "*",
"next-transpile-modules": "9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion demos/turborepo-next-monorepo-demo/apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@babel/core": "^7.0.0",
"@types/node": "^17.0.12",
"@types/react": "18.2.28",
"@types/react": "18.2.35",
"eslint": "8.51.0",
"eslint-config-custom": "*",
"next-transpile-modules": "9.0.0",
Expand Down

0 comments on commit 7451024

Please sign in to comment.