|
18 | 18 | "private": false,
|
19 | 19 | "dependencies": {
|
20 | 20 | "@babel/helper-plugin-utils": "^7.0.0",
|
21 |
| - "@babel/plugin-proposal-class-properties": "^7.4.4", |
| 21 | + "@babel/plugin-proposal-class-properties": "^7.5.5", |
22 | 22 | "@babel/plugin-proposal-json-strings": "^7.2.0",
|
23 | 23 | "@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
24 | 24 | "@babel/plugin-syntax-import-meta": "^7.2.0",
|
25 |
| - "@babel/plugin-transform-destructuring": "^7.4.4", |
26 |
| - "@babel/plugin-transform-runtime": "^7.4.4", |
27 |
| - "@babel/preset-env": "^7.4.4", |
28 |
| - "@babel/preset-react": "^7.0.0", |
29 |
| - "@babel/runtime": "^7.4.4" |
| 25 | + "@babel/plugin-transform-destructuring": "^7.6.0", |
| 26 | + "@babel/plugin-transform-runtime": "^7.6.2", |
| 27 | + "@babel/preset-env": "^7.6.3", |
| 28 | + "@babel/preset-react": "^7.6.3", |
| 29 | + "@babel/runtime": "^7.6.3" |
30 | 30 | },
|
31 | 31 | "peerDependencies": {
|
32 | 32 | "@babel/core": ">=7.0.0"
|
|
52 | 52 | "access": "public"
|
53 | 53 | },
|
54 | 54 | "devDependencies": {
|
55 |
| - "@babel/core": "7.5.5", |
| 55 | + "@babel/core": "7.6.4", |
56 | 56 | "@wpackio/eslint-config": "^3.5.0",
|
57 | 57 | "dts-gen": "0.5.8"
|
58 | 58 | }
|
|
0 commit comments