Skip to content

Commit a4a0e01

Browse files
committed
chore(deps): hoist tsc to root
1 parent e1ce7c3 commit a4a0e01

File tree

4 files changed

+14
-15
lines changed

4 files changed

+14
-15
lines changed

examples/testprint-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"react": "18.2.0",
3838
"react-dom": "18.2.0",
3939
"react-native": "0.74.5",
40-
"react-native-citizen-escposprinter": "*",
40+
"react-native-citizen-escposprinter": "0.0.0-development",
4141
"react-native-gesture-handler": "~2.16.1",
4242
"react-native-reanimated": "^3.15.1",
4343
"react-native-safe-area-context": "4.10.5",
@@ -55,6 +55,6 @@
5555
"jest": "^29.2.1",
5656
"jest-expo": "~51.0.3",
5757
"react-test-renderer": "18.2.0",
58-
"typescript": "~5.3.3"
58+
"typescript": "*"
5959
}
6060
}

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"useTabs": false
2121
},
2222
"devDependencies": {
23-
"husky": "^9.1.5"
23+
"husky": "^9.1.5",
24+
"typescript": "^5.6.3"
2425
},
2526
"packageManager": "yarn@1.22.22"
2627
}

packages/react-native-citizen-escposprinter/package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-citizen-escposprinter",
3-
"version": "0.3.2",
3+
"version": "0.0.0-development",
44
"description": "A Turbo Module wrapper for the Citizen ESC POS Printer SDK.",
55
"keywords": [
66
"react-native",
@@ -23,7 +23,10 @@
2323
"bugs": {
2424
"url": "https://github.com/vicary/react-native-citizen-escposprinter/issues"
2525
},
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+
},
2730
"license": "MIT",
2831
"author": "Vicary A. <vicary.archangel@member.mensa.org> (https://github.com/vicary)",
2932
"main": "lib/commonjs/index",
@@ -129,7 +132,7 @@
129132
"react-native": "^0.75.2",
130133
"react-native-builder-bob": "^0.20.3",
131134
"semantic-release": "^24.1.0",
132-
"typescript": "^5.5.4"
135+
"typescript": "*"
133136
},
134137
"peerDependencies": {
135138
"react": "^17 || ^18",

yarn.lock

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12207,15 +12207,10 @@ typedarray.prototype.slice@^1.0.3:
1220712207
typed-array-buffer "^1.0.2"
1220812208
typed-array-byte-offset "^1.0.2"
1220912209

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==
1221912214

1222012215
ua-parser-js@^1.0.35:
1222112216
version "1.0.38"

0 commit comments

Comments
 (0)