babel-preset-react-app 11.0.0-next.103 → 11.0.0-next.91

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 +16 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "babel-preset-react-app",
3
- "version": "11.0.0-next.103+5614c87b",
3
+ "version": "11.0.0-next.91+1465357b",
4
4
  "description": "Babel preset used by Create React App",
5
5
  "repository": {
6
6
  "type": "git",
@@ -21,22 +21,22 @@
21
21
  "test.js"
22
22
  ],
23
23
  "dependencies": {
24
- "@babel/core": "^7.16.0",
25
- "@babel/plugin-proposal-class-properties": "^7.16.0",
26
- "@babel/plugin-proposal-decorators": "^7.16.4",
27
- "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.0",
28
- "@babel/plugin-proposal-numeric-separator": "^7.16.0",
29
- "@babel/plugin-proposal-optional-chaining": "^7.16.0",
30
- "@babel/plugin-proposal-private-methods": "^7.16.0",
31
- "@babel/plugin-transform-flow-strip-types": "^7.16.0",
32
- "@babel/plugin-transform-react-display-name": "^7.16.0",
33
- "@babel/plugin-transform-runtime": "^7.16.4",
34
- "@babel/preset-env": "^7.16.4",
35
- "@babel/preset-react": "^7.16.0",
36
- "@babel/preset-typescript": "^7.16.0",
37
- "@babel/runtime": "^7.16.3",
24
+ "@babel/core": "^7.14.6",
25
+ "@babel/plugin-proposal-class-properties": "^7.14.5",
26
+ "@babel/plugin-proposal-decorators": "^7.14.5",
27
+ "@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
28
+ "@babel/plugin-proposal-numeric-separator": "^7.14.5",
29
+ "@babel/plugin-proposal-optional-chaining": "^7.14.5",
30
+ "@babel/plugin-proposal-private-methods": "^7.14.5",
31
+ "@babel/plugin-transform-flow-strip-types": "^7.14.5",
32
+ "@babel/plugin-transform-react-display-name": "^7.14.5",
33
+ "@babel/plugin-transform-runtime": "^7.14.5",
34
+ "@babel/preset-env": "^7.14.5",
35
+ "@babel/preset-react": "^7.14.5",
36
+ "@babel/preset-typescript": "^7.14.5",
37
+ "@babel/runtime": "^7.14.5",
38
38
  "babel-plugin-macros": "^3.1.0",
39
39
  "babel-plugin-transform-react-remove-prop-types": "^0.4.24"
40
40
  },
41
- "gitHead": "5614c87bfbaae0ce52ac15aedd2cd0f91ffd420d"
41
+ "gitHead": "1465357b842eae16b2b52243d2e55db9a17f0425"
42
42
  }