File tree Expand file tree Collapse file tree 11 files changed +21122
-14819
lines changed Expand file tree Collapse file tree 11 files changed +21122
-14819
lines changed Original file line number Diff line number Diff line change 1818
1919 - name : Install deps
2020 if : steps.yarn-cache.outputs.cache-hit != 'true'
21- run : yarn install --frozen-lockfile
21+ run : yarn install --immutable
2222 shell : bash
Original file line number Diff line number Diff line change 1818
1919 - name : Install website deps
2020 if : steps.yarn-cache-website.outputs.cache-hit != 'true'
21- run : yarn --cwd website install --frozen-lockfile
21+ run : yarn --cwd website install --immutable
2222 shell : bash
Original file line number Diff line number Diff line change 1+ # General Node.js
12node_modules
23coverage
34* .log
67.idea
78.DS_Store
89
10+ # Yarn 4.x
11+ .pnp. *
12+ .yarn /*
13+ ! .yarn /patches
14+ ! .yarn /plugins
15+ ! .yarn /releases
16+ ! .yarn /sdks
17+ ! .yarn /versions
18+
919# Ignore lock files in examples for now
1020examples /** /yarn.lock
1121.docusaurus
22+
Original file line number Diff line number Diff line change 1+ nodeLinker : node-modules
Original file line number Diff line number Diff line change 1+ # General Node.js
12node_modules /
23.expo /
34dist /
@@ -10,5 +11,15 @@ npm-debug.*
1011* .orig. *
1112web-build /
1213
14+ # Yarn 4.x
15+ .pnp. *
16+ .yarn /*
17+ ! .yarn /patches
18+ ! .yarn /plugins
19+ ! .yarn /releases
20+ ! .yarn /sdks
21+ ! .yarn /versions
22+
1323# macOS
1424.DS_Store
25+
Original file line number Diff line number Diff line change 2020 "devDependencies" : {
2121 "@babel/core" : " ^7.20.0" ,
2222 "@testing-library/jest-native" : " ^5.4.3" ,
23- "@testing-library/react-native" : " ^12.3.0 " ,
23+ "@testing-library/react-native" : " ^12.3.2 " ,
2424 "@types/react" : " ~18.2.14" ,
2525 "jest" : " ^29.7.0" ,
2626 "react-test-renderer" : " 18.2.0" ,
2727 "typescript" : " ^5.2.2"
2828 },
29- "private" : true
29+ "private" : true ,
30+ "packageManager" : " yarn@4.0.1"
3031}
Original file line number Diff line number Diff line change 1717 " MattAgn <matthieua@bam.tech> (https://github.com/MattAgn)"
1818 ],
1919 "license" : " MIT" ,
20- "private" : false ,
2120 "keywords" : [
2221 " react-native" ,
2322 " react" ,
9291 "build:ts:watch" : " yarn build:ts --watch --preserveWatchOutput" ,
9392 "build" : " yarn clean && yarn build:js && yarn build:ts && yarn copy-flowtypes" ,
9493 "prepare" : " yarn build"
95- }
94+ },
95+ "packageManager" : " yarn@4.0.1"
9696}
Original file line number Diff line number Diff line change 1818npm-debug.log *
1919yarn-debug.log *
2020yarn-error.log *
21+
22+ # Yarn 4.x
23+ .pnp. *
24+ .yarn /*
25+ ! .yarn /patches
26+ ! .yarn /plugins
27+ ! .yarn /releases
28+ ! .yarn /sdks
29+ ! .yarn /versions
Original file line number Diff line number Diff line change 2727 " last 1 firefox version" ,
2828 " last 1 safari version"
2929 ]
30- }
30+ },
31+ "packageManager" : " yarn@4.0.1"
3132}
You can’t perform that action at this time.
0 commit comments