|
1 | 1 | { |
2 | 2 | "name": "@babel/standalone", |
3 | | - "version": "7.8.7", |
| 3 | + "version": "7.8.8", |
4 | 4 | "description": "Standalone build of Babel for use in non-Node.js environments.", |
5 | 5 | "main": "babel.js", |
6 | 6 | "files": [ |
|
33 | 33 | "@babel/plugin-proposal-pipeline-operator": "^7.8.3", |
34 | 34 | "@babel/plugin-proposal-private-methods": "^7.8.3", |
35 | 35 | "@babel/plugin-proposal-throw-expressions": "^7.8.3", |
36 | | - "@babel/plugin-proposal-unicode-property-regex": "^7.8.3", |
| 36 | + "@babel/plugin-proposal-unicode-property-regex": "^7.8.8", |
37 | 37 | "@babel/plugin-syntax-async-generators": "^7.8.0", |
38 | 38 | "@babel/plugin-syntax-class-properties": "^7.8.3", |
39 | 39 | "@babel/plugin-syntax-decorators": "^7.8.3", |
|
57 | 57 | "@babel/plugin-transform-block-scoping": "^7.8.3", |
58 | 58 | "@babel/plugin-transform-classes": "^7.8.6", |
59 | 59 | "@babel/plugin-transform-computed-properties": "^7.8.3", |
60 | | - "@babel/plugin-transform-destructuring": "^7.8.3", |
| 60 | + "@babel/plugin-transform-destructuring": "^7.8.8", |
61 | 61 | "@babel/plugin-transform-dotall-regex": "^7.8.3", |
62 | 62 | "@babel/plugin-transform-duplicate-keys": "^7.8.3", |
63 | 63 | "@babel/plugin-transform-exponentiation-operator": "^7.8.3", |
|
78 | 78 | "@babel/plugin-transform-object-assign": "^7.8.3", |
79 | 79 | "@babel/plugin-transform-object-set-prototype-of-to-assign": "^7.8.3", |
80 | 80 | "@babel/plugin-transform-object-super": "^7.8.3", |
81 | | - "@babel/plugin-transform-parameters": "^7.8.7", |
| 81 | + "@babel/plugin-transform-parameters": "^7.8.8", |
82 | 82 | "@babel/plugin-transform-property-literals": "^7.8.3", |
83 | 83 | "@babel/plugin-transform-property-mutators": "^7.8.3", |
84 | 84 | "@babel/plugin-transform-proto-to-assign": "^7.8.3", |
|
0 commit comments