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 3535 "scripts" : {
3636 "build" : " nwb build-react-component --copy-files --no-demo" ,
3737 "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"
4041 },
4142 "dependencies" : {
4243 "classnames" : " ^2.2.6" ,
43- "core-js" : " ^3.6.4" ,
4444 "prop-types" : " ^15.7.2"
4545 },
4646 "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 "
4949 },
5050 "devDependencies" : {
51- "@coreui/icons" : " ^1.0.1" ,
5251 "babel-eslint" : " ^10.1.0" ,
5352 "enzyme" : " ^3.11.0" ,
5453 "enzyme-adapter-react-16" : " ^1.15.2" ,
5554 "eslint" : " ^6.8.0" ,
5655 "eslint-plugin-import" : " ^2.20.1" ,
5756 "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" ,
6060 "sinon" : " ^5.1.1"
6161 },
6262 "keywords" : [
You can’t perform that action at this time.
0 commit comments