Skip to content

Commit

Permalink
v2.9.62
Browse files Browse the repository at this point in the history
  • Loading branch information
hiyuki committed Sep 24, 2024
1 parent e1fc57c commit c31a343
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 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.61"
}
"version": "2.9.62"
}
6 changes: 3 additions & 3 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.61",
"version": "2.9.62",
"description": "convert miniprogram API at each end",
"module": "src/index.js",
"types": "@types/index.d.ts",
Expand Down Expand Up @@ -41,14 +41,14 @@
"axios": "^1.7.3"
},
"peerDependencies": {
"@ant-design/react-native": "^5.1.3",
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-native-community/netinfo": "^11.2.1",
"expo-brightness": "~11.8.0",
"expo-clipboard": "~6.0.3",
"react-native-device-info": "^10.13.2",
"react-native-get-location": "^4.0.1",
"react-native-safe-area-context": "^4.10.1",
"@ant-design/react-native": "^5.1.3"
"react-native-safe-area-context": "^4.10.1"
},
"peerDependenciesMeta": {
"@react-native-async-storage/async-storage": {
Expand Down
4 changes: 2 additions & 2 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.59",
"version": "2.9.62",
"description": "mpx runtime core",
"keywords": [
"miniprogram",
Expand Down Expand Up @@ -31,8 +31,8 @@
"@react-navigation/native-stack": "^6.9.26",
"react": "*",
"react-native": "*",
"react-native-safe-area-context": "^4.10.1",
"react-native-gesture-handler": "^2.19.0",
"react-native-safe-area-context": "^4.10.1",
"react-native-webview": "^13.10.5",
"vue": "^2.7.10",
"vue-demi": "^0.14.6",
Expand Down
4 changes: 2 additions & 2 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.43",
"version": "2.9.62",
"description": "mpx fetch lib",
"author": "donghongping",
"license": "Apache-2.0",
Expand Down Expand Up @@ -29,7 +29,7 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@mpxjs/api-proxy": "^2.9.60",
"@mpxjs/api-proxy": "^2.9.62",
"path-to-regexp": "^6.2.0"
},
"gitHead": "2d37697869b9bdda3efab92dda8c910b68fd05c0"
Expand Down
6 changes: 3 additions & 3 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.59",
"version": "2.9.62",
"description": "mpx compile core",
"keywords": [
"mpx"
Expand Down Expand Up @@ -82,7 +82,7 @@
},
"devDependencies": {
"@ant-design/react-native": "^5.2.2",
"@mpxjs/api-proxy": "^2.9.53",
"@mpxjs/api-proxy": "^2.9.62",
"@types/babel-traverse": "^6.25.4",
"@types/babel-types": "^7.0.4",
"@types/react": "^18.2.79",
Expand All @@ -94,4 +94,4 @@
"node": ">=14.14.0"
},
"gitHead": "2d37697869b9bdda3efab92dda8c910b68fd05c0"
}
}

0 comments on commit c31a343

Please sign in to comment.