babel-preset-react-app 9.0.1 → 9.0.2

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 +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "babel-preset-react-app",
3
- "version": "9.0.1",
3
+ "version": "9.0.2",
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.5.5",
24
+ "@babel/core": "7.6.0",
25
25
  "@babel/plugin-proposal-class-properties": "7.5.5",
26
- "@babel/plugin-proposal-decorators": "7.4.4",
26
+ "@babel/plugin-proposal-decorators": "7.6.0",
27
27
  "@babel/plugin-proposal-object-rest-spread": "7.5.5",
28
28
  "@babel/plugin-syntax-dynamic-import": "7.2.0",
29
- "@babel/plugin-transform-destructuring": "7.5.0",
29
+ "@babel/plugin-transform-destructuring": "7.6.0",
30
30
  "@babel/plugin-transform-flow-strip-types": "7.4.4",
31
31
  "@babel/plugin-transform-react-display-name": "7.2.0",
32
- "@babel/plugin-transform-runtime": "7.5.5",
33
- "@babel/preset-env": "7.5.5",
32
+ "@babel/plugin-transform-runtime": "7.6.0",
33
+ "@babel/preset-env": "7.6.0",
34
34
  "@babel/preset-react": "7.0.0",
35
- "@babel/preset-typescript": "7.3.3",
36
- "@babel/runtime": "7.5.5",
35
+ "@babel/preset-typescript": "7.6.0",
36
+ "@babel/runtime": "7.6.0",
37
37
  "babel-plugin-dynamic-import-node": "2.3.0",
38
38
  "babel-plugin-macros": "2.6.1",
39
39
  "babel-plugin-transform-react-remove-prop-types": "0.4.24"
40
40
  },
41
- "gitHead": "a78ff74309430e15cd8b71b5bffe3d383679fee0"
41
+ "gitHead": "a825e8f5e3b7ecd84a0bcef61bbc26eb4e8fd9c3"
42
42
  }