Skip to content

Commit

Permalink
NEVISACCESSAPP-6053: Update to new version of rxn-kit which contains …
Browse files Browse the repository at this point in the history
…a new flag for align-deps that allows us to use exact versions with the tool

- Align-deps would now result in success when run with the flag with our way of using exact versions for our (non-dev) dependencies
  • Loading branch information
balazs-gerlei committed Jul 15, 2024
1 parent 6908991 commit 6d7388d
Show file tree
Hide file tree
Showing 3 changed files with 217 additions and 211 deletions.
1 change: 1 addition & 0 deletions ios/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ PLATFORMS
arm64-darwin-21
arm64-darwin-23
x86_64-darwin-20
x86_64-darwin-21
x86_64-darwin-22

DEPENDENCIES
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"formatcheck": "yarn prettier -c \"src/**/*.{ts,tsx}\"",
"lint": "eslint \"src/**/*.{ts,tsx}\"",
"start": "react-native start",
"check-dependencies": "rnx-align-deps",
"fix-dependencies": "rnx-align-deps --write"
"check-dependencies": "rnx-align-deps --diff-mode allow-subset",
"fix-dependencies": "rnx-align-deps --diff-mode allow-subset --write"
},
"dependencies": {
"@nevis-security/nevis-mobile-authentication-sdk-react": "3.6.1",
Expand Down Expand Up @@ -45,7 +45,7 @@
"@react-native-community/cli-platform-ios": "^11.3.2",
"@react-native/eslint-config": "^0.73.0",
"@react-native/metro-config": "^0.72.0",
"@rnx-kit/align-deps": "^2.3.3",
"@rnx-kit/align-deps": "^2.5.0",
"@tsconfig/react-native": "^3.0.2",
"@types/react": "^18.2.33",
"@types/react-test-renderer": "^18.0.5",
Expand Down
Loading

0 comments on commit 6d7388d

Please sign in to comment.