Skip to content

Commit 274f654

Browse files
committed
Remove some unused (per depcheck) dev packages
1 parent b1f1244 commit 274f654

File tree

3 files changed

+83
-243
lines changed

3 files changed

+83
-243
lines changed

package.json

-11
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,6 @@
104104
"@aws-sdk/client-sqs": "<3.567.0",
105105
"@aws-sdk/credential-providers": "<3.567.0",
106106
"@babel/core": "^7.22.5",
107-
"@babel/plugin-proposal-class-properties": "^7.1.0",
108-
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
109-
"@babel/plugin-proposal-optional-chaining": "^7.13.12",
110-
"@babel/plugin-transform-runtime": "^7.22.5",
111107
"@babel/preset-env": "^7.22.5",
112108
"@babel/preset-react": "7.22.5",
113109
"@babel/preset-typescript": "^7.22.5",
@@ -134,15 +130,11 @@
134130
"@types/react-loadable": "~5.5",
135131
"@types/react-redux": "~7.1",
136132
"@types/react-test-renderer": "~16.9",
137-
"@types/semver-sort": "~0.0",
138133
"@types/serve-static": "~1.15",
139-
"@types/stacktrace-js": "~2.0",
140134
"@types/styled-components": "~4.1",
141135
"@types/tiny-async-pool": "~1.0",
142136
"@types/uuid": "~7.0",
143137
"@types/yargs": "~13.0",
144-
"babel-core": "7.0.0-bridge.0",
145-
"babel-plugin-transform-dynamic-import": "^2.1.0",
146138
"codecov": "^3.8.3",
147139
"date-fns": "^2.30.0",
148140
"date-fns-tz": "^2.0.0",
@@ -158,14 +150,12 @@
158150
"node-fetch": "~2.6",
159151
"pify": "^4.0.1",
160152
"portfinder": "^1.0.32",
161-
"prettier": "1.19.1",
162153
"pretty": "^2.0.0",
163154
"progress": "^2.0.3",
164155
"puppeteer": "^5",
165156
"react-scripts": "^4.0.3",
166157
"react-test-renderer": "~16.9",
167158
"resize-observer-polyfill": "^1.5.1",
168-
"semver-sort": "~0.0",
169159
"serve-static": "~1.16",
170160
"sitemap": "<4",
171161
"source-map-explorer": "^2.5.3",
@@ -174,7 +164,6 @@
174164
"stylelint-config-styled-components": "^0.1.1",
175165
"stylelint-processor-styled-components": "^1.5.2",
176166
"tiny-async-pool": "~1.0",
177-
"ts-unused-exports": "<7",
178167
"tslint": "6.1.3",
179168
"yargs": "~13.2"
180169
},

src/babel-config.js

-5
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ module.exports = function(additionalExtensions = ['.ts', '.tsx']) {
1919
],
2020
plugins: [
2121
'macros',
22-
'@babel/plugin-proposal-object-rest-spread',
23-
'@babel/plugin-proposal-class-properties',
24-
'@babel/plugin-proposal-optional-chaining',
25-
'@babel/transform-runtime',
26-
'babel-plugin-transform-dynamic-import',
2722
]
2823
});
2924
};

0 commit comments

Comments
 (0)