@ray-js/components 1.4.12 → 1.4.13

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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/components",
3
- "version": "1.4.12",
3
+ "version": "1.4.13",
4
4
  "description": "Ray basic components",
5
5
  "keywords": [
6
6
  "ray"
@@ -29,8 +29,8 @@
29
29
  "dependencies": {
30
30
  "@ray-core/macro": "^0.3.6",
31
31
  "@ray-core/wechat": "^0.3.6",
32
- "@ray-js/adapter": "^1.4.12",
33
- "@ray-js/framework-shared": "^1.4.12",
32
+ "@ray-js/adapter": "1.4.13",
33
+ "@ray-js/framework-shared": "1.4.13",
34
34
  "ahooks": "^3.7.8",
35
35
  "clsx": "^1.2.1",
36
36
  "core-js": "^3.32.1",
@@ -40,11 +40,11 @@
40
40
  "style-to-object": "^0.3.0"
41
41
  },
42
42
  "devDependencies": {
43
- "@ray-js/cli": "^1.4.12"
43
+ "@ray-js/cli": "1.4.13"
44
44
  },
45
45
  "publishConfig": {
46
46
  "access": "public",
47
47
  "registry": "https://registry.npmjs.org"
48
48
  },
49
- "gitHead": "cf44fb07879464d66454602075392fd9e2c7a6a1"
49
+ "gitHead": "1f0c7987d6eb2536a76946c0bb8a3b604da6e2a2"
50
50
  }