Skip to content

Commit 3d7c994

Browse files
author
Ahmet Kağan Yörük
committed
v2.0.0-rc.9
1 parent 6271870 commit 3d7c994

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tra-tech/react-native-kitra",
3-
"version": "2.0.0-rc.8",
3+
"version": "2.0.0-rc.9",
44
"description": "UI kit for React Native",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
@@ -54,8 +54,8 @@
5454
"@testing-library/react-native": "^12.2.2",
5555
"@types/lodash.merge": "^4.6.9",
5656
"@types/react": "~18.3.3",
57-
"@types/react-dom": "^18.3.3",
58-
"@types/react-native": "^0.75.1",
57+
"@types/react-dom": "^18.3.0",
58+
"@types/react-native": "^0.73.0",
5959
"@typescript-eslint/eslint-plugin": "^5.40.0",
6060
"@typescript-eslint/parser": "^5.40.0",
6161
"commitlint": "^17.0.2",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2569,14 +2569,14 @@
25692569
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.12.tgz#12bb1e2be27293c1406acb6af1c3f3a1481d98c6"
25702570
integrity sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==
25712571

2572-
"@types/react-dom@^18.3.3":
2572+
"@types/react-dom@^18.3.0":
25732573
version "18.3.0"
25742574
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.3.0.tgz#0cbc818755d87066ab6ca74fbedb2547d74a82b0"
25752575
integrity sha512-EhwApuTmMBmXuFOikhQLIBUn6uFg81SwLMOAUgodJF14SOBOCMdU04gDoYi0WOJJHD144TL32z4yDqCW3dnkQg==
25762576
dependencies:
25772577
"@types/react" "*"
25782578

2579-
"@types/react-native@^0.75.1":
2579+
"@types/react-native@^0.73.0":
25802580
version "0.73.0"
25812581
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.73.0.tgz#b316be230745779814caa533360262140b0f5984"
25822582
integrity sha512-6ZRPQrYM72qYKGWidEttRe6M5DZBEV5F+MHMHqd4TTYx0tfkcdrUFGdef6CCxY0jXU7wldvd/zA/b0A/kTeJmA==

0 commit comments

Comments
 (0)