File tree 11 files changed +21122
-14819
lines changed
11 files changed +21122
-14819
lines changed Original file line number Diff line number Diff line change 18
18
19
19
- name : Install deps
20
20
if : steps.yarn-cache.outputs.cache-hit != 'true'
21
- run : yarn install --frozen-lockfile
21
+ run : yarn install --immutable
22
22
shell : bash
Original file line number Diff line number Diff line change 18
18
19
19
- name : Install website deps
20
20
if : steps.yarn-cache-website.outputs.cache-hit != 'true'
21
- run : yarn --cwd website install --frozen-lockfile
21
+ run : yarn --cwd website install --immutable
22
22
shell : bash
Original file line number Diff line number Diff line change
1
+ # General Node.js
1
2
node_modules
2
3
coverage
3
4
* .log
6
7
.idea
7
8
.DS_Store
8
9
10
+ # Yarn 4.x
11
+ .pnp. *
12
+ .yarn /*
13
+ ! .yarn /patches
14
+ ! .yarn /plugins
15
+ ! .yarn /releases
16
+ ! .yarn /sdks
17
+ ! .yarn /versions
18
+
9
19
# Ignore lock files in examples for now
10
20
examples /** /yarn.lock
11
21
.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
1
2
node_modules /
2
3
.expo /
3
4
dist /
@@ -10,5 +11,15 @@ npm-debug.*
10
11
* .orig. *
11
12
web-build /
12
13
14
+ # Yarn 4.x
15
+ .pnp. *
16
+ .yarn /*
17
+ ! .yarn /patches
18
+ ! .yarn /plugins
19
+ ! .yarn /releases
20
+ ! .yarn /sdks
21
+ ! .yarn /versions
22
+
13
23
# macOS
14
24
.DS_Store
25
+
Original file line number Diff line number Diff line change 20
20
"devDependencies" : {
21
21
"@babel/core" : " ^7.20.0" ,
22
22
"@testing-library/jest-native" : " ^5.4.3" ,
23
- "@testing-library/react-native" : " ^12.3.0 " ,
23
+ "@testing-library/react-native" : " ^12.3.2 " ,
24
24
"@types/react" : " ~18.2.14" ,
25
25
"jest" : " ^29.7.0" ,
26
26
"react-test-renderer" : " 18.2.0" ,
27
27
"typescript" : " ^5.2.2"
28
28
},
29
- "private" : true
29
+ "private" : true ,
30
+ "packageManager" : " yarn@4.0.1"
30
31
}
Original file line number Diff line number Diff line change 17
17
" MattAgn <matthieua@bam.tech> (https://github.com/MattAgn)"
18
18
],
19
19
"license" : " MIT" ,
20
- "private" : false ,
21
20
"keywords" : [
22
21
" react-native" ,
23
22
" react" ,
92
91
"build:ts:watch" : " yarn build:ts --watch --preserveWatchOutput" ,
93
92
"build" : " yarn clean && yarn build:js && yarn build:ts && yarn copy-flowtypes" ,
94
93
"prepare" : " yarn build"
95
- }
94
+ },
95
+ "packageManager" : " yarn@4.0.1"
96
96
}
Original file line number Diff line number Diff line change 18
18
npm-debug.log *
19
19
yarn-debug.log *
20
20
yarn-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 27
27
" last 1 firefox version" ,
28
28
" last 1 safari version"
29
29
]
30
- }
30
+ },
31
+ "packageManager" : " yarn@4.0.1"
31
32
}
You can’t perform that action at this time.
0 commit comments