Skip to content

Commit 4466347

Browse files
Merge branch 'main' into no-bundler-for-nothing
2 parents fc9480c + 87391e1 commit 4466347

File tree

6 files changed

+635
-680
lines changed

6 files changed

+635
-680
lines changed

demos/default/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@netlify/next": "*",
2222
"@reach/dialog": "^0.16.2",
2323
"@reach/visually-hidden": "^0.16.0",
24-
"@vercel/og": "^0.0.27",
24+
"@vercel/og": "^0.5.0",
2525
"next": "^13.4.1",
2626
"react": "^18.2.0",
2727
"react-dom": "^18.2.0"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@nrwl/workspace": "15.9.4",
3030
"@testing-library/react": "13.4.0",
3131
"@types/jest": "28.1.8",
32-
"@types/node": "16.18.36",
32+
"@types/node": "16.18.38",
3333
"@types/react": "18.2.14",
3434
"@types/react-dom": "18.2.6",
3535
"@typescript-eslint/eslint-plugin": "^5.36.1",
@@ -42,7 +42,7 @@
4242
"eslint-plugin-cypress": "^2.10.3",
4343
"eslint-plugin-import": "2.27.5",
4444
"eslint-plugin-jsx-a11y": "6.7.1",
45-
"eslint-plugin-react": "7.31.8",
45+
"eslint-plugin-react": "7.32.2",
4646
"eslint-plugin-react-hooks": "4.6.0",
4747
"jest": "28.1.3",
4848
"jest-environment-jsdom": "28.1.3",

demos/turborepo-next-monorepo-demo/packages/eslint-config-custom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"eslint": "^7.23.0",
88
"eslint-config-next": "^12.0.8",
99
"eslint-config-prettier": "^8.3.0",
10-
"eslint-plugin-react": "7.28.0",
10+
"eslint-plugin-react": "7.32.2",
1111
"eslint-config-turbo": "latest"
1212
},
1313
"devDependencies": {

0 commit comments

Comments
 (0)