Skip to content

Commit 21e31bd

Browse files
fix(nx-plugin): bump Nx deps to 22.x
1 parent c936f43 commit 21e31bd

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

packages/nx-plugin/src/generators/init/lib/add-analog-dependencies.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export function addAnalogDependencies(tree: Tree, angularVersion: string) {
1111
tree,
1212
{
1313
...dependencies,
14-
'@angular/platform-server': angularVersion,
14+
'@angular/platform-server': `^${angularVersion}`,
1515
},
1616
devDependencies,
1717
);

packages/nx-plugin/src/generators/preset/__snapshots__/generator.spec.ts.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ exports[`preset generator > should match project.json 1`] = `
5050
},
5151
"serve": {
5252
"executor": "@analogjs/platform:vite-dev-server",
53+
"continuous": true,
5354
"defaultConfiguration": "development",
5455
"options": {
5556
"buildTarget": "my-app:build",
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// V19_X
22
export const V19_X_ANALOG_JS_ROUTER = '^2.0.0-beta.22';
33
export const V19_X_ANALOG_JS_CONTENT = '^2.0.0-beta.22';
4-
export const V19_X_MARKED = '^5.0.2';
4+
export const V19_X_MARKED = '^15.0.7';
55
export const V19_X_MARKED_GFM_HEADING_ID = '^4.1.1';
66
export const V19_X_MARKED_HIGHLIGHT = '^2.2.1';
77
export const V19_X_MARKED_MANGLE = '^1.1.10';
@@ -11,11 +11,11 @@ export const V19_X_PRISMJS = '^1.29.0';
1111
export const V19_X_ANALOG_JS_PLATFORM = '^2.0.0-beta.22';
1212
export const V19_X_ANALOG_JS_VITE_PLUGIN_ANGULAR = '^2.0.0-beta.22';
1313
export const V19_X_ANALOG_JS_VITEST_ANGULAR = '^2.0.0-beta.22';
14-
export const V19_X_NX_ANGULAR = '^20.0.0';
15-
export const V19_X_NX_VITE = '^20.0.0';
14+
export const V19_X_NX_ANGULAR = '^22.0.0';
15+
export const V19_X_NX_VITE = '^22.0.0';
1616
export const V19_X_JSDOM = '^22.0.0';
1717
export const V19_X_VITE_TSCONFIG_PATHS = '^4.2.0';
1818
export const V19_X_VITEST = '^2.0.0';
1919
export const V19_X_VITE = '^5.0.0';
20-
export const NX_X_LATEST_VITE = '^6.0.0';
21-
export const NX_X_LATEST_VITEST = '^3.0.0';
20+
export const NX_X_LATEST_VITE = '^7.0.0';
21+
export const NX_X_LATEST_VITEST = '^4.0.0';

0 commit comments

Comments
 (0)