|
1 | 1 | { |
2 | 2 | "name": "@babel/preset-env", |
3 | | - "version": "7.10.1", |
| 3 | + "version": "7.10.2", |
4 | 4 | "description": "A Babel preset for each environment.", |
5 | 5 | "author": "Henry Zhu <hi@henryzoo.com>", |
6 | 6 | "homepage": "https://babeljs.io/", |
|
16 | 16 | "main": "lib/index.js", |
17 | 17 | "dependencies": { |
18 | 18 | "@babel/compat-data": "^7.10.1", |
19 | | - "@babel/helper-compilation-targets": "^7.10.1", |
| 19 | + "@babel/helper-compilation-targets": "^7.10.2", |
20 | 20 | "@babel/helper-module-imports": "^7.10.1", |
21 | 21 | "@babel/helper-plugin-utils": "^7.10.1", |
22 | 22 | "@babel/plugin-proposal-async-generator-functions": "^7.10.1", |
|
73 | 73 | "@babel/plugin-transform-unicode-escapes": "^7.10.1", |
74 | 74 | "@babel/plugin-transform-unicode-regex": "^7.10.1", |
75 | 75 | "@babel/preset-modules": "^0.1.3", |
76 | | - "@babel/types": "^7.10.1", |
| 76 | + "@babel/types": "^7.10.2", |
77 | 77 | "browserslist": "^4.12.0", |
78 | 78 | "core-js-compat": "^3.6.2", |
79 | 79 | "invariant": "^2.2.2", |
|
85 | 85 | }, |
86 | 86 | "devDependencies": { |
87 | 87 | "@babel/cli": "^7.10.1", |
88 | | - "@babel/core": "^7.10.1", |
| 88 | + "@babel/core": "^7.10.2", |
89 | 89 | "@babel/helper-fixtures": "^7.10.1", |
90 | 90 | "@babel/helper-plugin-test-runner": "^7.10.1", |
91 | 91 | "@babel/plugin-syntax-dynamic-import": "^7.2.0" |
|
0 commit comments