Skip to content

Commit 544c048

Browse files
author
farfromrefug
committed
fix(ios): broken build after @nativescript-community/text update
1 parent 62ff93a commit 544c048

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"devDependencies": {
5050
"@commitlint/cli": "^17.4.4",
5151
"@commitlint/config-conventional": "^17.4.4",
52-
"@nativescript-community/text": "^1.6.0",
52+
"@nativescript-community/text": "^1.6.3",
5353
"@nativescript/core": "8.4.7",
5454
"@nativescript/types-android": "8.4.0",
5555
"@nativescript/types-ios": "8.4.0",

plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"license": "Apache-2.0",
3333
"readmeFilename": "README.md",
3434
"dependencies": {
35-
"@nativescript-community/text": "^1.6.0"
35+
"@nativescript-community/text": "^1.6.3"
3636
},
3737
"gitHead": "a08eb50756c9a5d16fc8aa6ff7fba0051c71d1e0"
3838
}

0 commit comments

Comments
 (0)