@ray-js/builder-component 1.4.25 → 1.4.27

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 +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/builder-component",
3
- "version": "1.4.25",
3
+ "version": "1.4.27",
4
4
  "description": "Ray builder for component",
5
5
  "keywords": [
6
6
  "ray"
@@ -23,13 +23,13 @@
23
23
  "watch": "tsc -p ./tsconfig.build.json --watch"
24
24
  },
25
25
  "dependencies": {
26
- "@babel/core": "^7.22.11",
26
+ "@babel/core": "^7.23.7",
27
27
  "@babel/helper-plugin-utils": "^7.22.5",
28
- "@babel/traverse": "^7.22.11",
29
- "@babel/types": "^7.22.11",
30
- "@ray-js/babel-preset-standard": "^1.4.25",
31
- "@ray-js/shared": "^1.4.25",
32
- "@ray-js/types": "^1.4.25",
28
+ "@babel/traverse": "^7.23.7",
29
+ "@babel/types": "^7.23.6",
30
+ "@ray-js/babel-preset-standard": "1.4.27",
31
+ "@ray-js/shared": "1.4.27",
32
+ "@ray-js/types": "1.4.27",
33
33
  "babel-plugin-import": "^1.13.8",
34
34
  "chokidar": "^3.5.3",
35
35
  "colors": "1.4.0",
@@ -44,5 +44,5 @@
44
44
  "access": "public",
45
45
  "registry": "https://registry.npmjs.org"
46
46
  },
47
- "gitHead": "1f7733e15d0e83677ca7a14c60bb03b4b7ddb783"
47
+ "gitHead": "ec5a33175e901af0218175d2e5afa7bb5de4f1fb"
48
48
  }