-
-
Notifications
You must be signed in to change notification settings - Fork 261
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(nx-plugin): add support for nx 18 (#880)
Co-authored-by: Brandon Roberts <robertsbt@gmail.com>
- Loading branch information
1 parent
4d2ecbd
commit aa5c4fa
Showing
7 changed files
with
260 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 28 additions & 0 deletions
28
packages/nx-plugin/src/generators/app/versions/nx_18_X/versions.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
// V18_X | ||
// dependencies | ||
export const V18_X_NX_DEVKIT = '^18.0.0'; | ||
export const V18_X_NX_ANGULAR = '^18.0.0'; | ||
export const V18_X_ANALOG_JS_CONTENT = '^0.2.0'; | ||
export const V18_X_ANALOG_JS_ROUTER = '^0.2.0'; | ||
export const V18_X_ANALOG_JS_TRPC = '^0.2.0'; | ||
export const V18_X_ANALOG_JS_VITE_PLUGIN_ANGULAR = '^0.2.0'; | ||
export const V18_X_TRPC_CLIENT = '^10.25.0'; | ||
export const V18_X_TRPC_SERVER = '^10.25.0'; | ||
export const V18_X_ISOMORPHIC_FETCH = '^3.0.0'; | ||
export const V18_X_SUPERJSON = '^2.2.1'; | ||
export const V18_X_FRONT_MATTER = '^4.0.2'; | ||
export const V18_X_MARKED = '^5.0.2'; | ||
export const V18_X_MARKED_GFM_HEADING_ID = '^3.1.0'; | ||
export const V18_X_MARKED_HIGHLIGHT = '^2.0.1'; | ||
export const V18_X_MERMAID = '^10.2.4'; | ||
export const V18_X_PRISMJS = '^1.29.0'; | ||
|
||
// devDependencies | ||
export const V18_X_ANALOG_JS_PLATFORM = '^0.2.0'; | ||
export const V18_X_NX_VITE = '^18.0.0'; | ||
export const V18_X_NX_LINTER = '^18.0.0'; | ||
export const V18_X_JSDOM = '^22.1.0'; | ||
export const V18_X_VITE = '^5.0.0'; | ||
export const V18_X_VITE_TSCONFIG_PATHS = '^4.2.0'; | ||
export const V18_X_VITEST = '^1.0.4'; | ||
export const V18_X_ZOD = '^3.21.4'; |
Oops, something went wrong.