Skip to content

Commit

Permalink
v2.9.69
Browse files Browse the repository at this point in the history
  • Loading branch information
hiyuki committed Nov 26, 2024
1 parent 1b9a008 commit e23c51a
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "2.9.68"
}
"version": "2.9.69"
}
4 changes: 2 additions & 2 deletions packages/api-proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mpxjs/api-proxy",
"version": "2.9.67",
"version": "2.9.69",
"description": "convert miniprogram API at each end",
"module": "src/index.js",
"types": "@types/index.d.ts",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"homepage": "https://github.com/didi/mpx#readme",
"dependencies": {
"@mpxjs/utils": "^2.9.67",
"@mpxjs/utils": "^2.9.69",
"axios": "^1.7.3"
},
"peerDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mpxjs/core",
"version": "2.9.67",
"version": "2.9.69",
"description": "mpx runtime core",
"keywords": [
"miniprogram",
Expand All @@ -19,12 +19,13 @@
],
"main": "src/index.js",
"dependencies": {
"@mpxjs/utils": "^2.9.67",
"@mpxjs/utils": "^2.9.69",
"lodash": "^4.1.1",
"miniprogram-api-typings": "^3.10.0"
},
"peerDependencies": {
"@ant-design/react-native": "^5.1.3",
"@d11/react-native-fast-image": "^8.6.12",
"@mpxjs/api-proxy": "^2.9.0",
"@mpxjs/store": "^2.9.0",
"@react-navigation/native": "^7.0.3",
Expand All @@ -39,8 +40,7 @@
"vue": "^2.7.10",
"vue-demi": "^0.14.6",
"vue-i18n": "^8.27.2",
"vue-i18n-bridge": "^9.2.2",
"@d11/react-native-fast-image": "^8.6.12"
"vue-i18n-bridge": "^9.2.2"
},
"peerDependenciesMeta": {
"vue": {
Expand Down Expand Up @@ -106,4 +106,4 @@
},
"sideEffects": false,
"gitHead": "2d37697869b9bdda3efab92dda8c910b68fd05c0"
}
}
6 changes: 3 additions & 3 deletions packages/fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mpxjs/fetch",
"version": "2.9.67",
"version": "2.9.69",
"description": "mpx fetch lib",
"author": "donghongping",
"license": "Apache-2.0",
Expand Down Expand Up @@ -29,8 +29,8 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@mpxjs/api-proxy": "^2.9.67",
"@mpxjs/utils": "^2.9.67",
"@mpxjs/api-proxy": "^2.9.69",
"@mpxjs/utils": "^2.9.69",
"path-to-regexp": "^6.2.0"
},
"gitHead": "2d37697869b9bdda3efab92dda8c910b68fd05c0"
Expand Down
4 changes: 2 additions & 2 deletions packages/pinia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mpxjs/pinia",
"version": "2.9.67",
"version": "2.9.69",
"description": "A pinia style store in miniprogram",
"types": "@types/index.d.ts",
"main": "src/index.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"access": "public"
},
"dependencies": {
"@mpxjs/utils": "^2.9.67"
"@mpxjs/utils": "^2.9.69"
},
"peerDependencies": {
"@mpxjs/core": "^2.9.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mpxjs/store",
"version": "2.9.67",
"version": "2.9.69",
"description": "A store for mpx framework",
"main": "src/index.js",
"types": "@types/index.d.ts",
Expand All @@ -26,7 +26,7 @@
},
"homepage": "https://github.com/didi/mpx#readme",
"dependencies": {
"@mpxjs/utils": "^2.9.67"
"@mpxjs/utils": "^2.9.69"
},
"peerDependencies": {
"@mpxjs/core": "^2.9.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/unocss-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mpxjs/unocss-plugin",
"version": "2.9.54",
"version": "2.9.69",
"description": "mpx unocss webpack plugin",
"main": "lib/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mpxjs/utils",
"version": "2.9.68",
"version": "2.9.69",
"description": "A toolkit for mpx framework",
"main": "src/index.js",
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions packages/webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mpxjs/webpack-plugin",
"version": "2.9.67",
"version": "2.9.69",
"description": "mpx compile core",
"keywords": [
"mpx"
Expand Down Expand Up @@ -28,7 +28,7 @@
"@better-scroll/wheel": "^2.5.1",
"@better-scroll/zoom": "^2.5.1",
"@mpxjs/template-engine": "^2.8.7",
"@mpxjs/utils": "^2.9.67",
"@mpxjs/utils": "^2.9.69",
"acorn": "^8.11.3",
"acorn-walk": "^7.2.0",
"async": "^2.6.0",
Expand Down Expand Up @@ -82,7 +82,8 @@
},
"devDependencies": {
"@ant-design/react-native": "^5.2.2",
"@mpxjs/api-proxy": "^2.9.67",
"@d11/react-native-fast-image": "^8.6.12",
"@mpxjs/api-proxy": "^2.9.69",
"@types/babel-traverse": "^6.25.4",
"@types/babel-types": "^7.0.4",
"@types/react": "^18.2.79",
Expand All @@ -92,7 +93,6 @@
"react-native-reanimated": "^3.15.2",
"react-native-safe-area-context": "^4.12.0",
"react-native-webview": "^13.12.2",
"@d11/react-native-fast-image": "^8.6.12",
"rimraf": "^6.0.1"
},
"engines": {
Expand Down

0 comments on commit e23c51a

Please sign in to comment.