Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a1ee33b

Browse files
authoredJun 26, 2023
chore(deps): update react monorepo
1 parent f7d6fac commit a1ee33b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎demos/nx-next-monorepo-demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"@testing-library/react": "13.4.0",
3131
"@types/jest": "28.1.8",
3232
"@types/node": "16.18.36",
33-
"@types/react": "18.0.38",
34-
"@types/react-dom": "18.0.11",
33+
"@types/react": "18.2.14",
34+
"@types/react-dom": "18.2.6",
3535
"@typescript-eslint/eslint-plugin": "^5.36.1",
3636
"@typescript-eslint/parser": "^5.36.1",
3737
"babel-jest": "28.1.3",

‎demos/turborepo-next-monorepo-demo/apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"devDependencies": {
1818
"@babel/core": "^7.0.0",
1919
"@types/node": "^17.0.12",
20-
"@types/react": "18.0.38",
20+
"@types/react": "18.2.14",
2121
"eslint": "7.32.0",
2222
"eslint-config-custom": "*",
2323
"next-transpile-modules": "9.0.0",

‎demos/turborepo-next-monorepo-demo/apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"devDependencies": {
1818
"@babel/core": "^7.0.0",
1919
"@types/node": "^17.0.12",
20-
"@types/react": "18.0.38",
20+
"@types/react": "18.2.14",
2121
"eslint": "7.32.0",
2222
"eslint-config-custom": "*",
2323
"next-transpile-modules": "9.0.0",

0 commit comments

Comments
 (0)
Please sign in to comment.