|
1 | 1 | {
|
2 | 2 | "name": "babel-preset-react-app",
|
3 |
| - "version": "9.1.1", |
| 3 | + "version": "9.1.2", |
4 | 4 | "description": "Babel preset used by Create React App",
|
5 | 5 | "repository": {
|
6 | 6 | "type": "git",
|
|
21 | 21 | "test.js"
|
22 | 22 | ],
|
23 | 23 | "dependencies": {
|
24 |
| - "@babel/core": "7.8.4", |
| 24 | + "@babel/core": "7.9.0", |
25 | 25 | "@babel/plugin-proposal-class-properties": "7.8.3",
|
26 | 26 | "@babel/plugin-proposal-decorators": "7.8.3",
|
| 27 | + "@babel/plugin-proposal-nullish-coalescing-operator": "7.8.3", |
27 | 28 | "@babel/plugin-proposal-numeric-separator": "7.8.3",
|
28 |
| - "@babel/plugin-transform-flow-strip-types": "7.8.3", |
| 29 | + "@babel/plugin-proposal-optional-chaining": "7.9.0", |
| 30 | + "@babel/plugin-transform-flow-strip-types": "7.9.0", |
29 | 31 | "@babel/plugin-transform-react-display-name": "7.8.3",
|
30 |
| - "@babel/plugin-transform-runtime": "7.8.3", |
31 |
| - "@babel/preset-env": "7.8.4", |
32 |
| - "@babel/preset-react": "7.8.3", |
33 |
| - "@babel/preset-typescript": "7.8.3", |
34 |
| - "@babel/runtime": "7.8.4", |
| 32 | + "@babel/plugin-transform-runtime": "7.9.0", |
| 33 | + "@babel/preset-env": "7.9.0", |
| 34 | + "@babel/preset-react": "7.9.1", |
| 35 | + "@babel/preset-typescript": "7.9.0", |
| 36 | + "@babel/runtime": "7.9.0", |
35 | 37 | "babel-plugin-macros": "2.8.0",
|
36 | 38 | "babel-plugin-transform-react-remove-prop-types": "0.4.24"
|
37 | 39 | }
|
|
0 commit comments