Update all of babel7 to version 7.23.3 (#20375)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
This commit is contained in:
parent
4efd1ae094
commit
190ccddaad
2 changed files with 445 additions and 473 deletions
10
package.json
10
package.json
|
|
@ -43,7 +43,7 @@
|
|||
"homepage": "https://github.com/forem/forem#readme",
|
||||
"devDependencies": {
|
||||
"@babel/eslint-parser": "^7.22.15",
|
||||
"@babel/plugin-proposal-decorators": "^7.22.15",
|
||||
"@babel/plugin-proposal-decorators": "^7.23.3",
|
||||
"@cypress/code-coverage": "^3.12.1",
|
||||
"@etchteam/storybook-addon-css-variables-theme": "^1.5.1",
|
||||
"@faker-js/faker": "^7.6.0",
|
||||
|
|
@ -106,14 +106,14 @@
|
|||
"webpack-dev-server": "^3.11.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.22.15",
|
||||
"@babel/core": "^7.23.3",
|
||||
"@babel/plugin-proposal-class-properties": "^7.16.0",
|
||||
"@babel/plugin-proposal-export-default-from": "^7.22.17",
|
||||
"@babel/plugin-proposal-export-default-from": "^7.23.3",
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
||||
"@babel/plugin-transform-private-methods": "^7.23.3",
|
||||
"@babel/plugin-transform-react-jsx": "^7.22.15",
|
||||
"@babel/preset-env": "^7.22.15",
|
||||
"@babel/preset-typescript": "^7.22.15",
|
||||
"@babel/preset-env": "^7.23.3",
|
||||
"@babel/preset-typescript": "^7.23.3",
|
||||
"@github/time-elements": "3.1.2",
|
||||
"@honeybadger-io/js": "^5.4.1",
|
||||
"@honeybadger-io/webpack": "^1.5.1",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue