@ray-js/router-mp 1.4.47 → 1.4.49

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.47",
3
+ "version": "1.4.49",
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.47",
27
- "@ray-js/env": "1.4.47",
28
- "@ray-js/library": "1.4.47",
29
- "@ray-js/types": "1.4.47",
26
+ "@ray-js/api": "1.4.49",
27
+ "@ray-js/env": "1.4.49",
28
+ "@ray-js/library": "1.4.49",
29
+ "@ray-js/types": "1.4.49",
30
30
  "@react-navigation/core": "^6.4.13",
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.47"
35
+ "@ray-js/cli": "1.4.49"
36
36
  },
37
37
  "publishConfig": {
38
38
  "access": "public",
39
39
  "registry": "https://registry.npmjs.org"
40
40
  },
41
- "gitHead": "aff8c7e09d9166412b41104b7dc31f2d7dda18a5"
41
+ "gitHead": "f713bf263556c73672caf98970f5709cd925163e"
42
42
  }