Skip to content

Commit ff4d8c5

Browse files
committed
Merge remote-tracking branch 'origin/main' into nickytonline/blob-storage
2 parents 12c4723 + e3bb71d commit ff4d8c5

File tree

6 files changed

+180
-42
lines changed

6 files changed

+180
-42
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@
3030
"@testing-library/react": "13.4.0",
3131
"@types/jest": "28.1.8",
3232
"@types/node": "16.18.58",
33-
"@types/react": "18.2.25",
34-
"@types/react-dom": "18.2.11",
33+
"@types/react": "18.2.28",
34+
"@types/react-dom": "18.2.13",
3535
"@typescript-eslint/eslint-plugin": "^5.36.1",
3636
"@typescript-eslint/parser": "^5.36.1",
3737
"babel-jest": "28.1.3",
3838
"cypress": "^12.10.0",
3939
"eslint": "~8.51.0",
4040
"eslint-config-next": "12.3.4",
41-
"eslint-config-prettier": "8.8.0",
41+
"eslint-config-prettier": "8.10.0",
4242
"eslint-plugin-cypress": "^2.10.3",
4343
"eslint-plugin-import": "2.27.5",
4444
"eslint-plugin-jsx-a11y": "6.7.1",

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.2.25",
20+
"@types/react": "18.2.28",
2121
"eslint": "8.51.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.2.25",
20+
"@types/react": "18.2.28",
2121
"eslint": "8.51.0",
2222
"eslint-config-custom": "*",
2323
"next-transpile-modules": "9.0.0",

0 commit comments

Comments
 (0)