Skip to content

Commit 68aea41

Browse files
committed
chore: deps upgrade v2.6.14
1 parent 4f8f918 commit 68aea41

File tree

9 files changed

+641
-557
lines changed

9 files changed

+641
-557
lines changed

.github/workflows/react-native-sdk.tests.workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
RC_SUFFIX: 'rc'
1414
jobs:
1515
test-react-sdk:
16-
runs-on: macos-14
16+
runs-on: macos-15
1717
steps:
1818
# Git clone repository
1919
- name: Git clone repository

.github/workflows/react-native-sdk.workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ env:
2424
GLOBAL_ENV: ${{ github.event_name == 'push' && format('{0}', 'dev') || inputs.environment }}
2525
jobs:
2626
build-react-native-sdk:
27-
runs-on: macos-14
27+
runs-on: macos-15
2828
steps:
2929
- name: Git clone repository
3030
uses: actions/checkout@v4

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ dependencies {
9292
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
9393

9494
//--------- Must: be added:
95-
implementation "io.velocitycareerlabs:vcl:2.6.12"
96-
implementation 'com.nimbusds:nimbus-jose-jwt:9.45'
95+
implementation "io.velocitycareerlabs:vcl:2.6.14"
96+
implementation 'com.nimbusds:nimbus-jose-jwt:10.0.1'
9797
implementation "androidx.security:security-crypto:1.1.0-alpha06"
9898
//-------------------------
9999
}

example/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ ruby ">= 2.6.10"
66
# Cocoapods 1.15 introduced a bug which break the build. We will remove the upper
77
# bound in the template on Cocoapods with next React Native release.
88
gem 'cocoapods', '>= 1.13', '< 1.16'
9-
gem 'activesupport', '>= 6.1.7.5', '< 7.1.0'
9+
gem 'activesupport', '>= 6.1.7.5', '< 7.2.3'

example/ios/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1054,12 +1054,12 @@ PODS:
10541054
- React-logger (= 0.73.6)
10551055
- React-perflogger (= 0.73.6)
10561056
- SocketRocket (0.6.1)
1057-
- VCL (2.6.12)
1058-
- velocitycareerlabs-vcl-react-native (2.6.12):
1057+
- VCL (2.6.14)
1058+
- velocitycareerlabs-vcl-react-native (2.6.14):
10591059
- glog
10601060
- RCT-Folly (= 2022.05.16.00)
10611061
- React-Core
1062-
- VCL (= 2.6.12)
1062+
- VCL (= 2.6.14)
10631063
- Yoga (1.14.0)
10641064

10651065
DEPENDENCIES:
@@ -1276,8 +1276,8 @@ SPEC CHECKSUMS:
12761276
React-utils: 288c9cb9a73bb150c273c84df7c2f8546f28e23f
12771277
ReactCommon: 2e5492a3e3a8e72d635c266405e49d12627e5bf0
12781278
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
1279-
VCL: c8ad7f70ce2c767a1a3d380df53ec55fafeef113
1280-
velocitycareerlabs-vcl-react-native: 85d45dfc59bbb5d53259f978db77a64d63e532c0
1279+
VCL: 733b44acfd727cb698d004200496191f70f21d4a
1280+
velocitycareerlabs-vcl-react-native: 0bf8f684f9eb01b265ebf11d47fb802c06893a64
12811281
Yoga: 805bf71192903b20fc14babe48080582fee65a80
12821282

12831283
PODFILE CHECKSUM: b019a9f171e06cc915918d81c74115c30ea1b65c

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@babel/runtime": "^7.20.0",
2020
"@react-native/babel-preset": "0.74.75",
2121
"@react-native/metro-config": "0.74.75",
22-
"@react-native/typescript-config": "0.74.0",
22+
"@react-native/typescript-config": "0.76.1",
2323
"babel-plugin-module-resolver": "^5.0.0"
2424
},
2525
"engines": {

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@velocitycareerlabs/vcl-react-native",
3-
"version": "2.6.12",
3+
"version": "2.6.14",
44
"description": "Velocity Career Labs React Native SDK",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
@@ -60,8 +60,8 @@
6060
"@evilmartians/lefthook": "^1.5.0",
6161
"@react-native/eslint-config": "^0.74.75",
6262
"@release-it/conventional-changelog": "^8.0.1",
63-
"@types/jest": "^29.5.5",
64-
"@types/react": "^18.2.44",
63+
"@types/jest": "^29.5.14",
64+
"@types/react": "^18.3.12",
6565
"@typescript-eslint/eslint-plugin": "^6.4.0",
6666
"commitlint": "^19.1.0",
6767
"del-cli": "^5.1.0",
@@ -85,13 +85,13 @@
8585
"prettier": "^3.0.3",
8686
"react": "18.3.1",
8787
"react-native": "0.73.6",
88-
"react-native-builder-bob": "^0.23.2",
88+
"react-native-builder-bob": "^0.30.0",
8989
"release-it": "^15.0.0",
9090
"turbo": "^1.10.7",
9191
"typescript": "^5.2.2"
9292
},
9393
"resolutions": {
94-
"@types/react": "^18.2.44"
94+
"@types/react": "^18.3.12"
9595
},
9696
"peerDependencies": {
9797
"react": "*",

velocitycareerlabs-vcl-react-native.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Pod::Spec.new do |s|
2121

2222
# s.swift_version = "5"
2323

24-
s.dependency "VCL", "2.6.12"
24+
s.dependency "VCL", "2.6.14"
2525

2626
# Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
2727
# See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79.

0 commit comments

Comments
 (0)