Skip to content

Commit 40788e3

Browse files
committed
chore: dep cleanup
1 parent 03f7d26 commit 40788e3

File tree

9 files changed

+408
-195
lines changed

9 files changed

+408
-195
lines changed

apps/automated/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"nativescript-theme-core": "file:../../node_modules/nativescript-theme-core"
1212
},
1313
"devDependencies": {
14-
"@nativescript/android": "alpha",
15-
"@nativescript/ios": "alpha",
16-
"@nativescript/visionos": "~8.9.0",
14+
"@nativescript/android": "~9.0.0",
15+
"@nativescript/ios": "~9.0.0",
16+
"@nativescript/visionos": "~9.0.0",
1717
"@nativescript/vite": "file:../../dist/packages/vite",
1818
"@nativescript/webpack": "file:../../dist/packages/webpack5",
1919
"circular-dependency-plugin": "^5.2.2",
20-
"typescript": "~5.8.0"
20+
"typescript": "~5.9.3"
2121
},
2222
"gitHead": "c06800e52ee1a184ea2dffd12a6702aaa43be4e3",
2323
"readme": "NativeScript Application"

apps/toolbox/package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@
99
"dependencies": {
1010
"@nativescript/core": "file:../../packages/core",
1111
"@nativescript/imagepicker": "^4.1.0",
12-
"nativescript-theme-core": "file:../../node_modules/nativescript-theme-core"
12+
"nativescript-theme-core": "file:../../node_modules/nativescript-theme-core",
13+
"@valor/nativescript-websockets": "file:../../node_modules/@valor/nativescript-websockets"
1314
},
1415
"devDependencies": {
15-
"@nativescript/android": "alpha",
16-
"@nativescript/ios": "alpha",
17-
"@nativescript/visionos": "~8.9.0",
16+
"@nativescript/android": "~9.0.0",
17+
"@nativescript/ios": "~9.0.0",
18+
"@nativescript/visionos": "~9.0.0",
1819
"@nativescript/vite": "file:../../dist/packages/vite",
1920
"@nativescript/webpack": "file:../../dist/packages/webpack5",
20-
"typescript": "~5.8.0"
21+
"typescript": "~5.9.3"
2122
}
2223
}

apps/toolbox/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"debug": {
2525
"executor": "@nativescript/nx:debug",
2626
"options": {
27-
"noHmr": true,
27+
"noHmr": false,
2828
"uglify": false,
2929
"release": false,
3030
"forDevice": false,

apps/ui/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
},
99
"dependencies": {
1010
"@nativescript/core": "file:../../packages/core",
11-
"nativescript-theme-core": "file:../../node_modules/nativescript-theme-core"
11+
"nativescript-theme-core": "^1.0.4"
1212
},
1313
"devDependencies": {
14-
"@nativescript/android": "alpha",
15-
"@nativescript/ios": "alpha",
16-
"@nativescript/visionos": "~8.9.0",
14+
"@nativescript/android": "~9.0.0",
15+
"@nativescript/ios": "~9.0.0",
16+
"@nativescript/visionos": "~9.0.0",
1717
"@nativescript/webpack": "file:../../dist/packages/webpack5",
18-
"typescript": "~5.8.0"
18+
"typescript": "~5.9.3"
1919
},
2020
"gitHead": "8ab7726d1ee9991706069c1359c552e67ee0d1a4",
2121
"readme": "NativeScript Application",

0 commit comments

Comments
 (0)