Skip to content

Commit 519ea59

Browse files
chore: update of dependencies in template (#503)
<!-- Please provide enough information so that others can review your pull request. --> <!-- Keep pull requests small and focused on a single change. --> ### Summary #432 ### Test plan <!-- List the steps with which we can test this change. Provide screenshots if this changes anything visual. --> Co-authored-by: Satyajit Sahoo <[email protected]>
1 parent 13c1c19 commit 519ea59

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

packages/create-react-native-library/templates/common/$package.json

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -61,29 +61,28 @@
6161
"devDependencies": {
6262
"@commitlint/config-conventional": "^17.0.2",
6363
"@evilmartians/lefthook": "^1.5.0",
64-
"@react-native/eslint-config": "^0.72.2",
64+
"@react-native/eslint-config": "^0.73.1",
6565
"@release-it/conventional-changelog": "^5.0.0",
66-
"@types/jest": "^28.1.2",
67-
"@types/react": "~17.0.21",
68-
"@types/react-native": "0.70.0",
66+
"@types/jest": "^29.5.5",
67+
"@types/react": "^18.2.44",
6968
"commitlint": "^17.0.2",
70-
"del-cli": "^5.0.0",
71-
"eslint": "^8.4.1",
72-
"eslint-config-prettier": "^8.5.0",
73-
"eslint-plugin-prettier": "^4.0.0",
74-
"jest": "^28.1.1",
75-
"prettier": "^2.0.5",
69+
"del-cli": "^5.1.0",
70+
"eslint": "^8.51.0",
71+
"eslint-config-prettier": "^9.0.0",
72+
"eslint-plugin-prettier": "^5.0.1",
73+
"jest": "^29.7.0",
74+
"prettier": "^3.0.3",
7675
"react": "17.0.2",
77-
"react-native": "0.70.0",
76+
"react-native": "0.73.0",
7877
"react-native-builder-bob": "^<%- bob.version %>",
7978
"release-it": "^15.0.0",
8079
<% if (example === 'native') { -%>
8180
"turbo": "^1.10.7",
8281
<% } -%>
83-
"typescript": "^5.0.2"
82+
"typescript": "^5.2.2"
8483
},
8584
"resolutions": {
86-
"@types/react": "17.0.21"
85+
"@types/react": "^18.2.44"
8786
},
8887
"peerDependencies": {
8988
"react": "*",

packages/create-react-native-library/templates/native-common/{%- project.identifier %}.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111
s.license = package["license"]
1212
s.authors = package["author"]
1313

14-
s.platforms = { :ios => "11.0" }
14+
s.platforms = { :ios => min_ios_version_supported }
1515
s.source = { :git => "<%- repo -%>.git", :tag => "#{s.version}" }
1616

1717
<% if (project.cpp) { -%>

0 commit comments

Comments
 (0)