From 498b33fd72e246dfc9c213a4b26acbadb029b148 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Fri, 22 Aug 2025 13:13:47 -0700 Subject: [PATCH] chore: use latest alpha cli --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 868efe33b..9a70fa89a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -65,7 +65,7 @@ "lint-staged": "^15.2.0", "loader-utils": "^2.0.0 || ^3.0.0", "module-alias": "^2.2.2", - "nativescript": "^9.0.0-alpha.4", + "nativescript": "alpha", "nativescript-typedoc-theme": "1.1.0", "nx": "21.3.7", "parse-css": "git+https://github.com/tabatkins/parse-css.git", diff --git a/package.json b/package.json index d216b7273..25b34fe05 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "lint-staged": "^15.2.0", "loader-utils": "^2.0.0 || ^3.0.0", "module-alias": "^2.2.2", - "nativescript": "^9.0.0-alpha.4", + "nativescript": "alpha", "nativescript-typedoc-theme": "1.1.0", "nx": "21.3.7", "parse-css": "git+https://github.com/tabatkins/parse-css.git",