From 9e1a9a82393d7adef0cbf675ed1dd5a0a2bb9354 Mon Sep 17 00:00:00 2001 From: Patrick Kabwe Date: Sun, 1 Mar 2026 09:06:04 +0200 Subject: [PATCH] chore: update dependencies in package.json and add 'example' to .gitignore - Bumped versions of nitrogen, react, react-native, react-native-builder-bob, and react-native-nitro-modules in assets/template/package.json. - Added 'example' to .gitignore to exclude example files from version control. --- .gitignore | 1 + assets/template/package.json | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 77e503e3..cc45ddb5 100644 --- a/.gitignore +++ b/.gitignore @@ -79,3 +79,4 @@ tsconfig.tsbuildinfo *.exp *test-module *awesome-library +example \ No newline at end of file diff --git a/assets/template/package.json b/assets/template/package.json index 51180c30..1dab5139 100644 --- a/assets/template/package.json +++ b/assets/template/package.json @@ -54,11 +54,11 @@ "@semantic-release/git": "^10.0.1", "@types/jest": "^29.5.12", "@types/react": "19.2.0", - "nitrogen": "^0.33.1", - "react": "19.2.0", - "react-native": "0.84", - "react-native-builder-bob": "^0.40.17", - "react-native-nitro-modules": "^0.33.1", + "nitrogen": "^0.34.1", + "react": "19.2.3", + "react-native": "0.84.1", + "react-native-builder-bob": "^0.40.18", + "react-native-nitro-modules": "^0.34.1", "conventional-changelog-conventionalcommits": "^9.1.0", "semantic-release": "^25.0.3", "typescript": "^5.8.3"