chore: update ios dependencies [skip e2e]
This commit is contained in:
Binary file not shown.
BIN
.yarn/cache/pod-install-npm-0.2.0-8d0f03198d-ecfe94d128.zip
vendored
Normal file
BIN
.yarn/cache/pod-install-npm-0.2.0-8d0f03198d-ecfe94d128.zip
vendored
Normal file
Binary file not shown.
@@ -7,7 +7,7 @@ source "https://rubygems.org"
|
|||||||
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
|
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
|
||||||
ruby "2.7.6"
|
ruby "2.7.6"
|
||||||
|
|
||||||
gem 'cocoapods', '~> 1.12'
|
gem 'cocoapods', '~> 1.15.2'
|
||||||
gem 'fastlane'
|
gem 'fastlane'
|
||||||
gem 'fastlane-plugin-bundletool'
|
gem 'fastlane-plugin-bundletool'
|
||||||
gem 'xcode-install'
|
gem 'xcode-install'
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ GEM
|
|||||||
specs:
|
specs:
|
||||||
CFPropertyList (3.0.6)
|
CFPropertyList (3.0.6)
|
||||||
rexml
|
rexml
|
||||||
activesupport (7.1.1)
|
activesupport (7.1.3)
|
||||||
base64
|
base64
|
||||||
bigdecimal
|
bigdecimal
|
||||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||||
@@ -37,15 +37,15 @@ GEM
|
|||||||
aws-sigv4 (1.6.1)
|
aws-sigv4 (1.6.1)
|
||||||
aws-eventstream (~> 1, >= 1.0.2)
|
aws-eventstream (~> 1, >= 1.0.2)
|
||||||
babosa (1.0.4)
|
babosa (1.0.4)
|
||||||
base64 (0.1.1)
|
base64 (0.2.0)
|
||||||
bigdecimal (3.1.4)
|
bigdecimal (3.1.6)
|
||||||
claide (1.1.0)
|
claide (1.1.0)
|
||||||
cocoapods (1.14.2)
|
cocoapods (1.15.2)
|
||||||
addressable (~> 2.8)
|
addressable (~> 2.8)
|
||||||
claide (>= 1.0.2, < 2.0)
|
claide (>= 1.0.2, < 2.0)
|
||||||
cocoapods-core (= 1.14.2)
|
cocoapods-core (= 1.15.2)
|
||||||
cocoapods-deintegrate (>= 1.0.3, < 2.0)
|
cocoapods-deintegrate (>= 1.0.3, < 2.0)
|
||||||
cocoapods-downloader (>= 2.0)
|
cocoapods-downloader (>= 2.1, < 3.0)
|
||||||
cocoapods-plugins (>= 1.0.0, < 2.0)
|
cocoapods-plugins (>= 1.0.0, < 2.0)
|
||||||
cocoapods-search (>= 1.0.0, < 2.0)
|
cocoapods-search (>= 1.0.0, < 2.0)
|
||||||
cocoapods-trunk (>= 1.6.0, < 2.0)
|
cocoapods-trunk (>= 1.6.0, < 2.0)
|
||||||
@@ -58,7 +58,7 @@ GEM
|
|||||||
nap (~> 1.0)
|
nap (~> 1.0)
|
||||||
ruby-macho (>= 2.3.0, < 3.0)
|
ruby-macho (>= 2.3.0, < 3.0)
|
||||||
xcodeproj (>= 1.23.0, < 2.0)
|
xcodeproj (>= 1.23.0, < 2.0)
|
||||||
cocoapods-core (1.14.2)
|
cocoapods-core (1.15.2)
|
||||||
activesupport (>= 5.0, < 8)
|
activesupport (>= 5.0, < 8)
|
||||||
addressable (~> 2.8)
|
addressable (~> 2.8)
|
||||||
algoliasearch (~> 1.0)
|
algoliasearch (~> 1.0)
|
||||||
@@ -69,7 +69,7 @@ GEM
|
|||||||
public_suffix (~> 4.0)
|
public_suffix (~> 4.0)
|
||||||
typhoeus (~> 1.0)
|
typhoeus (~> 1.0)
|
||||||
cocoapods-deintegrate (1.0.5)
|
cocoapods-deintegrate (1.0.5)
|
||||||
cocoapods-downloader (2.0)
|
cocoapods-downloader (2.1)
|
||||||
cocoapods-plugins (1.0.0)
|
cocoapods-plugins (1.0.0)
|
||||||
nap
|
nap
|
||||||
cocoapods-search (1.0.1)
|
cocoapods-search (1.0.1)
|
||||||
@@ -81,7 +81,7 @@ GEM
|
|||||||
colored2 (3.1.2)
|
colored2 (3.1.2)
|
||||||
commander (4.6.0)
|
commander (4.6.0)
|
||||||
highline (~> 2.0.0)
|
highline (~> 2.0.0)
|
||||||
concurrent-ruby (1.2.2)
|
concurrent-ruby (1.2.3)
|
||||||
connection_pool (2.4.1)
|
connection_pool (2.4.1)
|
||||||
declarative (0.0.20)
|
declarative (0.0.20)
|
||||||
digest-crc (0.6.5)
|
digest-crc (0.6.5)
|
||||||
@@ -290,7 +290,7 @@ PLATFORMS
|
|||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
cocoapods (~> 1.12)
|
cocoapods (~> 1.15.2)
|
||||||
fastlane
|
fastlane
|
||||||
fastlane-plugin-bundletool
|
fastlane-plugin-bundletool
|
||||||
xcode-install
|
xcode-install
|
||||||
|
|||||||
@@ -809,4 +809,4 @@ SPEC CHECKSUMS:
|
|||||||
|
|
||||||
PODFILE CHECKSUM: c3b827e3c92cdf3199eddc52083480826e717b88
|
PODFILE CHECKSUM: c3b827e3c92cdf3199eddc52083480826e717b88
|
||||||
|
|
||||||
COCOAPODS: 1.14.2
|
COCOAPODS: 1.15.2
|
||||||
|
|||||||
@@ -50,7 +50,7 @@
|
|||||||
"get-yarn-workspaces": "^1.0.2",
|
"get-yarn-workspaces": "^1.0.2",
|
||||||
"metro-react-native-babel-preset": "^0.77.0",
|
"metro-react-native-babel-preset": "^0.77.0",
|
||||||
"npm-check-updates": "*",
|
"npm-check-updates": "*",
|
||||||
"pod-install": "^0.1.38",
|
"pod-install": "^0.2.0",
|
||||||
"prettier": "*",
|
"prettier": "*",
|
||||||
"prettier-plugin-organize-imports": "^3.2.0",
|
"prettier-plugin-organize-imports": "^3.2.0",
|
||||||
"react": "18.2.0",
|
"react": "18.2.0",
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"version": "3.191.0",
|
"version": "3.191.0",
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"main": "dist/app.js",
|
"main": "dist/app.js",
|
||||||
"author": "Standard Notes",
|
"author": "Standard Notes.",
|
||||||
"private": true,
|
"private": true,
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
|
|||||||
10
yarn.lock
10
yarn.lock
@@ -7167,7 +7167,7 @@ __metadata:
|
|||||||
get-yarn-workspaces: ^1.0.2
|
get-yarn-workspaces: ^1.0.2
|
||||||
metro-react-native-babel-preset: ^0.77.0
|
metro-react-native-babel-preset: ^0.77.0
|
||||||
npm-check-updates: "*"
|
npm-check-updates: "*"
|
||||||
pod-install: ^0.1.38
|
pod-install: ^0.2.0
|
||||||
prettier: "*"
|
prettier: "*"
|
||||||
prettier-plugin-organize-imports: ^3.2.0
|
prettier-plugin-organize-imports: ^3.2.0
|
||||||
react: 18.2.0
|
react: 18.2.0
|
||||||
@@ -22317,12 +22317,12 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"pod-install@npm:^0.1.38":
|
"pod-install@npm:^0.2.0":
|
||||||
version: 0.1.38
|
version: 0.2.0
|
||||||
resolution: "pod-install@npm:0.1.38"
|
resolution: "pod-install@npm:0.2.0"
|
||||||
bin:
|
bin:
|
||||||
pod-install: build/index.js
|
pod-install: build/index.js
|
||||||
checksum: 9ff3e8f50dba2cee1c174deeb394312d6a950096f39c5a413a9dbf9acf4acb890440a9c316381799c8e125858c4c84d2c4f0c3d7ef2ceb056ea820a417004fd7
|
checksum: ecfe94d1285b42dd56fb03b9d1850d805f5626b8030acd32f2cb9ea6902e678deaefbb8475d2e307d0a6311159c6b5deea173adcc045c5ff6d58b377b0dcf1b8
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user