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 ff4d8c5

Browse files
committedOct 17, 2023
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",

‎package-lock.json

Lines changed: 173 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@babel/preset-env": "^7.15.8",
5454
"@babel/preset-typescript": "^7.16.0",
5555
"@delucis/if-env": "^1.1.2",
56-
"@netlify/build": "^29.22.5",
56+
"@netlify/build": "^29.23.1",
5757
"@netlify/eslint-config-node": "^7.0.1",
5858
"@testing-library/cypress": "^9.0.0",
5959
"@types/fs-extra": "^9.0.13",

‎packages/runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"devDependencies": {
4141
"@delucis/if-env": "^1.1.2",
42-
"@netlify/build": "^29.22.5",
42+
"@netlify/build": "^29.23.1",
4343
"@types/fs-extra": "^9.0.13",
4444
"@types/jest": "^27.4.1",
4545
"@types/merge-stream": "^1.1.2",

0 commit comments

Comments
 (0)
Please sign in to comment.