MM-52539 Unify versions of Babel used throughout web app and remove unneeded libraries (#23543)
* Remove unneeded Babel plugins and update Babel preset * Remove unneeded babel/cli package * Update and share Babel and presets * Update and share babel-plugin-styled-components * Update and share babel-plugin-formatjs * Update and share babel-plugin-typescript-to-proptypes * Update and share babel-loader * Remove all Babel-related ESLint libraries * Remove unused babel-jest from Playbooks * MM-51968 Remove unused Babel libraries from Boards * Update snapshots because of course I have to * Update snapshot
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
cbfc14b2b4
Коммит
11c0a861b2
@@ -12,12 +12,7 @@
|
||||
"clean": "rm -rf dist node_modules tsconfig.tsbuildinfo .rollup.cache"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.17.6",
|
||||
"@babel/core": "^7.17.7",
|
||||
"@babel/plugin-transform-runtime": "^7.17.0",
|
||||
"@babel/preset-env": "^7.16.11",
|
||||
"@babel/preset-react": "^7.16.7",
|
||||
"@babel/preset-typescript": "^7.16.7",
|
||||
"@rollup/plugin-babel": "^5.3.1",
|
||||
"@rollup/plugin-commonjs": "^21.0.2",
|
||||
"@rollup/plugin-node-resolve": "^13.1.3",
|
||||
@@ -29,9 +24,6 @@
|
||||
"@types/react-redux": "^7.1.21",
|
||||
"@types/shallow-equals": "^1.0.0",
|
||||
"@types/styled-components": "^5.1.19",
|
||||
"babel-loader": "^8.2.3",
|
||||
"babel-plugin-formatjs": "10.3.14",
|
||||
"babel-plugin-styled-components": "^2.0.6",
|
||||
"css-loader": "^6.7.1",
|
||||
"rollup": "^2.75.7",
|
||||
"rollup-plugin-auto-external": "^2.0.0",
|
||||
|
||||
Ссылка в новой задаче
Block a user