File tree 4 files changed +25
-1753
lines changed
4 files changed +25
-1753
lines changed Original file line number Diff line number Diff line change 68
68
"use-sync-external-store" : " ^1.4.0"
69
69
},
70
70
"devDependencies" : {
71
- "@babel/cli" : " ^7.24.7" ,
72
- "@babel/core" : " ^7.24.7" ,
73
- "@babel/plugin-proposal-decorators" : " ^7.24.7" ,
74
- "@babel/plugin-proposal-object-rest-spread" : " ^7.20.7" ,
75
- "@babel/plugin-transform-flow-strip-types" : " ^7.24.7" ,
76
- "@babel/plugin-transform-react-display-name" : " ^7.24.7" ,
77
- "@babel/plugin-transform-react-jsx" : " ^7.24.7" ,
78
- "@babel/plugin-transform-runtime" : " ^7.24.7" ,
79
- "@babel/preset-env" : " ^7.24.7" ,
80
- "@babel/preset-typescript" : " ^7.24.7" ,
81
71
"@microsoft/api-extractor" : " ^7.47.0" ,
82
72
"@reduxjs/toolkit" : " ^2.2.5" ,
83
73
"@testing-library/dom" : " ^10.4.0" ,
87
77
"@types/prop-types" : " ^15.7.12" ,
88
78
"@types/react" : " ^19.0.1" ,
89
79
"@types/react-dom" : " ^19.0.1" ,
90
- "babel-eslint" : " ^10.1.0" ,
91
80
"codecov" : " ^3.8.3" ,
92
81
"cross-env" : " ^7.0.3" ,
93
82
"eslint" : " ^8.57.0" ,
Original file line number Diff line number Diff line change 1
1
import type { ElementType , MemoExoticComponent , ReactElement } from 'react'
2
- import * as React from 'react'
2
+ import { React } from './ react'
3
3
4
4
// Directly ported from:
5
5
// https://unpkg.com/browse/react-is@19.0.0/cjs/react-is.production.js
Original file line number Diff line number Diff line change 8
8
"checkJs" : true ,
9
9
"rootDir" : " ."
10
10
},
11
- "include" : [" ." ]
11
+ "include" : [" ." ],
12
+ "exclude" : [" dist*" , " examples" , " website" ]
12
13
}
You can’t perform that action at this time.
0 commit comments