Skip to content

Commit 262f102

Browse files
chore(deps): upgrade dependencies in NX demo (#1587)
* chore(deps): upgrade nx to v14 * style: lint * chore: upgrade to nx 14 * chore: upgrade to latest nx and next versions * style: lint Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 43a60c8 commit 262f102

File tree

5 files changed

+16470
-16943
lines changed

5 files changed

+16470
-16943
lines changed

demos/nx-next-monorepo-demo/apps/demo-monorepo/next-env.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/// <reference types="next" />
2-
/// <reference types="next/types/global" />
32
/// <reference types="next/image-types/global" />
43

54
// NOTE: This file should not be edited

demos/nx-next-monorepo-demo/apps/demo-monorepo/tsconfig.json

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,25 @@
55
"allowJs": true,
66
"esModuleInterop": true,
77
"allowSyntheticDefaultImports": true,
8-
"types": ["node", "jest"],
8+
"types": [
9+
"node",
10+
"jest"
11+
],
912
"strict": false,
1013
"forceConsistentCasingInFileNames": true,
1114
"noEmit": true,
1215
"resolveJsonModule": true,
13-
"isolatedModules": true
16+
"isolatedModules": true,
17+
"incremental": true
1418
},
15-
"include": ["**/*.ts", "**/*.tsx", "**/*.js", "**/*.jsx", "next-env.d.ts"],
16-
"exclude": ["node_modules"]
19+
"include": [
20+
"**/*.ts",
21+
"**/*.tsx",
22+
"**/*.js",
23+
"**/*.jsx",
24+
"next-env.d.ts"
25+
],
26+
"exclude": [
27+
"node_modules"
28+
]
1729
}

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

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)