Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .changeset/brave-tires-hug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@callstack/react-native-brownfield': patch
'@callstack/brownfield-navigation': patch
'@callstack/brownie': patch
'@callstack/brownfield-cli': patch
---

fix: dependabot alerts
2 changes: 1 addition & 1 deletion apps/ExpoApp56/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"react-native-worklets": "0.8.3"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.29.6",
"@callstack/brownfield-example-shared-tests": "workspace:^",
"@react-native/jest-preset": "0.85.3",
"@react-native/metro-config": "0.85.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/RNApp/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ruby '>= 3.1.0'

gem 'activesupport', '~> 7.2.3', '>= 7.2.3.1'
gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1'
gem 'concurrent-ruby', '< 1.3.4'
gem 'concurrent-ruby', '< 1.3.8'
gem 'xcodeproj', '< 1.26.0'

# Ruby 3.4.0 has removed some libraries from the standard library.
Expand Down
4 changes: 2 additions & 2 deletions apps/RNApp/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ GEM
netrc (~> 0.11)
cocoapods-try (1.2.0)
colored2 (3.1.2)
concurrent-ruby (1.3.3)
concurrent-ruby (1.3.7)
connection_pool (3.0.2)
drb (2.2.3)
escape (0.0.4)
Expand Down Expand Up @@ -109,7 +109,7 @@ DEPENDENCIES
benchmark
bigdecimal
cocoapods (>= 1.13, != 1.15.1, != 1.15.0)
concurrent-ruby (< 1.3.4)
concurrent-ruby (< 1.3.8)
logger
mutex_m
nkf
Expand Down
2 changes: 1 addition & 1 deletion apps/RNApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"react-native-screens": "^4.23.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.29.6",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@react-native-community/cli": "20.1.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"quicktype-core": "^23.2.6",
"quicktype-typescript-input": "^23.2.6",
"skillgym": "^0.8.0",
"turbo": "^2.8.17",
"turbo": "^2.9.14",
"typescript": "5.9.3"
},
"commitlint": {
Expand Down
2 changes: 1 addition & 1 deletion packages/brownfield-navigation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"react-native": "*"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.29.6",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@react-native/babel-preset": "0.83.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/brownie/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"ts-morph": "^27.0.2"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.29.6",
"@babel/preset-env": "^7.25.3",
"@babel/preset-typescript": "^7.27.1",
"@babel/runtime": "^7.25.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"ts-morph": "^27.0.2"
},
"devDependencies": {
"@babel/core": "^7.28.5",
"@babel/core": "^7.29.6",
"@babel/preset-env": "^7.28.5",
"@babel/preset-typescript": "^7.28.5",
"@react-native-community/cli-types": "^20.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"type": "number"
},
"extraProguardRules": {
"description": "Extra Proguard rules appended to the default rules. Each entry must be a non-empty string.",
"description": "Extra Proguard rules appended to the default rules.",
"items": {
"type": "string"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-brownfield/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"@callstack/brownfield-cli": "workspace:^"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.29.6",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@expo/config-plugins": "^56.0.8",
Expand Down
Loading
Loading