chore: Dump all babel libs (#21121)
This commit is contained in:
parent
dcab32676b
commit
fa0be30d49
File diff suppressed because it is too large
Load Diff
|
|
@ -206,18 +206,18 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@applitools/eyes-storybook": "^3.27.6",
|
||||
"@babel/cli": "^7.16.0",
|
||||
"@babel/compat-data": "^7.15.0",
|
||||
"@babel/core": "^7.15.5",
|
||||
"@babel/eslint-parser": "^7.15.7",
|
||||
"@babel/node": "^7.15.4",
|
||||
"@babel/plugin-proposal-class-properties": "^7.14.5",
|
||||
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
|
||||
"@babel/cli": "^7.18.10",
|
||||
"@babel/compat-data": "^7.18.8",
|
||||
"@babel/core": "^7.18.10",
|
||||
"@babel/eslint-parser": "^7.18.9",
|
||||
"@babel/node": "^7.18.10",
|
||||
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
||||
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
||||
"@babel/plugin-transform-runtime": "^7.15.0",
|
||||
"@babel/preset-env": "^7.15.6",
|
||||
"@babel/preset-react": "^7.14.5",
|
||||
"@babel/register": "^7.15.3",
|
||||
"@babel/plugin-transform-runtime": "^7.18.10",
|
||||
"@babel/preset-env": "^7.18.10",
|
||||
"@babel/preset-react": "^7.18.6",
|
||||
"@babel/register": "^7.18.9",
|
||||
"@cypress/react": "^5.10.0",
|
||||
"@emotion/jest": "^11.3.0",
|
||||
"@hot-loader/react-dom": "^16.13.0",
|
||||
|
|
|
|||
Loading…
Reference in New Issue