@ray-js/babel-preset-standard 1.4.49 → 1.4.50-beta.1

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/babel-preset-standard",
3
- "version": "1.4.49",
3
+ "version": "1.4.50-beta.1",
4
4
  "description": "Ray babel-preset-standard",
5
5
  "keywords": [
6
6
  "ray"
@@ -23,27 +23,27 @@
23
23
  "test": "jest"
24
24
  },
25
25
  "dependencies": {
26
- "@babel/plugin-proposal-decorators": "^7.24.0",
27
- "@babel/plugin-syntax-jsx": "^7.23.3",
28
- "@babel/plugin-transform-nullish-coalescing-operator": "^7.23.4",
29
- "@babel/plugin-transform-object-rest-spread": "^7.24.0",
30
- "@babel/plugin-transform-optional-chaining": "^7.23.4",
31
- "@babel/preset-react": "^7.23.3",
32
- "@ray-js/babel-preset-base": "1.4.49",
26
+ "@babel/plugin-proposal-decorators": "^7.24.1",
27
+ "@babel/plugin-syntax-jsx": "^7.24.1",
28
+ "@babel/plugin-transform-nullish-coalescing-operator": "^7.24.1",
29
+ "@babel/plugin-transform-object-rest-spread": "^7.24.1",
30
+ "@babel/plugin-transform-optional-chaining": "^7.24.1",
31
+ "@babel/preset-react": "^7.24.1",
32
+ "@ray-js/babel-preset-base": "^1.4.50-beta.1",
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.49",
38
+ "@ray-js/types": "^1.4.50-beta.1",
39
39
  "babel-plugin-tester": "^10.1.0",
40
40
  "jest": "^29.7.0",
41
41
  "ts-jest": "^29.1.2",
42
- "typescript": "^5.3.3"
42
+ "typescript": "^5.4.3"
43
43
  },
44
44
  "publishConfig": {
45
45
  "access": "public",
46
46
  "registry": "https://registry.npmjs.org"
47
47
  },
48
- "gitHead": "f713bf263556c73672caf98970f5709cd925163e"
48
+ "gitHead": "7f7dda6601efd676ac4f0cbdf6dc05d5ae2df6af"
49
49
  }