File tree 7 files changed +713
-1182
lines changed
7 files changed +713
-1182
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,14 @@ enableGlobalCache: true
2
2
3
3
nodeLinker : node-modules
4
4
5
+ packageExtensions :
6
+ " @docusaurus/plugin-pwa@* " :
7
+ peerDependencies :
8
+ " @babel/core " : " ^7.0.0"
9
+ " docusaurus-plugin-sass@* " :
10
+ peerDependencies :
11
+ webpack : " *"
12
+
5
13
plugins :
6
14
- path : .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
7
15
spec : " @yarnpkg/plugin-interactive-tools"
Original file line number Diff line number Diff line change 3
3
"version" : " 0.0.0" ,
4
4
"name" : " example-enzyme" ,
5
5
"dependencies" : {
6
- "react" : " * " ,
7
- "react-dom" : " * "
6
+ "react" : " ^16.14.0 " ,
7
+ "react-dom" : " ^16.14.0 "
8
8
},
9
9
"devDependencies" : {
10
10
"@babel/core" : " *" ,
Original file line number Diff line number Diff line change 7
7
"test" : " jest"
8
8
},
9
9
"dependencies" : {
10
- "react" : " 16.13 .1" ,
11
- "react-native" : " 0.63.2 "
10
+ "react" : " 17.0 .1" ,
11
+ "react-native" : " 0.64.0 "
12
12
},
13
13
"devDependencies" : {
14
14
"@babel/core" : " *" ,
15
15
"@babel/preset-env" : " *" ,
16
16
"babel-jest" : " *" ,
17
17
"jest" : " *" ,
18
- "metro-react-native-babel-preset" : " 0.59.0 " ,
19
- "react-test-renderer" : " 16.13 .1"
18
+ "metro-react-native-babel-preset" : " 0.65.2 " ,
19
+ "react-test-renderer" : " 17.0 .1"
20
20
}
21
21
}
Original file line number Diff line number Diff line change 147
147
"node" : " ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
148
148
},
149
149
"resolutions" : {
150
+ "@jest/create-cache-key-function" : " workspace:*" ,
150
151
"@testing-library/dom/pretty-format" : " 26.6.1" ,
151
152
"@types/jest/jest-diff" : " ^25.1.0" ,
152
153
"@types/jest/pretty-format" : " ^25.1.0" ,
153
154
"babel-jest" : " workspace:*" ,
154
- "fbjs-scripts" : " patch:fbjs-scripts@^1.1.0#./patches/fbjs-scripts.patch" ,
155
155
"jest" : " workspace:*" ,
156
156
"jest-environment-node" : " workspace:*" ,
157
- "react-native" : " patch:react-native@0.63.2 #./patches/react-native.patch"
157
+ "react-native" : " patch:react-native@0.64.0 #./patches/react-native.patch"
158
158
}
159
159
}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 31
31
"react-markdown" : " ^5.0.3"
32
32
},
33
33
"devDependencies" : {
34
+ "@babel/core" : " ^7.0.0" ,
34
35
"@crowdin/cli" : " ^3.5.2" ,
36
+ "@types/react" : " ^17.0.3" ,
35
37
"graphql" : " ^15.3.0" ,
36
38
"graphql-request" : " ^3.1.0"
37
39
}
You can’t perform that action at this time.
0 commit comments