File tree 3 files changed +10
-10
lines changed
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 22
22
"test:update" : " npm-run-all charts:test:update icons:test:update lib:test:update"
23
23
},
24
24
"devDependencies" : {
25
- "@typescript-eslint/eslint-plugin" : " ^7.1 .1" ,
26
- "@typescript-eslint/parser" : " ^7.1 .1" ,
25
+ "@typescript-eslint/eslint-plugin" : " ^7.3 .1" ,
26
+ "@typescript-eslint/parser" : " ^7.3 .1" ,
27
27
"eslint" : " 8.57.0" ,
28
28
"eslint-config-prettier" : " ^9.1.0" ,
29
29
"eslint-plugin-prettier" : " ^5.1.3" ,
30
- "eslint-plugin-react" : " ^7.34.0 " ,
30
+ "eslint-plugin-react" : " ^7.34.1 " ,
31
31
"eslint-plugin-react-hooks" : " ^4.6.0" ,
32
32
"eslint-plugin-unicorn" : " ^51.0.1" ,
33
33
"lerna" : " ^8.1.2" ,
Original file line number Diff line number Diff line change 41
41
"test:update" : " jest --coverage --updateSnapshot"
42
42
},
43
43
"dependencies" : {
44
- "@coreui/coreui" : " ^5.0.0-rc.2 " ,
44
+ "@coreui/coreui" : " ^5.0.0-rc.3 " ,
45
45
"@popperjs/core" : " ^2.11.8" ,
46
46
"prop-types" : " ^15.8.1"
47
47
},
50
50
"@rollup/plugin-node-resolve" : " ^15.2.3" ,
51
51
"@rollup/plugin-typescript" : " ^11.1.6" ,
52
52
"@testing-library/jest-dom" : " ^6.4.2" ,
53
- "@testing-library/react" : " ^14.2.1 " ,
53
+ "@testing-library/react" : " ^14.2.2 " ,
54
54
"@types/jest" : " ^29.5.12" ,
55
- "@types/react" : " 18.2.63 " ,
56
- "@types/react-dom" : " ^18.2.20 " ,
55
+ "@types/react" : " 18.2.67 " ,
56
+ "@types/react-dom" : " ^18.2.22 " ,
57
57
"@types/react-transition-group" : " ^4.4.10" ,
58
58
"classnames" : " ^2.5.1" ,
59
59
"cross-env" : " ^7.0.3" ,
62
62
"react" : " ^18.2.0" ,
63
63
"react-dom" : " ^18.2.0" ,
64
64
"react-transition-group" : " ^4.4.5" ,
65
- "rollup" : " ^4.12.1 " ,
65
+ "rollup" : " ^4.13.0 " ,
66
66
"ts-jest" : " ^29.1.2" ,
67
67
"tslib" : " ^2.6.2" ,
68
- "typescript" : " ^5.4.2 "
68
+ "typescript" : " ^5.4.3 "
69
69
},
70
70
"peerDependencies" : {
71
71
"react" : " >=17" ,
Original file line number Diff line number Diff line change 59
59
"react-helmet" : " ^6.1.0" ,
60
60
"react-imask" : " ^7.5.0" ,
61
61
"rimraf" : " ^5.0.5" ,
62
- "sass" : " ^1.71.1 "
62
+ "sass" : " ^1.72.0 "
63
63
},
64
64
"devDependencies" : {
65
65
"npm-run-all" : " ^4.1.5"
You can’t perform that action at this time.
0 commit comments