File tree 3 files changed +623
-962
lines changed
3 files changed +623
-962
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"npmClient" : " yarn" ,
3
- "useWorkspaces" : true ,
4
- "packages" : [
5
- " packages/core" ,
6
- " packages/auth" ,
7
- " packages/analytics" ,
8
- " packages/predictions" ,
9
- " packages/storage" ,
10
- " packages/aws-amplify" ,
11
- " packages/adapter-nextjs" ,
12
- " packages/geo" ,
13
- " packages/api" ,
14
- " packages/api-rest" ,
15
- " packages/api-graphql" ,
16
- " packages/datastore" ,
17
- " packages/datastore-storage-adapter" ,
18
- " packages/interactions" ,
19
- " packages/pubsub" ,
20
- " packages/rtn-web-browser" ,
21
- " packages/notifications" ,
22
- " packages/rtn-push-notification" ,
23
- " packages/react-native" ,
24
- " packages/react-native/example" ,
25
- " scripts/tsc-compliance-test"
26
- ],
27
3
"exact" : true ,
28
4
"version" : " independent" ,
29
5
"useNx" : false ,
Original file line number Diff line number Diff line change 35
35
"ts-coverage" : " lerna run ts-coverage" ,
36
36
"prepare" : " ./scripts/set-preid-versions.sh"
37
37
},
38
- "husky" : {
39
- "hooks" : {
40
- "pre-commit" : " pretty-quick --staged"
41
- }
42
- },
43
38
"workspaces" : {
44
39
"packages" : [
45
40
" packages/core" ,
84
79
"@babel/core" : " 7.17.2" ,
85
80
"@babel/preset-env" : " ^7.0.0" ,
86
81
"@babel/preset-react" : " ^7.0.0" ,
82
+ "@lerna/legacy-package-management" : " ^7.4.2" ,
87
83
"@size-limit/dual-publish" : " ^8.1.0" ,
88
84
"@size-limit/file" : " ^8.1.0" ,
89
85
"@size-limit/webpack" : " ^8.1.0" ,
96
92
"babel-loader" : " ^8.3.0" ,
97
93
"codecov" : " ^3.6.5" ,
98
94
"glob" : " ^10.3.10" ,
99
- "husky" : " ^3.0.5" ,
100
95
"jest" : " ^24.x.x" ,
101
96
"jest-config" : " 24.8.0" ,
102
97
"json-loader" : " ^0.5.7" ,
103
- "lerna" : " ^6.6.1 " ,
98
+ "lerna" : " ^7.4.2 " ,
104
99
"license-check-and-add" : " ^4.0.5" ,
105
100
"prettier" : " ^2.4.1" ,
106
- "pretty-quick" : " ^1.11.1" ,
107
101
"rimraf" : " ^2.6.2" ,
108
102
"rollup" : " ^0.67.4" ,
109
103
"rollup-plugin-commonjs" : " ^9.2.0" ,
You can’t perform that action at this time.
0 commit comments