File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 35
35
"scripts" : {
36
36
"build" : " nwb build-react-component --copy-files --no-demo" ,
37
37
"clean" : " nwb clean-module && nwb clean-demo" ,
38
- "lint" : " eslint src" ,
39
- "link" : " npm link @coreui/react"
38
+ "test" : " nwb test-react" ,
39
+ "test:coverage" : " nwb test-react --coverage" ,
40
+ "lint" : " eslint src"
40
41
},
41
42
"dependencies" : {
42
43
"classnames" : " ^2.2.6" ,
43
- "core-js" : " ^3.6.4" ,
44
44
"prop-types" : " ^15.7.2"
45
45
},
46
46
"peerDependencies" : {
47
- "@coreui/react " : " ^3.0.0-alpha .1" ,
48
- "react" : " ^16.12.0 "
47
+ "@coreui/icons " : " ^1.0 .1" ,
48
+ "react" : " ^16.13.1 "
49
49
},
50
50
"devDependencies" : {
51
- "@coreui/icons" : " ^1.0.1" ,
52
51
"babel-eslint" : " ^10.1.0" ,
53
52
"enzyme" : " ^3.11.0" ,
54
53
"enzyme-adapter-react-16" : " ^1.15.2" ,
55
54
"eslint" : " ^6.8.0" ,
56
55
"eslint-plugin-import" : " ^2.20.1" ,
57
56
"eslint-plugin-react" : " ^7.19.0" ,
58
- "nwb" : " ^0.24.3" ,
59
- "react-app-polyfill" : " ^1.0.6" ,
57
+ "nwb" : " ^0.24.5" ,
58
+ "react" : " ^16.13.1" ,
59
+ "react-dom" : " ^16.13.1" ,
60
60
"sinon" : " ^5.1.1"
61
61
},
62
62
"keywords" : [
You can’t perform that action at this time.
0 commit comments