8000 chore: workspace updates · NativeScript/NativeScript@f184d5b · GitHub
[go: up one dir, main page]

Skip to content

Commit f184d5b

Browse files
committed
chore: workspace updates
1 parent 2bfe8b3 commit f184d5b

File tree

8 files changed

+411
-305
lines changed

8 files changed

+411
-305
lines changed

.eslintrc.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,18 @@
3838
"@typescript-eslint/no-explicit-any": "off",
3939
"@typescript-eslint/no-this-alias": "warn",
4040
"@typescript-eslint/no-namespace": "off",
41-
"@typescript-eslint/no-inferrable-types": "off"
41+
"@typescript-eslint/no-inferrable-types": "off",
42+
"@typescript-eslint/no-extra-semi": "error",
43+
"no-extra-semi": "off"
4244
}
4345
},
4446
{
4547
"files": ["*.js", "*.jsx"],
4648
"extends": ["plugin:@nx/javascript"],
47-
"rules": {}
49+
"rules": {
50+
"@typescript-eslint/no-extra-semi": "error",
51+
"no-extra-semi": "off"
52+
}
4853
},
4954
{
5055
"files": ["references.d.ts"],

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,5 @@ Thumbs.db
5656
# types
5757
ios-typings-prj
5858

59-
.nx/cache
59+
.nx/cache
60+
.nx/workspace-data

.prettierignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ package.json
2626
*.sh
2727
!packages/webpack/templates/*.js
2828

29-
/.nx/cache
29+
/.nx/cache
30+
/.nx/workspace-data

apps/automated/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"nativescript-theme-core": "file:../../node_modules/nativescript-theme-core"
1212
},
1313
"devDependencies": {
14-
"@nativescript/android": "~8.7.0",
15-
"@nativescript/ios": "~8.7.0",
14+
"@nativescript/android": "~8.8.0",
15+
"@nativescript/ios": "~8.8.0",
1616
"@nativescript/visionos": "~8.7.0",
1717
"@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz",
1818
"circular-dependency-plugin": "^5.2.2",

apps/toolbox/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
},
99
"dependencies": {
1010
"@nativescript/core": "file:../../packages/core",
11-
"@nativescript/imagepicker": "^3.1.1",
11+
"@nativescript/imagepicker": "^3.2.1",
1212
"nativescript-theme-core": "file:../../node_modules/nativescript-theme-core"
1313
},
1414
"devDependencies": {
15-
"@nativescript/android": "~8.7.0",
16-
"@nativescript/ios": "~8.7.0",
15+
"@nativescript/android": "~8.8.0",
16+
"@nativescript/ios": "~8.8.0",
1717
"@nativescript/visionos": "~8.7.0",
1818
"@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz",
1919
"typescript": "~5.4.0"

apps/ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"nativescript-theme-core": "file:../../node_modules/nativescript-theme-core"
1212
},
1313
"devDependencies": {
14-
"@nativescript/android": "~8.7.0",
15-
"@nativescript/ios": "~8.7.0",
14+
"@nativescript/android": "~8.8.0",
15+
"@nativescript/ios": "~8.8.0",
1616
"@nativescript/visionos": "~8.7.0",
1717
"@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz",
1818
"typescript": "~5.4.0"

0 commit comments

Comments
 (0)
0