Skip to content

Commit

Permalink
chore: upgrade yarn to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
sergioramos committed Nov 21, 2023
1 parent 1cd6ce3 commit a59541d
Show file tree
Hide file tree
Showing 5 changed files with 6,627 additions and 3,796 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,9 @@ node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# yarn
.yarn/cache
.yarn/install-state.gz
.yarn/build-state.yml
.yarn/unplugged
893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.2.cjs

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.0.2.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"homepage": "https://github.com/yldio/rn-tvos-tab-bar#readme",
"devDependencies": {
"react": "^18.2.0",
"react-native": "npm:react-native-tvos"
"react-native": "npm:react-native-tvos@0.72.6-1"
},
"peerDependencies": {
"react": "*",
Expand Down
Loading

0 comments on commit a59541d

Please sign in to comment.