Skip to content

Commit 811123c

Browse files
committed
Remove some unused (per depcheck) dev packages
1 parent da0a505 commit 811123c

File tree

3 files changed

+180
-236
lines changed

3 files changed

+180
-236
lines changed

package.json

-10
Original file line numberDiff line numberDiff line change
@@ -104,9 +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",
110107
"@babel/plugin-transform-runtime": "^7.22.5",
111108
"@babel/preset-env": "^7.22.5",
112109
"@babel/preset-react": "7.22.5",
@@ -134,15 +131,11 @@
134131
"@types/react-loadable": "~5.5",
135132
"@types/react-redux": "~7.1",
136133
"@types/react-test-renderer": "~16.9",
137-
"@types/semver-sort": "~0.0",
138134
"@types/serve-static": "~1.15",
139-
"@types/stacktrace-js": "~2.0",
140135
"@types/styled-components": "~4.1",
141136
"@types/tiny-async-pool": "~1.0",
142137
"@types/uuid": "~7.0",
143138
"@types/yargs": "~13.0",
144-
"babel-core": "7.0.0-bridge.0",
145-
"babel-plugin-transform-dynamic-import": "^2.1.0",
146139
"codecov": "^3.8.3",
147140
"date-fns": "^2.30.0",
148141
"date-fns-tz": "^2.0.0",
@@ -158,14 +151,12 @@
158151
"node-fetch": "~2.6",
159152
"pify": "^4.0.1",
160153
"portfinder": "^1.0.32",
161-
"prettier": "1.19.1",
162154
"pretty": "^2.0.0",
163155
"progress": "^2.0.3",
164156
"puppeteer": "^5",
165157
"react-scripts": "^4.0.3",
166158
"react-test-renderer": "~16.9",
167159
"resize-observer-polyfill": "^1.5.1",
168-
"semver-sort": "~0.0",
169160
"serve-static": "~1.16",
170161
"sitemap": "<4",
171162
"source-map-explorer": "^2.5.3",
@@ -174,7 +165,6 @@
174165
"stylelint-config-styled-components": "^0.1.1",
175166
"stylelint-processor-styled-components": "^1.5.2",
176167
"tiny-async-pool": "~1.0",
177-
"ts-unused-exports": "<7",
178168
"tslint": "6.1.3",
179169
"yargs": "~13.2"
180170
},

src/babel-config.js

-4
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,7 @@ 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',
2522
'@babel/transform-runtime',
26-
'babel-plugin-transform-dynamic-import',
2723
]
2824
});
2925
};

0 commit comments

Comments
 (0)