mirror of
https://github.com/Athou/commafeed.git
synced 2026-09-20 19:51:09 +00:00
fix(deps): update react-querybuilder to v8.15.0
This commit is contained in:
26
commafeed-client/package-lock.json
generated
26
commafeed-client/package-lock.json
generated
@@ -20,7 +20,7 @@
|
||||
"@mantine/notifications": "9.0.2",
|
||||
"@mantine/spotlight": "9.0.2",
|
||||
"@monaco-editor/react": "4.7.0",
|
||||
"@react-querybuilder/mantine": "8.14.4",
|
||||
"@react-querybuilder/mantine": "8.15.0",
|
||||
"@reduxjs/toolkit": "2.11.2",
|
||||
"@rolldown/plugin-babel": "0.2.3",
|
||||
"axios": "1.15.0",
|
||||
@@ -36,7 +36,7 @@
|
||||
"react-draggable": "4.5.0",
|
||||
"react-icons": "5.6.0",
|
||||
"react-infinite-scroller": "1.2.6",
|
||||
"react-querybuilder": "8.14.4",
|
||||
"react-querybuilder": "8.15.0",
|
||||
"react-redux": "9.2.0",
|
||||
"react-router-dom": "7.14.1",
|
||||
"react-swipeable": "7.0.2",
|
||||
@@ -1863,9 +1863,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@react-querybuilder/core": {
|
||||
"version": "8.14.4",
|
||||
"resolved": "https://registry.npmjs.org/@react-querybuilder/core/-/core-8.14.4.tgz",
|
||||
"integrity": "sha512-mcR955G5/8lW/yU1DdYNx+wenrDKq/bMwLGMpr8ChBpJhKECz4O4F7+r2CrEo411vXGeIjs1CvdVfxCE38Qixg==",
|
||||
"version": "8.15.0",
|
||||
"resolved": "https://registry.npmjs.org/@react-querybuilder/core/-/core-8.15.0.tgz",
|
||||
"integrity": "sha512-dM8615RrUqVk0muYXqHTBfOgylzE36Z+5IvvsraaFP63Jf16brTegNHNtEklzskFIL4/R6BtpgLObYQBXNgHjA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@ts-jison/lexer": "0.4.1-alpha.1",
|
||||
@@ -1899,9 +1899,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@react-querybuilder/mantine": {
|
||||
"version": "8.14.4",
|
||||
"resolved": "https://registry.npmjs.org/@react-querybuilder/mantine/-/mantine-8.14.4.tgz",
|
||||
"integrity": "sha512-mQVyHGwJ/e1dA1+p5T9Zhl7cecyfR8tJ8worNUzxbDgh3j/vjRHqaT3dUrisO7s/6yOpGgSAa7jHzgGb8nb74g==",
|
||||
"version": "8.15.0",
|
||||
"resolved": "https://registry.npmjs.org/@react-querybuilder/mantine/-/mantine-8.15.0.tgz",
|
||||
"integrity": "sha512-r97rUWDZBoELXP0VOdQpZMcPnlUrwJ3yEP6fBd/F8CDhUDQimWlSn/bcmo1eKhv6uyl0SGmRNWvoYcA1V7rT1g==",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"@mantine/core": ">=7",
|
||||
@@ -1909,7 +1909,7 @@
|
||||
"@mantine/hooks": ">=7",
|
||||
"dayjs": ">=1",
|
||||
"react": ">=18",
|
||||
"react-querybuilder": "8.14.4"
|
||||
"react-querybuilder": "8.15.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@reduxjs/toolkit": {
|
||||
@@ -5540,12 +5540,12 @@
|
||||
}
|
||||
},
|
||||
"node_modules/react-querybuilder": {
|
||||
"version": "8.14.4",
|
||||
"resolved": "https://registry.npmjs.org/react-querybuilder/-/react-querybuilder-8.14.4.tgz",
|
||||
"integrity": "sha512-w2bxX8ZMttRCT8kXVb5lXit2SgGfiEFaecuaBpkgsBpLRdjLNyOTPnhox+NL3PbIfssKksqQtNpc0k0lpEemSg==",
|
||||
"version": "8.15.0",
|
||||
"resolved": "https://registry.npmjs.org/react-querybuilder/-/react-querybuilder-8.15.0.tgz",
|
||||
"integrity": "sha512-GybFvwygHDdKj/gOp1EtVSRdgk5haO7DxuYtdQc6/cHyO0S0RcTxRxtAQI0lKevCzxoR2116vXxJIuiHGk6HOg==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@react-querybuilder/core": "^8.14.4",
|
||||
"@react-querybuilder/core": "^8.15.0",
|
||||
"@reduxjs/toolkit": "^2.11.2",
|
||||
"react-redux": "^9.2.0"
|
||||
},
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
"@mantine/notifications": "9.0.2",
|
||||
"@mantine/spotlight": "9.0.2",
|
||||
"@monaco-editor/react": "4.7.0",
|
||||
"@react-querybuilder/mantine": "8.14.4",
|
||||
"@react-querybuilder/mantine": "8.15.0",
|
||||
"@reduxjs/toolkit": "2.11.2",
|
||||
"@rolldown/plugin-babel": "0.2.3",
|
||||
"axios": "1.15.0",
|
||||
@@ -44,7 +44,7 @@
|
||||
"react-draggable": "4.5.0",
|
||||
"react-icons": "5.6.0",
|
||||
"react-infinite-scroller": "1.2.6",
|
||||
"react-querybuilder": "8.14.4",
|
||||
"react-querybuilder": "8.15.0",
|
||||
"react-redux": "9.2.0",
|
||||
"react-router-dom": "7.14.1",
|
||||
"react-swipeable": "7.0.2",
|
||||
|
||||
Reference in New Issue
Block a user