File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 54
54
"readmeFilename" : " README.md" ,
55
55
"dependencies" : {
56
56
"@nativescript-community/plugin-seed-tools" : " file:tools" ,
57
- "@nativescript-community/text" : " ^1.5.2 "
57
+ "@nativescript-community/text" : " ^1.5.3 "
58
58
},
59
59
"commitlint" : {
60
60
"extends" : [
Original file line number Diff line number Diff line change 1
1
/// <reference path="./node_modules/@nativescript/core/global-types.d.ts" />
2
- /// <reference path="./node_modules/@nativescript/types-ios/lib/ios.d.ts" />
2
+ ///// <reference path="./node_modules/@nativescript/types-ios/lib/ios.d.ts" />
3
+ /// <reference path="./node_modules/@nativescript/types-ios/lib/ios/objc-x86_64/objc!CoreFoundation.d.ts" />
4
+ /// <reference path="./node_modules/@nativescript/types-ios/lib/ios/objc-x86_64/objc!Foundation.d.ts" />
5
+ /// <reference path="./node_modules/@nativescript/types-ios/lib/ios/objc-x86_64/objc!UIKit.d.ts" />
6
+ /// <reference path="./node_modules/@nativescript/types-ios/lib/ios/objc-x86_64/objc!CoreGraphics.d.ts" />
7
+ /// <reference path="./node_modules/@nativescript/types-ios/lib/ios/objc-x86_64/objc!ObjectiveC.d.ts" />
3
8
/// <reference path="./node_modules/@nativescript/types-android/lib/android/android-platform-31.d.ts" />
4
9
/// <reference path="./node_modules/@nativescript/types-android/lib/android/androidx-31.d.ts" />
5
10
/// <reference path="./node_modules/@nativescript/types-android/lib/android/common.d.ts" />
You can’t perform that action at this time.
0 commit comments