Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions packages/template-blank-ng/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "src/main.ts",
"displayName": "Blank",
"templateType": "App template",
"version": "8.9.1",
"version": "9.0.0",
"description": "Blank template for NativeScript apps using Angular",
"author": "NativeScript Team <oss@nativescript.org>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -40,26 +40,26 @@
"url": "https://github.com/NativeScript/NativeScript/issues"
},
"dependencies": {
"@angular/animations": "~20.0.0",
"@angular/common": "~20.0.0",
"@angular/compiler": "~20.0.0",
"@angular/core": "~20.0.0",
"@angular/forms": "~20.0.0",
"@angular/platform-browser": "~20.0.0",
"@angular/platform-browser-dynamic": "~20.0.0",
"@angular/router": "~20.0.0",
"@angular/animations": "~20.2.0",
"@angular/common": "~20.2.0",
"@angular/compiler": "~20.2.0",
"@angular/core": "~20.2.0",
"@angular/forms": "~20.2.0",
"@angular/platform-browser": "~20.2.0",
"@angular/platform-browser-dynamic": "~20.2.0",
"@angular/router": "~20.2.0",
"@nativescript/angular": "^20.0.0",
"@nativescript/core": "~8.9.0",
"@nativescript/core": "~9.0.0",
"rxjs": "~7.8.0",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~20.0.0",
"@angular/compiler-cli": "~20.0.0",
"@angular-devkit/build-angular": "~20.2.0",
"@angular/compiler-cli": "~20.2.0",
"@nativescript/tailwind": "^2.1.0",
"@nativescript/types": "~8.9.0",
"@nativescript/webpack": "~5.0.0",
"@ngtools/webpack": "~20.0.0",
"@nativescript/types": "~9.0.0",
"@nativescript/webpack": "~5.0.25",
"@ngtools/webpack": "~20.2.0",
"tailwindcss": "~3.4.0",
"typescript": "~5.8.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/template-blank-ng/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"module": "esnext",
"target": "ES2020",
"moduleResolution": "node",
"moduleResolution": "bundler",
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"noEmitHelpers": true,
Expand Down
8 changes: 4 additions & 4 deletions packages/template-blank-react-vision/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript/template-blank-react-vision",
"version": "8.9.0",
"version": "9.0.0",
"description": "Nativescript visionOS Starter with React",
"author": "Jamie Birch <14055146+shirakaba@users.noreply.github.com>",
"main": "src/app.ts",
Expand Down Expand Up @@ -41,15 +41,15 @@
"Vision Pro"
],
"dependencies": {
"@nativescript/core": "~8.9.0",
"@nativescript/core": "~9.0.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.9.0",
"@nativescript/webpack": "~5.0.0",
"@nativescript/types": "~9.0.0",
"@nativescript/webpack": "~5.0.25",
"@types/react": "npm:types-react-without-jsx-intrinsics@^18.0.17",
"tailwindcss": "~3.4.0",
"typescript": "~5.4.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/template-blank-react-vision/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"module": "esnext",
"target": "ES2020",
"moduleResolution": "node",
"moduleResolution": "bundler",
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"noEmitHelpers": true,
Expand Down
8 changes: 4 additions & 4 deletions packages/template-blank-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript/template-blank-react",
"version": "8.9.0",
"version": "9.0.0",
"description": "Blank template for NativeScript apps using React.",
"author": "Jamie Birch <14055146+shirakaba@users.noreply.github.com>",
"main": "src/app.ts",
Expand Down Expand Up @@ -39,14 +39,14 @@
"template"
],
"dependencies": {
"@nativescript/core": "~8.9.0",
"@nativescript/core": "~9.0.0",
"react": "^18.2.0",
"react-nativescript": "^5.0.0",
"react-nativescript-navigation": "^5.0.0"
},
"devDependencies": {
"@nativescript/types": "~8.9.0",
"@nativescript/webpack": "~5.0.0",
"@nativescript/types": "~9.0.0",
"@nativescript/webpack": "~5.0.25",
"@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-react/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"module": "esnext",
"target": "ES2020",
"moduleResolution": "node",
"moduleResolution": "bundler",
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"noEmitHelpers": true,
Expand Down
8 changes: 4 additions & 4 deletions packages/template-blank-solid-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nativescript/template-blank-solid-ts",
"main": "src/index.js",
"version": "8.9.1",
"version": "9.0.0",
"description": "Nativescript Starter with Solid",
"author": "NativeScript Team <oss@nativescript.org>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -40,7 +40,7 @@
"scripts": {},
"dependencies": {
"@nativescript-community/solid-js": "^0.0.6",
"@nativescript/core": "~8.9.0",
"@nativescript/core": "~9.0.0",
"dominative": "^0.1.3",
"solid-js": "^1.8.21",
"solid-navigation": "1.0.0-alpha.16",
Expand All @@ -52,8 +52,8 @@
"@babel/preset-typescript": "^7.23.3",
"@nativescript-dom/core-types": "1.0.29",
"@nativescript-dom/solidjs-types": "1.0.23",
"@nativescript/types": "~8.9.0",
"@nativescript/webpack": "~5.0.0",
"@nativescript/types": "~9.0.0",
"@nativescript/webpack": "~5.0.25",
"babel": "^6.23.0",
"babel-loader": "^9.1.3",
"babel-preset-solid": "^1.8.19",
Expand Down
2 changes: 1 addition & 1 deletion packages/template-blank-solid-ts/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"strict": true,
"target": "ES2020",
"module": "ESNext",
"moduleResolution": "node",
"moduleResolution": "bundler",
"lib": ["ESNext", "DOM"],
"jsx": "preserve",
"jsxImportSource": "@nativescript-dom/solidjs-types",
Expand Down
6 changes: 3 additions & 3 deletions packages/template-blank-solid-vision/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nativescript/template-blank-solid-vision",
"main": "src/index.js",
"version": "8.9.0",
"version": "9.0.0",
"description": "Nativescript visionOS Starter with Solid",
"author": "NativeScript Team <oss@nativescript.org>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@nativescript-community/solid-js": "^0.0.6",
"@nativescript-community/ui-collectionview": "^5.3.0",
"@nativescript/core": "~8.9.0",
"@nativescript/core": "~9.0.0",
"dominative": "^0.1.3",
"solid-js": "^1.7.12",
"solid-navigation": "^1.0.0-alpha.11",
Expand All @@ -55,7 +55,7 @@
"@nativescript-dom/core-types": "^1.0.29",
"@nativescript-dom/solidjs-types": "^1.0.15",
"@nativescript/tailwind": "^2.1.0",
"@nativescript/webpack": "~5.0.0",
"@nativescript/webpack": "~5.0.25",
"babel": "^6.23.0",
"babel-loader": "^9.1.3",
"babel-preset-solid": "^1.7.12",
Expand Down
6 changes: 3 additions & 3 deletions packages/template-blank-solid-vision/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"compilerOptions": {
"strict": true,
"target": "es2017",
"target": "es2020",
"module": "esnext",
"moduleResolution": "node",
"lib": ["es2017", "DOM"],
"moduleResolution": "bundler",
"lib": ["ESNext", "DOM"],
"sourceMap": true,
"jsx": "preserve",
"jsxImportSource": "@nativescript-dom/solidjs-types",
Expand Down
2 changes: 1 addition & 1 deletion packages/template-blank-solid/jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"strict": true,
"target": "ES2020",
"module": "ESNext",
"moduleResolution": "node",
"moduleResolution": "bundler",
"lib": ["ESNext", "DOM"],
"jsx": "preserve",
"jsxImportSource": "@nativescript-dom/solidjs-types",
Expand Down
8 changes: 4 additions & 4 deletions packages/template-blank-solid/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nativescript/template-blank-solid",
"main": "src/index.js",
"version": "8.9.0",
"version": "9.0.0",
"description": "Nativescript Starter with Solid",
"author": "NativeScript Team <oss@nativescript.org>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -40,7 +40,7 @@
"scripts": {},
"dependencies": {
"@nativescript-community/solid-js": "^0.0.6",
"@nativescript/core": "~8.9.0",
"@nativescript/core": "~9.0.0",
"dominative": "^0.1.3",
"solid-js": "^1.8.21",
"solid-navigation": "1.0.0-alpha.16",
Expand All @@ -52,8 +52,8 @@
"@babel/preset-typescript": "^7.24.1",
"@nativescript-dom/core-types": "1.0.29",
"@nativescript-dom/solidjs-types": "1.0.23",
"@nativescript/types": "~8.9.0",
"@nativescript/webpack": "~5.0.0",
"@nativescript/types": "~9.0.0",
"@nativescript/webpack": "~5.0.25",
"babel": "^6.23.0",
"babel-loader": "^9.1.3",
"babel-preset-solid": "^1.8.19",
Expand Down
8 changes: 4 additions & 4 deletions packages/template-blank-svelte-vision/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nativescript/template-blank-svelte-vision",
"main": "src/app.ts",
"version": "8.9.2",
"version": "9.0.0",
"description": "Nativescript visionOS Starter with Svelte",
"author": "NativeScript Team <oss@nativescript.org>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -40,12 +40,12 @@
},
"dependencies": {
"@nativescript-community/svelte-native": "~1.0.29",
"@nativescript/core": "~8.9.9"
"@nativescript/core": "~9.0.0"
},
"devDependencies": {
"@nativescript-community/svelte-native-preprocessor": "^1.0.1",
"@nativescript/types": "~8.9.1",
"@nativescript/webpack": "~5.0.24",
"@nativescript/types": "~9.0.0",
"@nativescript/webpack": "~5.0.25",
"svelte": "~4.2.20",
"svelte-loader": "^3.2.4",
"svelte-preprocess": "^6.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/template-blank-svelte-vision/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"strict": true,
"target": "ES2020",
"module": "esnext",
"moduleResolution": "node",
"moduleResolution": "bundler",
"lib": ["dom", "ESNext"],
"sourceMap": true,
"noEmitHelpers": true,
Expand Down
8 changes: 4 additions & 4 deletions packages/template-blank-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "app/app.ts",
"displayName": "Blank Svelte",
"templateType": "App template",
"version": "8.9.2",
"version": "9.0.0",
"description": "Blank template for NativeScript apps using Svelte",
"author": "NativeScript Team <oss@nativescript.org>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -43,12 +43,12 @@
},
"dependencies": {
"@nativescript-community/svelte-native": "~1.0.29",
"@nativescript/core": "8.9.7"
"@nativescript/core": "~9.0.0"
},
"devDependencies": {
"@nativescript-community/svelte-native-preprocessor": "^1.0.1",
"@nativescript/types": "~8.9.1",
"@nativescript/webpack": "~5.0.24",
"@nativescript/types": "~9.0.0",
"@nativescript/webpack": "~5.0.25",
"svelte": "~4.2.20",
"svelte-loader": "^3.2.4",
"svelte-preprocess": "^6.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/template-blank-svelte/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"strict": true,
"target": "ES2020",
"module": "esnext",
"moduleResolution": "node",
"moduleResolution": "bundler",
"lib": ["dom", "ESNext"],
"sourceMap": true,
"noEmitHelpers": true,
Expand Down
8 changes: 4 additions & 4 deletions packages/template-blank-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "app/app.ts",
"displayName": "Blank",
"templateType": "App template",
"version": "8.9.0",
"version": "9.0.0",
"description": "Blank template for Vanilla NativeScript apps using TypeScript",
"author": "NativeScript Team <oss@nativescript.org>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -38,12 +38,12 @@
"url": "https://github.com/NativeScript/NativeScript/issues"
},
"dependencies": {
"@nativescript/core": "~8.9.0",
"@nativescript/core": "~9.0.0",
"@nativescript/theme": "^3.1.0"
},
"devDependencies": {
"@nativescript/types": "~8.9.0",
"@nativescript/webpack": "~5.0.0",
"@nativescript/types": "~9.0.0",
"@nativescript/webpack": "~5.0.25",
"typescript": "~5.4.0"
}
}
2 changes: 1 addition & 1 deletion packages/template-blank-ts/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"module": "esnext",
"target": "ES2020",
"moduleResolution": "node",
"moduleResolution": "bundler",
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"noEmitHelpers": true,
Expand Down
8 changes: 4 additions & 4 deletions packages/template-blank-vue-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@nativescript/template-blank-vue-ts",
"main": "app/app.ts",
"displayName": "Blank Vue Typescript",
"version": "8.9.0",
"version": "9.0.0",
"description": "Blank Typescript template for NativeScript apps using Vue.",
"author": "NativeScript Team <oss@nativescript.org>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -41,13 +41,13 @@
"category-general"
],
"dependencies": {
"@nativescript/core": "~8.9.0",
"@nativescript/core": "~9.0.0",
"@nativescript/theme": "^3.1.0",
"nativescript-vue": "~2.9.3"
},
"devDependencies": {
"@nativescript/types": "~8.9.0",
"@nativescript/webpack": "~5.0.0",
"@nativescript/types": "~9.0.0",
"@nativescript/webpack": "~5.0.25",
"@types/node": "~17.0.21",
"nativescript-vue-template-compiler": "~2.9.3",
"typescript": "~5.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/template-blank-vue-ts/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"strict": true,
"target": "ES2020",
"module": "esnext",
"moduleResolution": "node",
"moduleResolution": "bundler",
"lib": ["dom", "ESNext"],
"sourceMap": true,
"noEmitHelpers": true,
Expand Down
Loading
Loading