@rsmax/runtime 1.3.15-canary.19 → 1.3.15-canary.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rsmax/runtime",
3
- "version": "1.3.15-canary.19+89bcd6a",
3
+ "version": "1.3.15-canary.31+a0d733c",
4
4
  "description": "Rsmax 是一个全新的基于 React 的小程序开发框架",
5
5
  "keywords": [
6
6
  "react",
@@ -28,16 +28,16 @@
28
28
  "test": "rstest run"
29
29
  },
30
30
  "dependencies": {
31
- "@rsmax/framework-shared": "1.3.15-canary.19+89bcd6a",
32
- "@rsmax/shared": "1.3.15-canary.19+89bcd6a",
33
- "@rsmax/web": "1.3.15-canary.19+89bcd6a",
31
+ "@rsmax/framework-shared": "1.3.15-canary.31+a0d733c",
32
+ "@rsmax/shared": "1.3.15-canary.31+a0d733c",
33
+ "@rsmax/web": "1.3.15-canary.31+a0d733c",
34
34
  "qs": "^6.9.3",
35
35
  "react-is": "^18.3.0",
36
36
  "react-reconciler": "0.29.0",
37
37
  "scheduler": "0.23.2"
38
38
  },
39
39
  "devDependencies": {
40
- "@rsmax/types": "1.3.15-canary.19+89bcd6a",
40
+ "@rsmax/types": "1.3.15-canary.31+a0d733c",
41
41
  "@types/lodash.merge": "^4.6.6",
42
42
  "@types/node": "^18",
43
43
  "@types/qs": "^6.9.3",
@@ -52,5 +52,5 @@
52
52
  "access": "public"
53
53
  },
54
54
  "esnext": "./esm/index.js",
55
- "gitHead": "89bcd6a55f580707f23f434c59d0f283a44d2597"
55
+ "gitHead": "a0d733ca6a845d0edf2b3afcd8923f4425fb34d7"
56
56
  }