@ray-js/build-plugin-ray 1.4.21 → 1.4.23

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/build-plugin-ray",
3
- "version": "1.4.21",
3
+ "version": "1.4.23",
4
4
  "description": "Ray build plugin for ray/framework",
5
5
  "keywords": [
6
6
  "ray"
@@ -23,18 +23,18 @@
23
23
  "watch": "tsc -p ./tsconfig.build.json --watch"
24
24
  },
25
25
  "dependencies": {
26
- "@ray-js/shared": "1.4.21",
26
+ "@ray-js/shared": "^1.4.23",
27
27
  "colors": "1.4.0",
28
28
  "fs-extra": "^10.1.0",
29
29
  "slash": "^3.0.0"
30
30
  },
31
31
  "devDependencies": {
32
- "@ray-js/types": "1.4.21",
32
+ "@ray-js/types": "^1.4.23",
33
33
  "@types/fs-extra": "^9.0.13"
34
34
  },
35
35
  "publishConfig": {
36
36
  "access": "public",
37
37
  "registry": "https://registry.npmjs.org"
38
38
  },
39
- "gitHead": "bd72d144cd4ba1967c65f1749d1e77a9fcfb3614"
39
+ "gitHead": "5951cf6623ba2b0ed46df78f25f25ff839a2f2b4"
40
40
  }