Skip to content

Commit 0fa3ecd

Browse files
Merge branch 'main' into renovate/react-monorepo
2 parents 2200d79 + 18506eb commit 0fa3ecd

File tree

4 files changed

+25647
-66
lines changed

4 files changed

+25647
-66
lines changed

demos/default/netlify.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build]
22
command = "next build"
33
publish = ".next"
4-
ignore = "git diff --exit-code $CACHED_COMMIT_REF $COMMIT_REF ../../"
4+
ignore = "echo CACHED_COMMIT_REF: $CACHED_COMMIT_REF COMMIT_REF: $COMMIT_REF && git diff --exit-code $CACHED_COMMIT_REF $COMMIT_REF ../../"
55

66
[build.environment]
77
# cache Cypress binary in local "node_modules" folder

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

+14-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
"cypress": "^8.3.0",
4141
"eslint": "8.4.1",
4242
"eslint-config-next": "12.0.7",
43-
"eslint-config-prettier": "8.1.0",
43+
"eslint-config-prettier": "8.3.0",
4444
"eslint-plugin-cypress": "^2.10.3",
4545
"eslint-plugin-import": "2.25.3",
46-
"eslint-plugin-jsx-a11y": "6.4.1",
46+
"eslint-plugin-jsx-a11y": "6.5.1",
4747
"eslint-plugin-react": "7.26.1",
4848
"eslint-plugin-react-hooks": "4.3.0",
4949
"jest": "27.4.3",

0 commit comments

Comments
 (0)