@ray-js/babel-preset-standard 1.4.26 → 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 +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/babel-preset-standard",
3
- "version": "1.4.26",
3
+ "version": "1.4.27",
4
4
  "description": "Ray babel-preset-standard",
5
5
  "keywords": [
6
6
  "ray"
@@ -23,19 +23,19 @@
23
23
  "test": "jest"
24
24
  },
25
25
  "dependencies": {
26
- "@babel/plugin-proposal-decorators": "^7.22.10",
26
+ "@babel/plugin-proposal-decorators": "^7.23.7",
27
27
  "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
28
28
  "@babel/plugin-proposal-object-rest-spread": "^7.20.7",
29
29
  "@babel/plugin-proposal-optional-chaining": "^7.21.0",
30
- "@babel/plugin-syntax-jsx": "^7.22.5",
31
- "@babel/preset-react": "^7.22.5",
32
- "@ray-js/babel-preset-base": "1.4.26",
30
+ "@babel/plugin-syntax-jsx": "^7.23.3",
31
+ "@babel/preset-react": "^7.23.3",
32
+ "@ray-js/babel-preset-base": "1.4.27",
33
33
  "babel-plugin-macros": "^3.1.0",
34
34
  "babel-plugin-minify-dead-code-elimination-while-loop-fixed": "^0.3.1",
35
35
  "babel-plugin-transform-prune-unused-imports": "^1.0.1"
36
36
  },
37
37
  "devDependencies": {
38
- "@ray-js/types": "1.4.26",
38
+ "@ray-js/types": "1.4.27",
39
39
  "babel-plugin-tester": "^10.1.0",
40
40
  "jest": "^27.5.1",
41
41
  "ts-jest": "^27.1.5"
@@ -44,5 +44,5 @@
44
44
  "access": "public",
45
45
  "registry": "https://registry.npmjs.org"
46
46
  },
47
- "gitHead": "7981d6aea368513b5248cbc0691f817b7a5c225b"
47
+ "gitHead": "ec5a33175e901af0218175d2e5afa7bb5de4f1fb"
48
48
  }