File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 3232 " src/"
3333 ],
3434 "scripts" : {
35- "build" : " rollup -c"
35+ "build" : " rollup -c --bundleConfigAsCjs "
3636 },
3737 "devDependencies" : {
3838 "@rollup/plugin-commonjs" : " ^23.0.2" ,
Original file line number Diff line number Diff line change 3535 " src/"
3636 ],
3737 "scripts" : {
38- "build" : " rollup -c"
38+ "build" : " rollup -c --bundleConfigAsCjs "
3939 },
4040 "dependencies" : {
4141 "@coreui/chartjs" : " ^3.0.0" ,
42- "chart.js" : " ^ 3.9.1"
42+ "chart.js" : " 3.9.1"
4343 },
4444 "devDependencies" : {
4545 "@rollup/plugin-commonjs" : " ^23.0.2" ,
4848 "@testing-library/jest-dom" : " ^5.16.5" ,
4949 "@testing-library/react" : " ^13.4.0" ,
5050 "@types/lodash" : " ^4.14.181" ,
51+ "@types/react" : " 18.0.25" ,
52+ "@types/react-dom" : " ^18.0.6" ,
5153 "classnames" : " ^2.3.2" ,
5254 "lodash" : " ^4.17.21" ,
5355 "prop-types" : " ^15.8.1" ,
56+ "react" : " ^18.2.0" ,
57+ "react-dom" : " ^18.2.0" ,
5458 "rollup" : " ^3.4.0" ,
5559 "typescript" : " ^4.9.3"
5660 },
Original file line number Diff line number Diff line change 2727 "module" : " dist/index.es.js" ,
2828 "jsnext:main" : " dist/index.es.js" ,
2929 "types" : " dist/index.d.ts" ,
30- "type" : " module" ,
3130 "files" : [
3231 " dist/" ,
3332 " src/"
3433 ],
3534 "scripts" : {
36- "build" : " rollup -c"
35+ "build" : " rollup -c --bundleConfigAsCjs "
3736 },
3837 "devDependencies" : {
3938 "@popperjs/core" : " ^2.11.5" ,
You can’t perform that action at this time.
0 commit comments