Skip to content

Commit f374c3e

Browse files
authored
feat: v9 updates (#240)
1 parent b5c6005 commit f374c3e

File tree

52 files changed

+161
-161
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+161
-161
lines changed

packages/template-blank-ng/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "src/main.ts",
44
"displayName": "Blank",
55
"templateType": "App template",
6-
"version": "8.9.1",
6+
"version": "9.0.0",
77
"description": "Blank template for NativeScript apps using Angular",
88
"author": "NativeScript Team <oss@nativescript.org>",
99
"license": "Apache-2.0",
@@ -40,26 +40,26 @@
4040
"url": "https://github.com/NativeScript/NativeScript/issues"
4141
},
4242
"dependencies": {
43-
"@angular/animations": "~20.0.0",
44-
"@angular/common": "~20.0.0",
45-
"@angular/compiler": "~20.0.0",
46-
"@angular/core": "~20.0.0",
47-
"@angular/forms": "~20.0.0",
48-
"@angular/platform-browser": "~20.0.0",
49-
"@angular/platform-browser-dynamic": "~20.0.0",
50-
"@angular/router": "~20.0.0",
43+
"@angular/animations": "~20.2.0",
44+
"@angular/common": "~20.2.0",
45+
"@angular/compiler": "~20.2.0",
46+
"@angular/core": "~20.2.0",
47+
"@angular/forms": "~20.2.0",
48+
"@angular/platform-browser": "~20.2.0",
49+
"@angular/platform-browser-dynamic": "~20.2.0",
50+
"@angular/router": "~20.2.0",
5151
"@nativescript/angular": "^20.0.0",
52-
"@nativescript/core": "~8.9.0",
52+
"@nativescript/core": "~9.0.0",
5353
"rxjs": "~7.8.0",
5454
"zone.js": "~0.15.0"
5555
},
5656
"devDependencies": {
57-
"@angular-devkit/build-angular": "~20.0.0",
58-
"@angular/compiler-cli": "~20.0.0",
57+
"@angular-devkit/build-angular": "~20.2.0",
58+
"@angular/compiler-cli": "~20.2.0",
5959
"@nativescript/tailwind": "^2.1.0",
60-
"@nativescript/types": "~8.9.0",
61-
"@nativescript/webpack": "~5.0.0",
62-
"@ngtools/webpack": "~20.0.0",
60+
"@nativescript/types": "~9.0.0",
61+
"@nativescript/webpack": "~5.0.25",
62+
"@ngtools/webpack": "~20.2.0",
6363
"tailwindcss": "~3.4.0",
6464
"typescript": "~5.8.0"
6565
}

packages/template-blank-ng/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"module": "esnext",
44
"target": "ES2020",
5-
"moduleResolution": "node",
5+
"moduleResolution": "bundler",
66
"experimentalDecorators": true,
77
"emitDecoratorMetadata": true,
88
"noEmitHelpers": true,

packages/template-blank-react-vision/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/template-blank-react-vision",
3-
"version": "8.9.0",
3+
"version": "9.0.0",
44
"description": "Nativescript visionOS Starter with React",
55
"author": "Jamie Birch <14055146+shirakaba@users.noreply.github.com>",
66
"main": "src/app.ts",
@@ -41,15 +41,15 @@
4141
"Vision Pro"
4242
],
4343
"dependencies": {
44-
"@nativescript/core": "~8.9.0",
44+
"@nativescript/core": "~9.0.0",
4545
"react": "^18.2.0",
4646
"react-nativescript": "^5.0.0",
4747
"react-nativescript-navigation": "^5.0.0"
4848
},
4949
"devDependencies": {
5050
"@nativescript/tailwind": "^2.1.0",
51-
"@nativescript/types": "~8.9.0",
52-
"@nativescript/webpack": "~5.0.0",
51+
"@nativescript/types": "~9.0.0",
52+
"@nativescript/webpack": "~5.0.25",
5353
"@types/react": "npm:types-react-without-jsx-intrinsics@^18.0.17",
5454
"tailwindcss": "~3.4.0",
5555
"typescript": "~5.4.0"

packages/template-blank-react-vision/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"module": "esnext",
44
"target": "ES2020",
5-
"moduleResolution": "node",
5+
"moduleResolution": "bundler",
66
"experimentalDecorators": true,
77
"emitDecoratorMetadata": true,
88
"noEmitHelpers": true,

packages/template-blank-react/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/template-blank-react",
3-
"version": "8.9.0",
3+
"version": "9.0.0",
44
"description": "Blank template for NativeScript apps using React.",
55
"author": "Jamie Birch <14055146+shirakaba@users.noreply.github.com>",
66
"main": "src/app.ts",
@@ -39,14 +39,14 @@
3939
"template"
4040
],
4141
"dependencies": {
42-
"@nativescript/core": "~8.9.0",
42+
"@nativescript/core": "~9.0.0",
4343
"react": "^18.2.0",
4444
"react-nativescript": "^5.0.0",
4545
"react-nativescript-navigation": "^5.0.0"
4646
},
4747
"devDependencies": {
48-
"@nativescript/types": "~8.9.0",
49-
"@nativescript/webpack": "~5.0.0",
48+
"@nativescript/types": "~9.0.0",
49+
"@nativescript/webpack": "~5.0.25",
5050
"@types/react": "npm:types-react-without-jsx-intrinsics@^18.0.17",
5151
"typescript": "~5.4.0"
5252
},

