Skip to content

Commit d917cd5

Browse files
committed
Fix yarn stuff
1 parent a5042e2 commit d917cd5

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"eslint-plugin-ft-flow": "^2.0.3",
2424
"eslint-plugin-markdown": "^5.1.0",
2525
"eslint-plugin-prettier": "^5.0.1",
26-
"expo-router": "~6.0.17",
2726
"prettier": "^3.3.3",
2827
"prettier-plugin-jsdoc": "^1.3.0",
2928
"typescript": "~5.9.2"

yarn.lock

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4035,6 +4035,16 @@ __metadata:
40354035
languageName: unknown
40364036
linkType: soft
40374037

4038+
"@react-native-picker/picker@npm:^2.11.4":
4039+
version: 2.11.4
4040+
resolution: "@react-native-picker/picker@npm:2.11.4"
4041+
peerDependencies:
4042+
react: "*"
4043+
react-native: "*"
4044+
checksum: 10/cb8f0b7bf52044a5bbb89db5a3f1be7bd3cdf3a04845f0475c492ec3f24e63cd915b993b23012b674d3503499efd8ff4eebe18561f4e38ba67b4c45742de4c74
4045+
languageName: node
4046+
linkType: hard
4047+
40384048
"@react-native/assets-registry@npm:0.81.5":
40394049
version: 0.81.5
40404050
resolution: "@react-native/assets-registry@npm:0.81.5"
@@ -6771,6 +6781,7 @@ __metadata:
67716781
dependencies:
67726782
"@babel/core": "npm:^7.29.0"
67736783
"@react-native-executorch/expo-resource-fetcher": "workspace:*"
6784+
"@react-native-picker/picker": "npm:^2.11.4"
67746785
"@react-native/metro-config": "npm:^0.81.5"
67756786
"@react-navigation/drawer": "npm:^7.8.1"
67766787
"@react-navigation/native": "npm:^7.1.28"
@@ -13416,7 +13427,6 @@ __metadata:
1341613427
eslint-plugin-ft-flow: "npm:^2.0.3"
1341713428
eslint-plugin-markdown: "npm:^5.1.0"
1341813429
eslint-plugin-prettier: "npm:^5.0.1"
13419-
expo-router: "npm:~6.0.17"
1342013430
prettier: "npm:^3.3.3"
1342113431
prettier-plugin-jsdoc: "npm:^1.3.0"
1342213432
typescript: "npm:~5.9.2"

0 commit comments

Comments
 (0)