chore: ts
Showing
This diff is collapsed.
... | ... | @@ -199,10 +199,15 @@ |
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.4.5", | ||
"@babel/plugin-proposal-class-properties": "^7.16.0", | ||
"@babel/plugin-proposal-decorators": "^7.16.4", | ||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.0", | ||
"@babel/plugin-proposal-numeric-separator": "^7.16.0", | ||
"@babel/plugin-proposal-optional-chaining": "^7.16.0", | ||
"@babel/plugin-transform-modules-amd": "^7.10.4", | ||
"@babel/plugin-transform-modules-commonjs": "^7.10.4", | ||
"@babel/plugin-transform-object-assign": "^7.2.0", | ||
"@babel/plugin-transform-runtime": "^7.10.4", | ||
"@babel/plugin-transform-runtime": "^7.16.4", | ||
"@babel/polyfill": "^7.4.4", | ||
"@babel/preset-env": "^7.10.4", | ||
"@babel/preset-es2015": "^7.0.0-beta.53", | ||
... | ... |
Please
register
or
sign in
to comment