chore: use esm runtimes for testing

This commit is contained in:
Nathan Walker
2025-07-22 12:56:05 -07:00
parent 248a85f6e0
commit 3f88953067
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@
},
"devDependencies": {
"@nativescript/android": "~8.9.0",
"@nativescript/ios": "~8.9.0",
"@nativescript/ios": "esm",
"@nativescript/visionos": "~8.9.0",
"@nativescript/webpack": "file:../../dist/packages/webpack5",
"circular-dependency-plugin": "^5.2.2",

View File

@ -13,7 +13,7 @@
},
"devDependencies": {
"@nativescript/android": "~8.9.0",
"@nativescript/ios": "~8.9.0",
"@nativescript/ios": "esm",
"@nativescript/visionos": "~8.9.0",
"@nativescript/webpack": "file:../../dist/packages/webpack5",
"typescript": "~5.8.0"

View File

@ -12,7 +12,7 @@
},
"devDependencies": {
"@nativescript/android": "~8.9.0",
"@nativescript/ios": "~8.9.0",
"@nativescript/ios": "esm",
"@nativescript/visionos": "~8.9.0",
"@nativescript/webpack": "file:../../dist/packages/webpack5",
"typescript": "~5.8.0"