File tree Expand file tree Collapse file tree 6 files changed +116
-129
lines changed Expand file tree Collapse file tree 6 files changed +116
-129
lines changed Original file line number Diff line number Diff line change 16
16
"test:update" : " jest --coverage --updateSnapshot"
17
17
},
18
18
"devDependencies" : {
19
- "@typescript-eslint/eslint-plugin" : " ^5.32 .0" ,
20
- "@typescript-eslint/parser" : " ^5.32 .0" ,
21
- "eslint" : " 8.28 .0" ,
19
+ "@typescript-eslint/eslint-plugin" : " ^5.46 .0" ,
20
+ "@typescript-eslint/parser" : " ^5.46 .0" ,
21
+ "eslint" : " 8.29 .0" ,
22
22
"eslint-config-prettier" : " ^8.5.0" ,
23
23
"eslint-plugin-prettier" : " ^4.2.1" ,
24
24
"eslint-plugin-react" : " ^7.30.1" ,
27
27
"jest-canvas-mock" : " ^2.3.1" ,
28
28
"jest-environment-jsdom" : " ^28.1.3" ,
29
29
"lerna" : " ^4.0.0" ,
30
- "prettier" : " ^2.7 .1" ,
30
+ "prettier" : " ^2.8 .1" ,
31
31
"ts-jest" : " ^28.0.7"
32
32
}
33
33
}
Original file line number Diff line number Diff line change 35
35
"build" : " rollup -c --bundleConfigAsCjs"
36
36
},
37
37
"devDependencies" : {
38
- "@rollup/plugin-commonjs" : " ^23.0.2 " ,
38
+ "@rollup/plugin-commonjs" : " ^23.0.4 " ,
39
39
"@rollup/plugin-node-resolve" : " ^15.0.1" ,
40
- "@rollup/plugin-typescript" : " ^9 .0.2 " ,
40
+ "@rollup/plugin-typescript" : " ^10 .0.1 " ,
41
41
"@testing-library/jest-dom" : " ^5.16.5" ,
42
42
"@testing-library/react" : " ^13.4.0" ,
43
- "@types/react" : " ^18.0.25 " ,
43
+ "@types/react" : " ^18.0.26 " ,
44
44
"@types/react-dom" : " ^18.0.6" ,
45
45
"classnames" : " ^2.3.2" ,
46
46
"prop-types" : " ^15.8.1" ,
47
47
"react" : " ^18.2.0" ,
48
48
"react-dom" : " ^18.2.0" ,
49
- "rollup" : " ^3.4.0 " ,
49
+ "rollup" : " ^3.7.2 " ,
50
50
"rollup-plugin-import-css" : " ^3.0.3" ,
51
- "typescript" : " ^4.9.3 "
51
+ "typescript" : " ^4.9.4 "
52
52
},
53
53
"peerDependencies" : {
54
54
"react" : " >=17" ,
Original file line number Diff line number Diff line change 42
42
"chart.js" : " 3.9.1"
43
43
},
44
44
"devDependencies" : {
45
- "@rollup/plugin-commonjs" : " ^23.0.2 " ,
45
+ "@rollup/plugin-commonjs" : " ^23.0.4 " ,
46
46
"@rollup/plugin-node-resolve" : " ^15.0.1" ,
47
- "@rollup/plugin-typescript" : " ^9 .0.2 " ,
47
+ "@rollup/plugin-typescript" : " ^10 .0.1 " ,
48
48
"@testing-library/jest-dom" : " ^5.16.5" ,
49
49
"@testing-library/react" : " ^13.4.0" ,
50
- "@types/lodash" : " ^4.14.181 " ,
51
- "@types/react" : " 18.0.25 " ,
50
+ "@types/lodash" : " ^4.14.191 " ,
51
+ "@types/react" : " 18.0.26 " ,
52
52
"@types/react-dom" : " ^18.0.6" ,
53
53
"classnames" : " ^2.3.2" ,
54
54
"lodash" : " ^4.17.21" ,
55
55
"prop-types" : " ^15.8.1" ,
56
56
"react" : " ^18.2.0" ,
57
57
"react-dom" : " ^18.2.0" ,
58
- "rollup" : " ^3.4.0 " ,
59
- "typescript" : " ^4.9.3 "
58
+ "rollup" : " ^3.7.2 " ,
59
+ "typescript" : " ^4.9.4 "
60
60
},
61
61
"peerDependencies" : {
62
62
"react" : " >=17" ,
Original file line number Diff line number Diff line change 36
36
},
37
37
"devDependencies" : {
38
38
"@popperjs/core" : " ^2.11.5" ,
39
- "@rollup/plugin-commonjs" : " ^23.0.2 " ,
39
+ "@rollup/plugin-commonjs" : " ^23.0.4 " ,
40
40
"@rollup/plugin-node-resolve" : " ^15.0.1" ,
41
- "@rollup/plugin-typescript" : " ^8.5.0 " ,
41
+ "@rollup/plugin-typescript" : " ^10.0.1 " ,
42
42
"@testing-library/jest-dom" : " ^5.16.5" ,
43
43
"@testing-library/react" : " ^13.4.0" ,
44
- "@types/react" : " 18.0.25 " ,
44
+ "@types/react" : " 18.0.26 " ,
45
45
"@types/react-dom" : " ^18.0.6" ,
46
46
"@types/react-transition-group" : " ^4.4.5" ,
47
47
"classnames" : " ^2.3.2" ,
50
50
"react-dom" : " ^18.2.0" ,
51
51
"react-popper" : " ^2.2.5" ,
52
52
"react-transition-group" : " ^4.4.5" ,
53
- "rollup" : " ^3.4.0 " ,
53
+ "rollup" : " ^3.7.2 " ,
54
54
"tslib" : " ^2.4.1" ,
55
- "typescript" : " ^4.9.3 "
55
+ "typescript" : " ^4.9.4 "
56
56
},
57
57
"peerDependencies" : {
58
58
"react" : " >=17" ,
Original file line number Diff line number Diff line change 28
28
},
29
29
"dependencies" : {
30
30
"@coreui/chartjs" : " ^3.0.0" ,
31
- "@coreui/coreui" : " ^4.2.2 " ,
31
+ "@coreui/coreui" : " ^4.2.4 " ,
32
32
"@coreui/icons" : " ^2.1.0" ,
33
33
"@coreui/icons-react" : " ^2.0.0" ,
34
34
"@coreui/react-chartjs" : " ^2.0.0" ,
You can’t perform that action at this time.
0 commit comments