File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 23
23
"@rematch/core" : " 1.1.0" ,
24
24
"react" : " 17.0.1" ,
25
25
"react-dom" : " 17.0.1" ,
26
- "react-dynamic-loadable" : " 2.0.4 " ,
26
+ "react-dynamic-loadable" : " 2.0.5 " ,
27
27
"react-redux" : " 7.1.0" ,
28
28
"react-router-dom" : " 5.0.1"
29
29
},
Original file line number Diff line number Diff line change 31
31
"dependencies" : {
32
32
"react" : " 17.0.1" ,
33
33
"react-dom" : " 17.0.1" ,
34
- "react-dynamic-loadable" : " 2.0.4 "
34
+ "react-dynamic-loadable" : " 2.0.5 "
35
35
}
36
36
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-dynamic-loadable" ,
3
- "version" : " 2.0.4 " ,
3
+ "version" : " 2.0.5 " ,
4
4
"description" : " A higher order component for loading components with dynamic imports." ,
5
5
"main" : " lib/cjs/index.js" ,
6
6
"module" : " lib/esm/index.js" ,
7
7
"typings" : " types/index.d.ts" ,
8
- "scripts" : {
9
- "watch" : " tsbb watch --target react" ,
10
- "build" : " tsbb build --target react" ,
11
- "prepare" : " npm run lint && npm run build"
12
- },
13
8
"repository" : {
14
9
"type" : " git" ,
15
10
"url" : " https://github.com/jaywcjlove/react-dynamic-loadable.git"
You can’t perform that action at this time.
0 commit comments