File tree 2 files changed +1
-4
lines changed
2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pri" ,
3
- "version" : " 4.0.16 " ,
3
+ "version" : " 4.0.17 " ,
4
4
"types" : " src/node/index.ts" ,
5
5
"main" : " built/node/index.js" ,
6
6
"scripts" : {
74
74
"babel-core" : " 7.0.0-bridge.0" ,
75
75
"babel-loader" : " 8.0.6" ,
76
76
"babel-plugin-react-css-modules" : " 5.2.6" ,
77
- "babel-plugin-react-wrapped-display-name" : " ^1.0.0" ,
78
77
"chokidar" : " 3.3.0" ,
79
78
"circular-dependency-plugin" : " 5.2.0" ,
80
79
"codecov" : " 3.6.1" ,
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ import babelPluginProposalOptionalCatchBinding from '@babel/plugin-proposal-opti
8
8
import babelPluginProposalThrowExpressions from '@babel/plugin-proposal-throw-expressions' ;
9
9
import babelPluginProposalOptionalChaining from '@babel/plugin-proposal-optional-chaining' ;
10
10
import babelPluginProposalNullishCoalescingOperator from '@babel/plugin-proposal-nullish-coalescing-operator' ;
11
- import babelPluginReactWrappedDisplayName from 'babel-plugin-react-wrapped-display-name' ;
12
11
import babelPluginSyntaxDynamicImport from '@babel/plugin-syntax-dynamic-import' ;
13
12
import babelPluginSyntaxImportMeta from '@babel/plugin-syntax-import-meta' ;
14
13
import transformRuntime from '@babel/plugin-transform-runtime' ;
@@ -41,7 +40,6 @@ export function getBabelOptions(options?: Partial<DefaultOptions>) {
41
40
[ babelPluginProposalFunctionSent ] ,
42
41
[ babelPluginProposalNumericSeparator ] ,
43
42
[ babelPluginProposalThrowExpressions ] ,
44
- [ babelPluginReactWrappedDisplayName ] ,
45
43
[ babelPluginProposalOptionalChaining ] ,
46
44
[ babelPluginProposalNullishCoalescingOperator ] ,
47
45
[ babelPluginSyntaxDynamicImport ] ,
You can’t perform that action at this time.
0 commit comments