@ray-js/builder-component 1.4.43 → 1.4.45

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 +11 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/builder-component",
3
- "version": "1.4.43",
3
+ "version": "1.4.45",
4
4
  "description": "Ray builder for component",
5
5
  "keywords": [
6
6
  "ray"
@@ -23,26 +23,26 @@
23
23
  "watch": "tsc -p ./tsconfig.build.json --watch"
24
24
  },
25
25
  "dependencies": {
26
- "@babel/core": "^7.23.7",
27
- "@babel/helper-plugin-utils": "^7.22.5",
28
- "@babel/traverse": "^7.23.7",
29
- "@babel/types": "^7.23.6",
30
- "@ray-js/babel-preset-standard": "1.4.43",
31
- "@ray-js/shared": "1.4.43",
32
- "@ray-js/types": "1.4.43",
26
+ "@babel/core": "^7.24.0",
27
+ "@babel/helper-plugin-utils": "^7.24.0",
28
+ "@babel/traverse": "^7.24.0",
29
+ "@babel/types": "^7.24.0",
30
+ "@ray-js/babel-preset-standard": "1.4.45",
31
+ "@ray-js/shared": "1.4.45",
32
+ "@ray-js/types": "1.4.45",
33
33
  "babel-plugin-import": "^1.13.8",
34
- "chokidar": "^3.5.3",
34
+ "chokidar": "^3.6.0",
35
35
  "colors": "1.4.0",
36
36
  "fs-extra": "^10.1.0",
37
37
  "globby": "^11.1.0"
38
38
  },
39
39
  "devDependencies": {
40
- "@types/fs-extra": "^9.0.13",
40
+ "@types/fs-extra": "^11.0.4",
41
41
  "typescript": "^4.9.5"
42
42
  },
43
43
  "publishConfig": {
44
44
  "access": "public",
45
45
  "registry": "https://registry.npmjs.org"
46
46
  },
47
- "gitHead": "9da07e2e3428fda38f38d51718aea5e8589928fd"
47
+ "gitHead": "3d43182ecec581aec70f654706be0b070e38011b"
48
48
  }