Skip to content

Commit 214589e

Browse files
author
farfromrefuge
committed
fix: ensure we use latest @nativescript-community/text
1 parent 84f1e41 commit 214589e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"readme": "README.md",
55
"main": "app/main",
66
"dependencies": {
7-
"@nativescript-community/text": "^1.5.19",
7+
"@nativescript-community/text": "^1.5.44",
88
"@nativescript-community/ui-collectionview": "5.1.4",
99
"@nativescript-community/ui-label": "link:../plugin",
1010
"@nativescript-community/ui-material-bottomsheet": "7.0.34",

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.5.41"
35+
"@nativescript-community/text": "^1.5.44"
3636
},
3737
"gitHead": "a08eb50756c9a5d16fc8aa6ff7fba0051c71d1e0"
3838
}

0 commit comments

Comments
 (0)