Skip to content

Commit

Permalink
feat: 8.8 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed Jul 7, 2024
1 parent a0a41f6 commit 8ecdb7b
Show file tree
Hide file tree
Showing 29 changed files with 69 additions and 69 deletions.
6 changes: 3 additions & 3 deletions packages/template-blank-ng/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,16 @@
"@angular/platform-browser-dynamic": "~18.0.0",
"@angular/router": "~18.0.0",
"@nativescript/angular": "^18.0.0",
"@nativescript/core": "~8.7.0",
"@nativescript/core": "~8.8.0",
"@nativescript/theme": "~3.0.2",
"rxjs": "~7.8.0",
"zone.js": "~0.14.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~18.0.0",
"@angular/compiler-cli": "~18.0.0",
"@nativescript/types": "~8.7.0",
"@nativescript/webpack": "~5.0.21",
"@nativescript/types": "~8.8.0",
"@nativescript/webpack": "~5.0.0",
"@ngtools/webpack": "~18.0.0",
"typescript": "~5.4.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/template-blank-react-vision/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@
"Vision Pro"
],
"dependencies": {
"@nativescript/core": "~8.7.0",
"@nativescript/core": "~8.8.0",
"react": "^18.2.0",
"react-nativescript": "^5.0.0",
"react-nativescript-navigation": "^5.0.0"
},
"devDependencies": {
"@nativescript/tailwind": "^2.1.0",
"@nativescript/types": "~8.7.0",
"@nativescript/types": "~8.8.0",
"@nativescript/webpack": "~5.0.0",
"@types/react": "npm:types-react-without-jsx-intrinsics@^18.0.17",
"tailwindcss": "~3.4.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/template-blank-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@
"template"
],
"dependencies": {
"@nativescript/core": "~8.7.0",
"@nativescript/core": "~8.8.0",
"react": "^18.2.0",
"react-nativescript": "^5.0.0",
"react-nativescript-navigation": "^5.0.0"
},
"devDependencies": {
"@nativescript/types": "~8.7.0",
"@nativescript/webpack": "~5.0.21",
"@nativescript/types": "~8.8.0",
"@nativescript/webpack": "~5.0.0",
"@types/react": "npm:types-react-without-jsx-intrinsics@^18.0.17",
"typescript": "~5.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/template-blank-solid-vision/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@nativescript-community/solid-js": "^0.0.6",
"@nativescript-community/ui-collectionview": "^5.3.0",
"@nativescript/core": "~8.7.0",
"@nativescript/core": "~8.8.0",
"dominative": "^0.1.3",
"solid-js": "^1.7.12",
"solid-navigation": "^1.0.0-alpha.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/template-blank-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"scripts": {},
"dependencies": {
"@nativescript-community/solid-js": "^0.0.6",
"@nativescript/core": "~8.7.0",
"@nativescript/core": "~8.8.0",
"dominative": "^0.1.3",
"solid-js": "^1.8.16",
"undom-ng": "^1.1.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/template-blank-svelte-vision/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
"url": "https://github.com/NativeScript/NativeScript/issues"
},
"dependencies": {
"@nativescript/core": "~8.7.0",
"@nativescript/core": "~8.8.0",
"svelte-native": "~1.0.9"
},
"devDependencies": {
"@nativescript/types": "~8.7.0",
"@nativescript/types": "~8.8.0",
"@nativescript/webpack": "~5.0.0",
"svelte": "~4.2.2",
"svelte-loader": "^3.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/template-blank-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
"url": "https://github.com/NativeScript/NativeScript/issues"
},
"dependencies": {
"@nativescript/core": "~8.7.0",
"@nativescript/core": "~8.8.0",
"@nativescript/theme": "~3.0.2",
"svelte-native": "~1.0.9"
},
"devDependencies": {
"@nativescript/types": "~8.7.0",
"@nativescript/webpack": "~5.0.21",
"@nativescript/types": "~8.8.0",
"@nativescript/webpack": "~5.0.0",
"svelte": "~4.2.2",
"svelte-loader": "^3.1.9",
"svelte-native-preprocessor": "^1.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/template-blank-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
"url": "https://github.com/NativeScript/NativeScript/issues"
},
"dependencies": {
"@nativescript/core": "~8.7.0",
"@nativescript/core": "~8.8.0",
"@nativescript/theme": "~3.0.2"
},
"devDependencies": {
"@nativescript/types": "~8.7.0",
"@nativescript/webpack": "~5.0.21",
"@nativescript/types": "~8.8.0",
"@nativescript/webpack": "~5.0.0",
"typescript": "~5.4.0"
}
}
6 changes: 3 additions & 3 deletions packages/template-blank-vue-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@
"category-general"
],
"dependencies": {
"@nativescript/core": "~8.7.0",
"@nativescript/core": "~8.8.0",
"@nativescript/theme": "~3.0.2",
"nativescript-vue": "~2.9.3"
},
"devDependencies": {
"@nativescript/types": "~8.7.0",
"@nativescript/webpack": "~5.0.21",
"@nativescript/types": "~8.8.0",
"@nativescript/webpack": "~5.0.0",
"@types/node": "~17.0.21",
"nativescript-vue-template-compiler": "~2.9.3",
"typescript": "~5.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/template-blank-vue-vision/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
"Vision Pro"
],
"dependencies": {
"@nativescript/core": "~8.7.0",
"@nativescript/core": "~8.8.0",
"nativescript-vue": "rc"
},
"devDependencies": {
"@nativescript/tailwind": "^2.1.0",
"@nativescript/types": "~8.7.0",
"@nativescript/types": "~8.8.0",
"@nativescript/webpack": "~5.0.0",
"@types/node": "~17.0.21",
"tailwindcss": "~3.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/template-blank-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
"category-general"
],
"dependencies": {
"@nativescript/core": "~8.7.0",
"@nativescript/core": "~8.8.0",
"@nativescript/theme": "~3.0.2",
"nativescript-vue": "~2.9.3"
},
"devDependencies": {
"@nativescript/webpack": "~5.0.21",
"@nativescript/webpack": "~5.0.0",
"nativescript-vue-template-compiler": "~2.9.3"
}
}
4 changes: 2 additions & 2 deletions packages/template-blank/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"url": "https://github.com/NativeScript/NativeScript/issues"
},
"dependencies": {
"@nativescript/core": "~8.7.0",
"@nativescript/core": "~8.8.0",
"@nativescript/theme": "~3.0.2"
},
"devDependencies": {
"@nativescript/webpack": "~5.0.21"
"@nativescript/webpack": "~5.0.0"
}
}
6 changes: 3 additions & 3 deletions packages/template-drawer-navigation-ng/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@angular/platform-browser-dynamic": "~18.0.0",
"@angular/router": "~18.0.0",
"@nativescript/angular": "^18.0.0",
"@nativescript/core": "~8.7.0",
"@nativescript/core": "~8.8.0",
"@nativescript/theme": "~3.0.2",
"nativescript-ui-sidedrawer": "~15.2.0",
"rxjs": "~7.8.0",
Expand All @@ -59,8 +59,8 @@
"devDependencies": {
"@angular-devkit/build-angular": "~18.0.0",
"@angular/compiler-cli": "~18.0.0",
"@nativescript/types": "~8.7.0",
"@nativescript/webpack": "~5.0.21",
"@nativescript/types": "~8.8.0",
"@nativescript/webpack": "~5.0.0",
"@ngtools/webpack": "~18.0.0",
"typescript": "~5.4.0"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/template-drawer-navigation-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
"url": "https://github.com/NativeScript/NativeScript/issues"
},
"dependencies": {
"@nativescript/core": "~8.7.0",
"@nativescript/core": "~8.8.0",
"@nativescript/theme": "~3.0.2",
"nativescript-ui-sidedrawer": "~15.2.0",
"rxjs": "~7.8.0"
},
"devDependencies": {
"@nativescript/types": "~8.7.0",
"@nativescript/webpack": "~5.0.21",
"@nativescript/types": "~8.8.0",
"@nativescript/webpack": "~5.0.0",
"typescript": "~5.4.0"
}
}
4 changes: 2 additions & 2 deletions packages/template-drawer-navigation-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@
"url": "https://github.com/NativeScript/NativeScript/issues"
},
"dependencies": {
"@nativescript/core": "~8.7.0",
"@nativescript/core": "~8.8.0",
"@nativescript/theme": "~3.0.2",
"nativescript-ui-sidedrawer": "~15.2.0",
"nativescript-vue": "~2.9.3",
"rxjs": "~7.8.0"
},
"devDependencies": {
"@nativescript/webpack": "~5.0.21",
"@nativescript/webpack": "~5.0.0",
"nativescript-vue-template-compiler": "~2.9.3"
}
}
4 changes: 2 additions & 2 deletions packages/template-drawer-navigation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
"url": "https://github.com/NativeScript/NativeScript/issues"
},
"dependencies": {
"@nativescript/core": "~8.7.0",
"@nativescript/core": "~8.8.0",
"@nativescript/theme": "~3.0.2",
"nativescript-ui-sidedrawer": "~15.2.0",
"rxjs": "~7.8.0"
},
"devDependencies": {
"@nativescript/webpack": "~5.0.21"
"@nativescript/webpack": "~5.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/template-hello-world-ng-vision/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@
"@angular/platform-browser-dynamic": "~18.0.0",
"@angular/router": "~18.0.0",
"@nativescript/angular": "^18.0.0",
"@nativescript/core": "~8.7.0",
"@nativescript/core": "~8.8.0",
"rxjs": "~7.8.0",
"zone.js": "~0.14.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~18.0.0",
"@angular/compiler-cli": "~18.0.0",
"@nativescript/tailwind": "^2.1.0",
"@nativescript/types": "~8.7.0",
"@nativescript/types": "~8.8.0",
"@nativescript/webpack": "~5.0.0",
"@ngtools/webpack": "~18.0.0",
"tailwindcss": "~3.4.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/template-hello-world-ng/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,16 @@
"@angular/platform-browser-dynamic": "~18.0.0",
"@angular/router": "~18.0.0",
"@nativescript/angular": "^18.0.0",
"@nativescript/core": "~8.7.0",
"@nativescript/core": "~8.8.0",
"@nativescript/theme": "~3.0.2",
"rxjs": "~7.8.0",
"zone.js": "~0.14.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~18.0.0",
"@angular/compiler-cli": "~18.0.0",
"@nativescript/types": "~8.7.0",
"@nativescript/webpack": "~5.0.21",
"@nativescript/types": "~8.8.0",
"@nativescript/webpack": "~5.0.0",
"@ngtools/webpack": "~18.0.0",
"typescript": "~5.4.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/template-hello-world-ts-vision/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
},
"homepage": "https://github.com/NativeScript/nativescript-app-templates",
"dependencies": {
"@nativescript/core": "~8.7.0"
"@nativescript/core": "~8.8.0"
},
"devDependencies": {
"@nativescript/tailwind": "^2.1.0",
"@nativescript/types": "~8.7.0",
"@nativescript/types": "~8.8.0",
"@nativescript/webpack": "~5.0.0",
"tailwindcss": "~3.4.0",
"typescript": "~5.4.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/template-hello-world-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
},
"homepage": "https://github.com/NativeScript/nativescript-app-templates",
"dependencies": {
"@nativescript/core": "~8.7.0",
"@nativescript/core": "~8.8.0",
"@nativescript/theme": "~3.0.2"
},
"devDependencies": {
"@nativescript/types": "~8.7.0",
"@nativescript/webpack": "~5.0.21",
"@nativescript/types": "~8.8.0",
"@nativescript/webpack": "~5.0.0",
"typescript": "~5.4.0"
}
}
4 changes: 2 additions & 2 deletions packages/template-hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
},
"homepage": "https://github.com/NativeScript/nativescript-app-templates",
"dependencies": {
"@nativescript/core": "~8.7.0",
"@nativescript/core": "~8.8.0",
"@nativescript/theme": "~3.0.2"
},
"devDependencies": {
"@nativescript/webpack": "~5.0.21"
"@nativescript/webpack": "~5.0.0"
}
}
6 changes: 3 additions & 3 deletions packages/template-master-detail-ng/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@angular/platform-browser-dynamic": "~18.0.0",
"@angular/router": "~18.0.0",
"@nativescript/angular": "^18.0.0",
"@nativescript/core": "~8.7.0",
"@nativescript/core": "~8.8.0",
"@nativescript/imagepicker": "~3.1.0",
"@nativescript/theme": "~3.0.2",
"nativescript-ui-listview": "~15.2.0",
Expand All @@ -60,8 +60,8 @@
"devDependencies": {
"@angular-devkit/build-angular": "~18.0.0",
"@angular/compiler-cli": "~18.0.0",
"@nativescript/types": "~8.7.0",
"@nativescript/webpack": "~5.0.21",
"@nativescript/types": "~8.8.0",
"@nativescript/webpack": "~5.0.0",
"@ngtools/webpack": "~18.0.0",
"typescript": "~5.4.0"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/template-master-detail-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@
"url": "https://github.com/NativeScript/NativeScript/issues"
},
"dependencies": {
"@nativescript/core": "~8.7.0",
"@nativescript/core": "~8.8.0",
"@nativescript/imagepicker": "~3.1.0",
"@nativescript/theme": "~3.0.2",
"nativescript-ui-listview": "~15.2.0",
"rxjs": "~7.8.0"
},
"devDependencies": {
"@nativescript/types": "~8.7.0",
"@nativescript/webpack": "~5.0.21",
"@nativescript/types": "~8.8.0",
"@nativescript/webpack": "~5.0.0",
"typescript": "~5.4.0"
}
}
4 changes: 2 additions & 2 deletions packages/template-master-detail-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
"category-general"
],
"dependencies": {
"@nativescript/core": "~8.7.0",
"@nativescript/core": "~8.8.0",
"@nativescript/imagepicker": "~3.1.0",
"@nativescript/theme": "~3.0.2",
"nativescript-ui-listview": "~15.2.0",
"nativescript-vue": "~2.9.3"
},
"devDependencies": {
"@nativescript/webpack": "~5.0.21",
"@nativescript/webpack": "~5.0.0",
"nativescript-vue-template-compiler": "~2.9.3"
}
}
Loading

0 comments on commit 8ecdb7b

Please sign in to comment.