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 e7a05eb

Browse files
authoredFeb 19, 2024
chore(deps): update dependency @types/react to v18.2.56
1 parent b5ec326 commit e7a05eb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@testing-library/react": "13.4.0",
3131
"@types/jest": "28.1.8",
3232
"@types/node": "16.18.82",
33-
"@types/react": "18.2.55",
33+
"@types/react": "18.2.56",
3434
"@types/react-dom": "18.2.19",
3535
"@typescript-eslint/eslint-plugin": "^5.36.1",
3636
"@typescript-eslint/parser": "^5.36.1",

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

+1-1
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.2.55",
20+
"@types/react": "18.2.56",
2121
"eslint": "8.56.0",
2222
"eslint-config-custom": "*",
2323
"next-transpile-modules": "9.0.0",

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

+1-1
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.2.55",
20+
"@types/react": "18.2.56",
2121
"eslint": "8.56.0",
2222
"eslint-config-custom": "*",
2323
"next-transpile-modules": "9.0.0",

0 commit comments

Comments
 (0)
Please sign in to comment.