@ray-js/components 1.4.48 → 1.4.50-beta.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/components",
3
- "version": "1.4.48",
3
+ "version": "1.4.50-beta.0",
4
4
  "description": "Ray basic components",
5
5
  "keywords": [
6
6
  "ray"
@@ -29,22 +29,22 @@
29
29
  "dependencies": {
30
30
  "@ray-core/macro": "^0.3.9",
31
31
  "@ray-core/wechat": "^0.3.9",
32
- "@ray-js/adapter": "1.4.48",
33
- "@ray-js/framework-shared": "1.4.48",
32
+ "@ray-js/adapter": "^1.4.50-beta.0",
33
+ "@ray-js/framework-shared": "^1.4.50-beta.0",
34
34
  "ahooks": "^3.7.10",
35
35
  "clsx": "^1.2.1",
36
- "core-js": "^3.36.0",
36
+ "core-js": "^3.36.1",
37
37
  "hooks": "^0.3.2",
38
38
  "param-case": "^3.0.4",
39
39
  "react": "^17.0.2",
40
40
  "style-to-object": "^0.3.0"
41
41
  },
42
42
  "devDependencies": {
43
- "@ray-js/cli": "1.4.48"
43
+ "@ray-js/cli": "^1.4.50-beta.0"
44
44
  },
45
45
  "publishConfig": {
46
46
  "access": "public",
47
47
  "registry": "https://registry.npmjs.org"
48
48
  },
49
- "gitHead": "b5f0d50fcd4af33c37b72c0ea08015d0dd720acd"
49
+ "gitHead": "4e051bcd43213cf91d1662544c462e2544fcb22a"
50
50
  }