10000 chore: nx migrate plus keep lock files (#10536) · NativeScript/NativeScript@415ff34 · GitHub
[go: up one dir, main page]

Skip to content

Commit 415ff34

Browse files
authored
chore: nx migrate plus keep lock files (#10536)
1 parent 4a7e40d commit 415ff34

File tree

7 files changed

+36976
-34
lines changed

7 files changed

+36976
-34
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
# dependencies
99
**/node_modules
10-
**/package-lock.json
1110
**/yarn.lock
1211
**/pnpm-lock.yaml
1312
.npmrc
@@ -41,6 +40,7 @@ apps/**/*/*.js
4140
apps/**/*/*.map
4241
apps/**/*/platforms
4342
apps/**/*/webpack.*.js
43+
apps/**/package-lock.json
4444
*.tgz
4545
.npmrc
4646
**/**/*.log

apps/automated/package.json

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

apps/toolbox/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"nativescript-theme-core": "file:../../node_modules/nativescript-theme-core"
1313
},
1414
"devD 8000 ependencies": {
15-
"@nativescript/android": "rc",
16-
"@nativescript/ios": "rc",
17-
"@nativescript/visionos": "rc",
15+
"@nativescript/android": "~8.7.0",
16+
"@nativescript/ios": "~8.7.0",
17+
"@nativescript/visionos": "~8.7.0",
1818
"@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz",
1919
"typescript": "~5.4.0"
2020
}

apps/ui/package.json

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

0 commit comments

Comments
 (0)
0