Skip to content

Commit d0aca50

Browse files
committed
feat: dependency updates
1 parent 9445288 commit d0aca50

File tree

8 files changed

+29
-29
lines changed

8 files changed

+29
-29
lines changed

apps/nativescript-starter-angular/package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,28 @@
44
"version": "1.0.0",
55
"private": true,
66
"dependencies": {
7-
"@angular/animations": "~19.1.0",
8-
"@angular/common": "~19.1.0",
9-
"@angular/compiler": "~19.1.0",
10-
"@angular/core": "~19.1.0",
11-
"@angular/forms": "~19.1.0",
12-
"@angular/platform-browser": "~19.1.0",
13-
"@angular/platform-browser-dynamic": "~19.1.0",
14-
"@angular/router": "~19.1.0",
7+
"@angular/animations": "~19.2.0",
8+
"@angular/common": "~19.2.0",
9+
"@angular/compiler": "~19.2.0",
10+
"@angular/core": "~19.2.0",
11+
"@angular/forms": "~19.2.0",
12+
"@angular/platform-browser": "~19.2.0",
13+
"@angular/platform-browser-dynamic": "~19.2.0",
14+
"@angular/router": "~19.2.0",
1515
"@nativescript/angular": "^19.0.0",
1616
"@nativescript/core": "~8.9.0",
1717
"rxjs": "~7.8.0",
1818
"zone.js": "~0.15.0"
1919
},
2020
"devDependencies": {
21-
"@angular-devkit/build-angular": "~19.1.0",
22-
"@angular/compiler-cli": "~19.1.0",
23-
"@nativescript/preview-cli": "1.0.13",
24-
"@nativescript/stackblitz": "0.0.8",
21+
"@angular-devkit/build-angular": "~19.2.0",
22+
"@angular/compiler-cli": "~19.2.0",
23+
"@nativescript/preview-cli": "^1.0.14",
24+
"@nativescript/stackblitz": "^0.0.8",
2525
"@nativescript/tailwind": "^2.1.0",
2626
"@nativescript/types": "~8.9.0",
2727
"@nativescript/webpack": "~5.0.0",
28-
"@ngtools/webpack": "~19.1.0",
28+
"@ngtools/webpack": "~19.2.0",
2929
"tailwindcss": "~3.4.0",
3030
"typescript": "~5.7.0"
3131
}

apps/nativescript-starter-javascript/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"@nativescript/core": "~8.9.0"
88
},
99
"devDependencies": {
10-
"@nativescript/preview-cli": "1.0.13",
11-
"@nativescript/stackblitz": "0.0.8",
10+
"@nativescript/preview-cli": "^1.0.14",
11+
"@nativescript/stackblitz": "^0.0.8",
1212
"@nativescript/tailwind": "^2.1.0",
1313
"@nativescript/webpack": "~5.0.0",
1414
"tailwindcss": "~3.4.0"

apps/nativescript-starter-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"react-nativescript-navigation": "^5.0.0"
1111
},
1212
"devDependencies": {
13-
"@nativescript/preview-cli": "1.0.13",
14-
"@nativescript/stackblitz": "0.0.8",
13+
"@nativescript/preview-cli": "^1.0.14",
14+
"@nativescript/stackblitz": "^0.0.8",
1515
"@nativescript/tailwind": "^2.1.0",
1616
"@nativescript/types": "~8.9.0",
1717
"@nativescript/webpack": "~5.0.8",

apps/nativescript-starter-solid/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"@babel/core": "^7.24.4",
1616
"@babel/preset-env": "^7.24.4",
1717
"@babel/preset-typescript": "^7.24.1",
18-
"@nativescript/preview-cli": "^1.0.13",
19-
"@nativescript/stackblitz": "0.0.8",
18+
"@nativescript/preview-cli": "^1.0.14",
19+
"@nativescript/stackblitz": "^0.0.8",
2020
"@nativescript/tailwind": "~2.1.0",
2121
"@nativescript/webpack": "~5.0.0",
2222
"babel": "^6.23.0",
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { svelteNativeNoFrame } from 'svelte-native';
1+
import { svelteNativeNoFrame } from '@nativescript-community/svelte-native';
22
import App from './App.svelte';
33

44
svelteNativeNoFrame(App, {});

apps/nativescript-starter-svelte/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55
"private": true,
66
"dependencies": {
77
"@nativescript/core": "~8.9.0",
8-
"svelte-native": "~1.0.0"
8+
"@nativescript-community/svelte-native": "~1.0.29"
99
},
1010
"devDependencies": {
11-
"@nativescript/preview-cli": "1.0.13",
12-
"@nativescript/stackblitz": "0.0.8",
11+
"@nativescript/preview-cli": "^1.0.14",
12+
"@nativescript/stackblitz": "^0.0.8",
1313
"@nativescript/tailwind": "^2.1.0",
1414
"@nativescript/types": "~8.9.0",
15-
"@nativescript/webpack": "~5.0.0",
15+
"@nativescript/webpack": "~5.0.24",
1616
"svelte": "~4.2.0",
1717
"svelte-loader": "^3.2.0",
1818
"svelte-native-preprocessor": "^1.0.0",
1919
"svelte-preprocess": "^5.1.3",
2020
"tailwindcss": "~3.4.0",
21-
"typescript": "~5.4.0"
21+
"typescript": "~5.7.0"
2222
}
2323
}

apps/nativescript-starter-typescript/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"@nativescript/core": "~8.9.0"
88
},
99
"devDependencies": {
10-
"@nativescript/preview-cli": "1.0.13",
11-
"@nativescript/stackblitz": "0.0.8",
10+
"@nativescript/preview-cli": "^1.0.14",
11+
"@nativescript/stackblitz": "^0.0.8",
1212
"@nativescript/tailwind": "^2.1.0",
1313
"@nativescript/types": "~8.9.0",
1414
"@nativescript/webpack": "~5.0.0",

apps/nativescript-starter-vue/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"nativescript-vue": "~2.9.0"
99
},
1010
"devDependencies": {
11-
"@nativescript/preview-cli": "1.0.13",
12-
"@nativescript/stackblitz": "0.0.8",
11+
"@nativescript/preview-cli": "^1.0.14",
12+
"@nativescript/stackblitz": "^0.0.8",
1313
"@nativescript/tailwind": "^2.1.0",
1414
"@nativescript/types": "~8.9.0",
1515
"@nativescript/webpack": "~5.0.0",

0 commit comments

Comments
 (0)