packages/template-blank-react/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"module": "esnext",
44
"target": "ES2020",
5-
"moduleResolution": "node",
5+
"moduleResolution": "bundler",
66
"experimentalDecorators": true,
77
"emitDecoratorMetadata": true,
88
"noEmitHelpers": true,

packages/template-blank-solid-ts/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nativescript/template-blank-solid-ts",
33
"main": "src/index.js",
4-
"version": "8.9.1",
4+
"version": "9.0.0",
55
"description": "Nativescript Starter with Solid",
66
"author": "NativeScript Team <oss@nativescript.org>",
77
"license": "Apache-2.0",
@@ -40,7 +40,7 @@
4040
"scripts": {},
4141
"dependencies": {
4242
"@nativescript-community/solid-js": "^0.0.6",
43-
"@nativescript/core": "~8.9.0",
43+
"@nativescript/core": "~9.0.0",
4444
"dominative": "^0.1.3",
4545
"solid-js": "^1.8.21",
4646
"solid-navigation": "1.0.0-alpha.16",
@@ -52,8 +52,8 @@
5252
"@babel/preset-typescript": "^7.23.3",
5353
"@nativescript-dom/core-types": "1.0.29",
5454
"@nativescript-dom/solidjs-types": "1.0.23",
55-
"@nativescript/types": "~8.9.0",
56-
"@nativescript/webpack": "~5.0.0",
55+
"@nativescript/types": "~9.0.0",
56+
"@nativescript/webpack": "~5.0.25",
5757
"babel": "^6.23.0",
5858
"babel-loader": "^9.1.3",
5959
"babel-preset-solid": "^1.8.19",

packages/template-blank-solid-ts/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"strict": true,
44
"target": "ES2020",
55
"module": "ESNext",
6-
"moduleResolution": "node",
6+
"moduleResolution": "bundler",
77
"lib": ["ESNext", "DOM"],
88
"jsx": "preserve",
99
"jsxImportSource": "@nativescript-dom/solidjs-types",

packages/template-blank-solid-vision/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nativescript/template-blank-solid-vision",
33
"main": "src/index.js",
4-
"version": "8.9.0",
4+
"version": "9.0.0",
55
"description": "Nativescript visionOS Starter with Solid",
66
"author": "NativeScript Team <oss@nativescript.org>",
77
"license": "Apache-2.0",
@@ -42,7 +42,7 @@
4242
"dependencies": {
4343
"@nativescript-community/solid-js": "^0.0.6",
4444
"@nativescript-community/ui-collectionview": "^5.3.0",
45-
"@nativescript/core": "~8.9.0",
45+
"@nativescript/core": "~9.0.0",
4646
"dominative": "^0.1.3",
4747
"solid-js": "^1.7.12",
4848
"solid-navigation": "^1.0.0-alpha.11",
@@ -55,7 +55,7 @@
5555
"@nativescript-dom/core-types": "^1.0.29",
5656
"@nativescript-dom/solidjs-types": "^1.0.15",
5757
"@nativescript/tailwind": "^2.1.0",
58-
"@nativescript/webpack": "~5.0.0",
58+
"@nativescript/webpack": "~5.0.25",
5959
"babel": "^6.23.0",
6060
"babel-loader": "^9.1.3",
6161
"babel-preset-solid": "^1.7.12",

packages/template-blank-solid-vision/tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"compilerOptions": {
33
"strict": true,
4-
"target": "es2017",
4+
"target": "es2020",
55
"module": "esnext",
6-
"moduleResolution": "node",
7-
"lib": ["es2017", "DOM"],
6+
"moduleResolution": "bundler",
7+
"lib": ["ESNext", "DOM"],
88
"sourceMap": true,
99
"jsx": "preserve",
1010
"jsxImportSource": "@nativescript-dom/solidjs-types",

0 commit comments

Comments
 (0)