Skip to content

Commit e8b7b18

Browse files
authored
Merge branch 'main' into nickytonline/prebundled-react-env-var-fix
2 parents 2443323 + a514197 commit e8b7b18

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.40",
32+
"@types/node": "16.18.41",
3333
"@types/react": "18.2.20",
3434
"@types/react-dom": "18.2.7",
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.33.1",
45+
"eslint-plugin-react": "7.33.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": "^8.0.0",
88
"eslint-config-next": "^12.0.8",
99
"eslint-config-prettier": "^8.3.0",
10-
"eslint-plugin-react": "7.33.1",
10+
"eslint-plugin-react": "7.33.2",
1111
"eslint-config-turbo": "latest"
1212
},
1313
"devDependencies": {

0 commit comments

Comments
 (0)