Skip to content

Commit 5b53bde

Browse files
committed
chore(deps): bump nitro-modules, nitrogen, builder-bob, slider
- react-native-nitro-modules: 0.35.0 → 0.35.4 (also peer floor) - nitrogen: 0.35.0 → 0.35.4 (lockstep with nitro-modules) - react-native-builder-bob: 0.38.4 → 0.41.0 - @react-native-community/slider: ^5.0.1 → ^5.2.0 All patch/minor bumps; no API changes in nitro-modules 0.35.x. Lockfile updated via yarn install --mode=update-lockfile. 🤖 Autogenerated by Claude (AI-native maintenance). Co-Authored-By: Claude <noreply@anthropic.com>
1 parent f14bcd0 commit 5b53bde

3 files changed

Lines changed: 1128 additions & 640 deletions

File tree

example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"build:web": "webpack --mode production"
1515
},
1616
"dependencies": {
17-
"@react-native-community/slider": "^5.0.1",
17+
"@react-native-community/slider": "^5.2.0",
1818
"react": "19.1.1",
1919
"react-dom": "19.1.1",
2020
"react-native": "0.82.1",
21-
"react-native-nitro-modules": "0.35.0",
21+
"react-native-nitro-modules": "0.35.4",
2222
"react-native-nitro-sound": "*",
2323
"react-native-video": "^6.16.1",
2424
"react-native-web": "^0.20.0"
@@ -38,7 +38,7 @@
3838
"babel-plugin-react-native-web": "^0.20.0",
3939
"copy-webpack-plugin": "^12.0.2",
4040
"html-webpack-plugin": "^5.6.3",
41-
"react-native-builder-bob": "^0.40.12",
41+
"react-native-builder-bob": "^0.41.0",
4242
"react-native-monorepo-config": "^0.1.9",
4343
"url-loader": "^4.1.1",
4444
"webpack": "^5.100.2",

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,20 +93,20 @@
9393
"expo": "^53.0.19",
9494
"husky": "^9.1.6",
9595
"jest": "^29.7.0",
96-
"nitrogen": "0.35.0",
96+
"nitrogen": "0.35.4",
9797
"prettier": "^3.0.3",
9898
"react": "19.0.0",
9999
"react-native": "0.79.2",
100-
"react-native-builder-bob": "0.38.4",
101-
"react-native-nitro-modules": "0.35.0",
100+
"react-native-builder-bob": "0.41.0",
101+
"react-native-nitro-modules": "0.35.4",
102102
"release-it": "^17.10.0",
103103
"turbo": "^1.10.7",
104104
"typescript": "~5.5.4"
105105
},
106106
"peerDependencies": {
107107
"react": "*",
108108
"react-native": "*",
109-
"react-native-nitro-modules": ">=0.35.0"
109+
"react-native-nitro-modules": ">=0.35.4"
110110
},
111111
"workspaces": [
112112
"example"
@@ -181,6 +181,6 @@
181181
"version": "0.51.1"
182182
},
183183
"dependencies": {
184-
"@react-native-community/slider": "^5.0.1"
184+
"@react-native-community/slider": "^5.2.0"
185185
}
186186
}

0 commit comments

Comments
 (0)