File tree Expand file tree Collapse file tree 19 files changed +1685
-1003
lines changed Expand file tree Collapse file tree 19 files changed +1685
-1003
lines changed Original file line number Diff line number Diff line change 336
336
}
337
337
}
338
338
},
339
+ {
340
+ "label" : " audit" ,
341
+ "type" : " npm" ,
342
+ "script" : " audit" ,
343
+ "group" : " none" ,
344
+ "presentation" : {
345
+ "reveal" : " silent" ,
346
+ "panel" : " dedicated" ,
347
+ "clear" : true ,
348
+ },
349
+ "options" : {
350
+ "shell" : {
351
+ "executable" : " ${workspaceFolder}/scripts/nvms.sh"
352
+ },
353
+ "statusbar" : {
354
+ "running" : {
355
+ "backgroundColor" : " statusBarItem.errorBackground"
356
+ }
357
+ }
358
+ }
359
+ },
339
360
]
340
361
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
+ - 6.6.14
3
+ - Fixed import from JsonLogic when like op is used inside group with some group op (PR #1225 ) (issue #1221 )
4
+ - Support React 19 (PR #1229 ) (issue #1205 )
2
5
- 6.6.13
3
6
- Fix selecting func/args at RHS at delta 1 (PR #1211 ) (issue #1207 )
4
7
- Fix fetchSelectedValuesOnInit for func arguments (PR #1210 ) (issue #1198 )
Original file line number Diff line number Diff line change 111
111
"eslint-plugin-babel" : " ^5.3.1" ,
112
112
"eslint-plugin-import" : " ^2.29.1" ,
113
113
"eslint-plugin-react" : " ^7.34.1" ,
114
- "lerna" : " ^8.1.9 " ,
114
+ "lerna" : " ^8.2.1 " ,
115
115
"madge" : " ^8.0.0" ,
116
116
"typescript" : " ~5.4.5"
117
117
},
128
128
"@material-ui/styles" : " *"
129
129
},
130
130
"overrides" : {
131
+ "axios@1.7.7" : " ^1.7.9" ,
131
132
"csstype@3.1.1" : " ^3.1.3" ,
132
133
"ejs@3.1.9" : " ^3.1.10" ,
133
- "express@4.18.2" : " ^4.21.1 " ,
134
+ "express@4.18.2" : " ^4.21.2 " ,
134
135
"follow-redirects@1.15.2" : " ^1.15.6" ,
135
136
"ip@2.0.0" : " ^2.0.1" ,
136
137
"postcss@8.4.14" : " ^8.4.31" ,
146
147
"cheerio@1.0.0" : " 1.0.0-rc.12" ,
147
148
"http-proxy-middleware@2.0.6" : " ^2.0.7" ,
148
149
"nise@5.1.4" : " ^5.1.9" ,
149
- "cross-spawn@7.0.3" : " ^7.0.6"
150
+ "cross-spawn@7.0.3" : " ^7.0.6" ,
151
+ "serialize-javascript@6.0.0" : " ^6.0.2"
150
152
}
151
153
}
152
154
}
Original file line number Diff line number Diff line change 67
67
"@babel/runtime" : " ^7.24.5" ,
68
68
"@types/react" : " ^17.0.39" ,
69
69
"@types/react-dom" : " ^17.0.11" ,
70
- "antd" : " ^5.23.1 " ,
70
+ "antd" : " ^5.24.5 " ,
71
71
"less" : " ^4.2.0" ,
72
72
"react" : " ^17.0.2" ,
73
73
"react-dom" : " ^17.0.2" ,
76
76
"peerDependencies" : {
77
77
"@ant-design/icons" : " ^4.0.0 || ^5.0.0" ,
78
78
"antd" : " ^4.17.0 || ^5.0.0" ,
79
- "react" : " ^16.8.4 || ^17.0.1 || ^18.0.0" ,
80
- "react-dom" : " ^16.8.4 || ^17.0.1 || ^18.0.0"
79
+ "react" : " ^16.8.4 || ^17.0.1 || ^18.0.0 || ^19.0.0 " ,
80
+ "react-dom" : " ^16.8.4 || ^17.0.1 || ^18.0.0 || ^19.0.0 "
81
81
}
82
82
}
Original file line number Diff line number Diff line change
1
+ $custom-select-option-color : lightcoral !default ;
2
+
1
3
/* don't trigger tooltips during drag-n-drop */
2
4
body .qb-dragging {
3
5
/* v4 */
Original file line number Diff line number Diff line change 77
77
"@fortawesome/free-solid-svg-icons" : " ^5.15.4 || ^6.0.0" ,
78
78
"@fortawesome/react-fontawesome" : " >=0.1.16 <1.0" ,
79
79
"bootstrap" : " ^5.1.3" ,
80
- "react" : " ^16.8.4 || ^17.0.1 || ^18.0.0" ,
81
- "react-dom" : " ^16.8.4 || ^17.0.1 || ^18.0.0" ,
80
+ "react" : " ^16.8.4 || ^17.0.1 || ^18.0.0 || ^19.0.0 " ,
81
+ "react-dom" : " ^16.8.4 || ^17.0.1 || ^18.0.0 || ^19.0.0 " ,
82
82
"reactstrap" : " ^9.0.0"
83
83
}
84
84
}
Original file line number Diff line number Diff line change 49
49
"@react-awesome-query-builder/mui" : " workspace:^" ,
50
50
"@react-awesome-query-builder/sql" : " workspace:^" ,
51
51
"@react-awesome-query-builder/ui" : " workspace:^" ,
52
- "antd" : " ^5.23.1 " ,
52
+ "antd" : " ^5.24.5 " ,
53
53
"bootstrap" : " ^5.3.3" ,
54
54
"clone" : " ^2.1.2" ,
55
55
"immutable" : " ^4.3.6" ,
83
83
"babel-plugin-import" : " ^1.13.3" ,
84
84
"copy-webpack-plugin" : " ^11.0.0" ,
85
85
"cross-env" : " ^7.0.3" ,
86
- "css-loader" : " ^6.11.0 " ,
86
+ "css-loader" : " ^7.1.2 " ,
87
87
"file-loader" : " ^6.2.0" ,
88
88
"less" : " ^4.2.0" ,
89
89
"less-loader" : " ^12.2.0" ,
95
95
"style-loader" : " ^3.2.1" ,
96
96
"typescript" : " ~5.4.5" ,
97
97
"url-loader" : " ^4.1.1" ,
98
- "webpack" : " ^5.95 .0" ,
98
+ "webpack" : " ^5.98 .0" ,
99
99
"webpack-bundle-analyzer" : " ^4.10.2" ,
100
100
"webpack-cli" : " ^4.10.0" ,
101
101
"webpack-dev-server" : " ^4.15.2"
Original file line number Diff line number Diff line change 73
73
"@fluentui/font-icons-mdl2" : " ^8.4.2" ,
74
74
"@fluentui/react" : " ^8.1.0" ,
75
75
"@fluentui/react-icons" : " ^2.0.175" ,
76
- "react" : " ^16.8.4 || ^17.0.1 || ^18.0.0" ,
77
- "react-dom" : " ^16.8.4 || ^17.0.1 || ^18.0.0"
76
+ "react" : " ^16.8.4 || ^17.0.1 || ^18.0.0 || ^19.0.0 " ,
77
+ "react-dom" : " ^16.8.4 || ^17.0.1 || ^18.0.0 || ^19.0.0 "
78
78
}
79
79
}
Original file line number Diff line number Diff line change 82
82
"@material-ui/icons" : " ^4.0.0" ,
83
83
"@material-ui/lab" : " ^4.0.0-alpha.57" ,
84
84
"@material-ui/pickers" : " ^3.2.10" ,
85
- "react" : " ^16.8.4 || ^17.0.1 || ^18.0.0" ,
86
- "react-dom" : " ^16.8.4 || ^17.0.1 || ^18.0.0"
85
+ "react" : " ^16.8.4 || ^17.0.1 || ^18.0.0 || ^19.0.0 " ,
86
+ "react-dom" : " ^16.8.4 || ^17.0.1 || ^18.0.0 || ^19.0.0 "
87
87
}
88
88
}
Original file line number Diff line number Diff line change 84
84
"@mui/icons-material" : " ^5.2.4 || ^6.0.0" ,
85
85
"@mui/material" : " ^5.2.4 || ^6.0.0" ,
86
86
"@mui/x-date-pickers" : " ^5.0.0-beta.2 || ^6.0.0 || ^7.0.0" ,
87
- "react" : " ^16.8.4 || ^17.0.1 || ^18.0.0" ,
88
- "react-dom" : " ^16.8.4 || ^17.0.1 || ^18.0.0"
87
+ "react" : " ^16.8.4 || ^17.0.1 || ^18.0.0 || ^19.0.0 " ,
88
+ "react-dom" : " ^16.8.4 || ^17.0.1 || ^18.0.0 || ^19.0.0 "
89
89
}
90
90
}
You can’t perform that action at this time.
0 commit comments