File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 63
63
"node" : " >=16.0.0"
64
64
},
65
65
"devDependencies" : {
66
- "@kkt/less-modules" : " ~7.2.1 " ,
66
+ "@kkt/less-modules" : " ~7.3.0 " ,
67
67
"@kkt/ncc" : " ~1.0.15" ,
68
68
"@types/react" : " ~18.0.0" ,
69
69
"@types/react-dom" : " ~18.0.0" ,
70
70
"@types/react-test-renderer" : " ~18.0.0" ,
71
71
"@types/react-transition-group" : " ~4.4.4" ,
72
72
"compile-less-cli" : " ~1.8.11" ,
73
73
"husky" : " ~8.0.0" ,
74
- "kkt" : " ~7.2.1 " ,
74
+ "kkt" : " ~7.3.0 " ,
75
75
"lerna" : " ^6.0.0" ,
76
76
"lint-staged" : " ^13.0.3" ,
77
77
"prettier" : " ~2.8.0" ,
Original file line number Diff line number Diff line change 44
44
"uiw" : " ^4.21.19"
45
45
},
46
46
"devDependencies" : {
47
- "@kkt/less-modules" : " ~7.2.1 " ,
48
- "@kkt/raw-modules" : " ~7.2.1 " ,
49
- "@kkt/scope-plugin-options" : " ~7.2.1 " ,
47
+ "@kkt/less-modules" : " ~7.3.0 " ,
48
+ "@kkt/raw-modules" : " ~7.3.0 " ,
49
+ "@kkt/scope-plugin-options" : " ~7.3.0 " ,
50
50
"@types/react" : " ~18.0.0" ,
51
51
"@types/react-dom" : " ~18.0.0" ,
52
- "kkt" : " ~7.2.1 " ,
52
+ "kkt" : " ~7.3.0 " ,
53
53
"react-test-renderer" : " ~18.2.0"
54
54
},
55
55
"author" : " kenny wang <wowohoo@qq.com>" ,
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ export default class App extends Component {
62
62
"version": "0.1.0",
63
63
"private": true,
64
64
+ "devDependencies": {
65
- + "kkt": "~7.0.6 "
65
+ + "kkt": "~7.3.0 "
66
66
+ },
67
67
"dependencies": {
68
68
"@testing-library/jest-dom": "^5.11.4",
You can’t perform that action at this time.
0 commit comments