File tree 9 files changed +22
-22
lines changed
9 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 2.9.68 "
3
- }
2
+ "version" : " 2.9.69 "
3
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mpxjs/api-proxy" ,
3
- "version" : " 2.9.67 " ,
3
+ "version" : " 2.9.69 " ,
4
4
"description" : " convert miniprogram API at each end" ,
5
5
"module" : " src/index.js" ,
6
6
"types" : " @types/index.d.ts" ,
37
37
},
38
38
"homepage" : " https://github.com/didi/mpx#readme" ,
39
39
"dependencies" : {
40
- "@mpxjs/utils" : " ^2.9.67 " ,
40
+ "@mpxjs/utils" : " ^2.9.69 " ,
41
41
"axios" : " ^1.7.3"
42
42
},
43
43
"peerDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mpxjs/core" ,
3
- "version" : " 2.9.67 " ,
3
+ "version" : " 2.9.69 " ,
4
4
"description" : " mpx runtime core" ,
5
5
"keywords" : [
6
6
" miniprogram" ,
19
19
],
20
20
"main" : " src/index.js" ,
21
21
"dependencies" : {
22
- "@mpxjs/utils" : " ^2.9.67 " ,
22
+ "@mpxjs/utils" : " ^2.9.69 " ,
23
23
"lodash" : " ^4.1.1" ,
24
24
"miniprogram-api-typings" : " ^3.10.0"
25
25
},
26
26
"peerDependencies" : {
27
27
"@ant-design/react-native" : " ^5.1.3" ,
28
+ "@d11/react-native-fast-image" : " ^8.6.12" ,
28
29
"@mpxjs/api-proxy" : " ^2.9.0" ,
29
30
"@mpxjs/store" : " ^2.9.0" ,
30
31
"@react-navigation/native" : " ^7.0.3" ,
39
40
"vue" : " ^2.7.10" ,
40
41
"vue-demi" : " ^0.14.6" ,
41
42
"vue-i18n" : " ^8.27.2" ,
42
- "vue-i18n-bridge" : " ^9.2.2" ,
43
- "@d11/react-native-fast-image" : " ^8.6.12"
43
+ "vue-i18n-bridge" : " ^9.2.2"
44
44
},
45
45
"peerDependenciesMeta" : {
46
46
"vue" : {
106
106
},
107
107
"sideEffects" : false ,
108
108
"gitHead" : " 2d37697869b9bdda3efab92dda8c910b68fd05c0"
109
- }
109
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mpxjs/fetch" ,
3
- "version" : " 2.9.67 " ,
3
+ "version" : " 2.9.69 " ,
4
4
"description" : " mpx fetch lib" ,
5
5
"author" : " donghongping" ,
6
6
"license" : " Apache-2.0" ,
29
29
"test" : " echo \" Error: run tests from root\" && exit 1"
30
30
},
31
31
"dependencies" : {
32
- "@mpxjs/api-proxy" : " ^2.9.67 " ,
33
- "@mpxjs/utils" : " ^2.9.67 " ,
32
+ "@mpxjs/api-proxy" : " ^2.9.69 " ,
33
+ "@mpxjs/utils" : " ^2.9.69 " ,
34
34
"path-to-regexp" : " ^6.2.0"
35
35
},
36
36
"gitHead" : " 2d37697869b9bdda3efab92dda8c910b68fd05c0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mpxjs/pinia" ,
3
- "version" : " 2.9.67 " ,
3
+ "version" : " 2.9.69 " ,
4
4
"description" : " A pinia style store in miniprogram" ,
5
5
"types" : " @types/index.d.ts" ,
6
6
"main" : " src/index.js" ,
31
31
"access" : " public"
32
32
},
33
33
"dependencies" : {
34
- "@mpxjs/utils" : " ^2.9.67 "
34
+ "@mpxjs/utils" : " ^2.9.69 "
35
35
},
36
36
"peerDependencies" : {
37
37
"@mpxjs/core" : " ^2.9.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mpxjs/store" ,
3
- "version" : " 2.9.67 " ,
3
+ "version" : " 2.9.69 " ,
4
4
"description" : " A store for mpx framework" ,
5
5
"main" : " src/index.js" ,
6
6
"types" : " @types/index.d.ts" ,
26
26
},
27
27
"homepage" : " https://github.com/didi/mpx#readme" ,
28
28
"dependencies" : {
29
- "@mpxjs/utils" : " ^2.9.67 "
29
+ "@mpxjs/utils" : " ^2.9.69 "
30
30
},
31
31
"peerDependencies" : {
32
32
"@mpxjs/core" : " ^2.9.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mpxjs/unocss-plugin" ,
3
- "version" : " 2.9.54 " ,
3
+ "version" : " 2.9.69 " ,
4
4
"description" : " mpx unocss webpack plugin" ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mpxjs/utils" ,
3
- "version" : " 2.9.68 " ,
3
+ "version" : " 2.9.69 " ,
4
4
"description" : " A toolkit for mpx framework" ,
5
5
"main" : " src/index.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mpxjs/webpack-plugin" ,
3
- "version" : " 2.9.67 " ,
3
+ "version" : " 2.9.69 " ,
4
4
"description" : " mpx compile core" ,
5
5
"keywords" : [
6
6
" mpx"
28
28
"@better-scroll/wheel" : " ^2.5.1" ,
29
29
"@better-scroll/zoom" : " ^2.5.1" ,
30
30
"@mpxjs/template-engine" : " ^2.8.7" ,
31
- "@mpxjs/utils" : " ^2.9.67 " ,
31
+ "@mpxjs/utils" : " ^2.9.69 " ,
32
32
"acorn" : " ^8.11.3" ,
33
33
"acorn-walk" : " ^7.2.0" ,
34
34
"async" : " ^2.6.0" ,
82
82
},
83
83
"devDependencies" : {
84
84
"@ant-design/react-native" : " ^5.2.2" ,
85
- "@mpxjs/api-proxy" : " ^2.9.67" ,
85
+ "@d11/react-native-fast-image" : " ^8.6.12" ,
86
+ "@mpxjs/api-proxy" : " ^2.9.69" ,
86
87
"@types/babel-traverse" : " ^6.25.4" ,
87
88
"@types/babel-types" : " ^7.0.4" ,
88
89
"@types/react" : " ^18.2.79" ,
92
93
"react-native-reanimated" : " ^3.15.2" ,
93
94
"react-native-safe-area-context" : " ^4.12.0" ,
94
95
"react-native-webview" : " ^13.12.2" ,
95
- "@d11/react-native-fast-image" : " ^8.6.12" ,
96
96
"rimraf" : " ^6.0.1"
97
97
},
98
98
"engines" : {
You can’t perform that action at this time.
0 commit comments