@@ -336,6 +336,12 @@ export const packageExtensions: Array<[string, PackageExtensionData]> = [
336
336
'null-loader' : `^3.0.0` ,
337
337
} ,
338
338
} ] ,
339
+ // https://github.com/vuetifyjs/vue-cli-plugins/pull/324
340
+ [ `vue-cli-plugin-vuetify@>=2.4.3` , {
341
+ peerDependencies : {
342
+ vue : `*` ,
343
+ } ,
344
+ } ] ,
339
345
// https://github.com/vuetifyjs/vue-cli-plugins/pull/155
340
346
[ `@vuetify/cli-plugin-utils@<=0.0.4` , {
341
347
dependencies : {
@@ -775,7 +781,7 @@ export const packageExtensions: Array<[string, PackageExtensionData]> = [
775
781
} ,
776
782
} ] ,
777
783
// https://github.com/vuejs/eslint-config-typescript/pull/39
778
- [ `@vue/eslint-config-typescript@* ` , {
784
+ [ `@vue/eslint-config-typescript@<11.0.0 ` , {
779
785
peerDependenciesMeta : {
780
786
typescript : optionalPeerDep ,
781
787
} ,
@@ -841,4 +847,62 @@ export const packageExtensions: Array<[string, PackageExtensionData]> = [
841
847
tabbable : `^5.3.2` ,
842
848
} ,
843
849
} ] ,
850
+ // https://github.com/bokuweb/react-rnd/pull/864
851
+ [ `react-rnd@<10.3.7` , {
852
+ peerDependencies : {
853
+ react : `>=16.3.0` ,
854
+ 'react-dom' : `>=16.3.0` ,
855
+ } ,
856
+ } ] ,
857
+ // https://github.com/jdesboeufs/connect-mongo/pull/458
858
+ [ `connect-mongo@*` , {
859
+ peerDependencies : {
860
+ 'express-session' : `^1.17.1` ,
861
+ } ,
862
+ } ] ,
863
+ // https://github.com/intlify/vue-i18n-next/commit/ed932b9e575807dc27c30573b280ad8ae48e98c9
864
+ [ `vue-i18n@<9` , {
865
+ peerDependencies : {
866
+ vue : `^2` ,
867
+ } ,
868
+ } ] ,
869
+ // https://github.com/vuejs/router/commit/c2305083a8fcb42d1bb1f3f0d92f09930124b530
870
+ [ `vue-router@<4` , {
871
+ peerDependencies : {
872
+ vue : `^2` ,
873
+ } ,
874
+ } ] ,
875
+ // https://github.com/unifiedjs/unified/pull/146
876
+ [ `unified@<10` , {
877
+ dependencies : {
878
+ '@types/unist' : `^2.0.0` ,
879
+ } ,
880
+ } ] ,
881
+ // https://github.com/ntkme/react-github-btn/pull/23
882
+ [ `react-github-btn@<=1.3.0` , {
883
+ peerDependencies : {
884
+ react : `>=16.3.0` ,
885
+ } ,
886
+ } ] ,
887
+ // There are two candidates upstream, clean this up when either is merged.
888
+ // - https://github.com/facebook/create-react-app/pull/11526
889
+ // - https://github.com/facebook/create-react-app/pull/11716
890
+ [ `react-dev-utils@*` , {
891
+ peerDependencies : {
892
+ typescript : `>=2.7` ,
893
+ webpack : `>=4` ,
894
+ } ,
895
+ peerDependenciesMeta : {
896
+ typescript : {
897
+ optional : true ,
898
+ } ,
899
+ } ,
900
+ } ] ,
901
+ // https://github.com/asyncapi/asyncapi-react/pull/614
902
+ [ `@asyncapi/react-component@<=1.0.0-next.39` , {
903
+ peerDependencies : {
904
+ react : `>=16.8.0` ,
905
+ 'react-dom' : `>=16.8.0` ,
906
+ } ,
907
+ } ] ,
844
908
] ;
0 commit comments