@ray-js/router-mp 1.4.52 → 1.4.53

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 +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/router-mp",
3
- "version": "1.4.52",
3
+ "version": "1.4.53",
4
4
  "description": "Ray Core",
5
5
  "keywords": [
6
6
  "ray"
@@ -23,20 +23,20 @@
23
23
  "watch": "tsc -p ./tsconfig.build.json --module esnext --outDir lib --watch"
24
24
  },
25
25
  "dependencies": {
26
- "@ray-js/api": "1.4.52",
27
- "@ray-js/env": "1.4.52",
28
- "@ray-js/library": "1.4.52",
29
- "@ray-js/types": "1.4.52",
26
+ "@ray-js/api": "1.4.53",
27
+ "@ray-js/env": "1.4.53",
28
+ "@ray-js/library": "1.4.53",
29
+ "@ray-js/types": "1.4.53",
30
30
  "@react-navigation/core": "^6.4.16",
31
31
  "path-to-regexp": "^6.2.1",
32
32
  "slash": "^5.1.0"
33
33
  },
34
34
  "devDependencies": {
35
- "@ray-js/cli": "1.4.52"
35
+ "@ray-js/cli": "1.4.53"
36
36
  },
37
37
  "publishConfig": {
38
38
  "access": "public",
39
39
  "registry": "https://registry.npmjs.org"
40
40
  },
41
- "gitHead": "a33185e617507f1a5406e074e3369ce4902dc04a"
41
+ "gitHead": "e995833efdbe1d0537e4255c3e20cf15d7121dfb"
42
42
  }