File tree Expand file tree Collapse file tree 4 files changed +14
-15
lines changed
packages/react-native-citizen-escposprinter Expand file tree Collapse file tree 4 files changed +14
-15
lines changed Original file line number Diff line number Diff line change 37
37
"react" : " 18.2.0" ,
38
38
"react-dom" : " 18.2.0" ,
39
39
"react-native" : " 0.74.5" ,
40
- "react-native-citizen-escposprinter" : " * " ,
40
+ "react-native-citizen-escposprinter" : " 0.0.0-development " ,
41
41
"react-native-gesture-handler" : " ~2.16.1" ,
42
42
"react-native-reanimated" : " ^3.15.1" ,
43
43
"react-native-safe-area-context" : " 4.10.5" ,
55
55
"jest" : " ^29.2.1" ,
56
56
"jest-expo" : " ~51.0.3" ,
57
57
"react-test-renderer" : " 18.2.0" ,
58
- "typescript" : " ~5.3.3 "
58
+ "typescript" : " * "
59
59
}
60
60
}
Original file line number Diff line number Diff line change 20
20
"useTabs" : false
21
21
},
22
22
"devDependencies" : {
23
- "husky" : " ^9.1.5"
23
+ "husky" : " ^9.1.5" ,
24
+ "typescript" : " ^5.6.3"
24
25
},
25
26
"packageManager" : " yarn@1.22.22"
26
27
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-citizen-escposprinter" ,
3
- "version" : " 0.3.2 " ,
3
+ "version" : " 0.0.0-development " ,
4
4
"description" : " A Turbo Module wrapper for the Citizen ESC POS Printer SDK." ,
5
5
"keywords" : [
6
6
" react-native" ,
23
23
"bugs" : {
24
24
"url" : " https://github.com/vicary/react-native-citizen-escposprinter/issues"
25
25
},
26
- "repository" : " https://github.com/vicary/react-native-citizen-escposprinter.git" ,
26
+ "repository" : {
27
+ "type" : " git" ,
28
+ "url" : " git+https://github.com/vicary/react-native-citizen-escposprinter.git"
29
+ },
27
30
"license" : " MIT" ,
28
31
"author" : " Vicary A. <vicary.archangel@member.mensa.org> (https://github.com/vicary)" ,
29
32
"main" : " lib/commonjs/index" ,
129
132
"react-native" : " ^0.75.2" ,
130
133
"react-native-builder-bob" : " ^0.20.3" ,
131
134
"semantic-release" : " ^24.1.0" ,
132
- "typescript" : " ^5.5.4 "
135
+ "typescript" : " * "
133
136
},
134
137
"peerDependencies" : {
135
138
"react" : " ^17 || ^18" ,
Original file line number Diff line number Diff line change @@ -12207,15 +12207,10 @@ typedarray.prototype.slice@^1.0.3:
12207
12207
typed-array-buffer "^1.0.2"
12208
12208
typed-array-byte-offset "^1.0.2"
12209
12209
12210
- typescript@^5.5.4:
12211
- version "5.5.4"
12212
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba"
12213
- integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==
12214
-
12215
- typescript@~5.3.3:
12216
- version "5.3.3"
12217
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
12218
- integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
12210
+ typescript@*, typescript@^5.6.3:
12211
+ version "5.6.3"
12212
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.3.tgz#5f3449e31c9d94febb17de03cc081dd56d81db5b"
12213
+ integrity sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==
12219
12214
12220
12215
ua-parser-js@^1.0.35:
12221
12216
version "1.0.38"
You can’t perform that action at this time.
0 commit comments