Skip to content

Commit 3b40f0f

Browse files
authored
Merge branch 'main' into feat/monorepo-changes
2 parents 6a9b906 + 9d4079d commit 3b40f0f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.20.1
1+
16.20.2

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"@nrwl/workspace": "15.9.4",
3030
"@testing-library/react": "13.4.0",
3131
"@types/jest": "28.1.8",
32-
"@types/node": "16.18.39",
33-
"@types/react": "18.2.18",
32+
"@types/node": "16.18.40",
33+
"@types/react": "18.2.20",
3434
"@types/react-dom": "18.2.7",
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.18",
20+
"@types/react": "18.2.20",
2121
"eslint": "8.46.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.18",
20+
"@types/react": "18.2.20",
2121
"eslint": "8.46.0",
2222
"eslint-config-custom": "*",
2323
"next-transpile-modules": "9.0.0",

0 commit comments

Comments
 (0)