mirror of
https://github.com/Athou/commafeed.git
synced 2026-09-20 19:51:09 +00:00
fix(deps): update react-querybuilder to v8.20.2
This commit is contained in:
27
commafeed-client/package-lock.json
generated
27
commafeed-client/package-lock.json
generated
@@ -20,7 +20,7 @@
|
||||
"@mantine/notifications": "9.4.0",
|
||||
"@mantine/spotlight": "9.4.0",
|
||||
"@monaco-editor/react": "4.7.0",
|
||||
"@react-querybuilder/mantine": "8.20.1",
|
||||
"@react-querybuilder/mantine": "8.20.2",
|
||||
"@reduxjs/toolkit": "2.12.0",
|
||||
"@rolldown/plugin-babel": "0.2.3",
|
||||
"axios": "1.18.1",
|
||||
@@ -36,7 +36,7 @@
|
||||
"react-draggable": "4.7.0",
|
||||
"react-icons": "5.6.0",
|
||||
"react-infinite-scroller": "1.2.6",
|
||||
"react-querybuilder": "8.20.1",
|
||||
"react-querybuilder": "8.20.2",
|
||||
"react-redux": "9.3.0",
|
||||
"react-router-dom": "7.18.0",
|
||||
"react-swipeable": "7.0.2",
|
||||
@@ -1882,9 +1882,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@react-querybuilder/core": {
|
||||
"version": "8.20.1",
|
||||
"resolved": "https://registry.npmjs.org/@react-querybuilder/core/-/core-8.20.1.tgz",
|
||||
"integrity": "sha512-rLR2hlgrEAfknuHP97BIQ3G9v1K351Cvs8RbVpEcj8rsNoos1xxbR3JQiQW4AefbjXXjI9vZPs36ObF4hYMQoQ==",
|
||||
"version": "8.20.2",
|
||||
"resolved": "https://registry.npmjs.org/@react-querybuilder/core/-/core-8.20.2.tgz",
|
||||
"integrity": "sha512-UIlZ2uRA8/Do86uLO0HFwkO9fRMR0mc+x8GXBOsQ1UJ/s0Vc9mf/UTu0s7N7hAJ//Du0ohCwcQvnK8oPBz1gbA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@ts-jison/lexer": "0.4.1-alpha.1",
|
||||
@@ -1893,6 +1893,7 @@
|
||||
"numeric-quantity": "^3.2.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tanstack/db": ">=0.6.9",
|
||||
"@traqula/parser-sparql-1-2": ">=0.1.0",
|
||||
"chevrotain": ">=11",
|
||||
"drizzle-orm": ">=0.38.0",
|
||||
@@ -1929,9 +1930,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@react-querybuilder/mantine": {
|
||||
"version": "8.20.1",
|
||||
"resolved": "https://registry.npmjs.org/@react-querybuilder/mantine/-/mantine-8.20.1.tgz",
|
||||
"integrity": "sha512-zIAfzvqx1j0UuXaBNhVv02OjlM4ux6uTw5mZs4hUsiYRfQ23yMupFSVtfBWyopn8yHHXe0+3fub48zjKx6JZiw==",
|
||||
"version": "8.20.2",
|
||||
"resolved": "https://registry.npmjs.org/@react-querybuilder/mantine/-/mantine-8.20.2.tgz",
|
||||
"integrity": "sha512-+KRmydkS1hT1QXxXuukAh+GHf8xFZP2q1OVAVUCUV9soa/a/CSn7YBaja4OZLdDesVc+FbOpgmpxa4hHqqDtMA==",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"@mantine/core": ">=7",
|
||||
@@ -1939,7 +1940,7 @@
|
||||
"@mantine/hooks": ">=7",
|
||||
"dayjs": ">=1",
|
||||
"react": ">=18",
|
||||
"react-querybuilder": "8.20.1"
|
||||
"react-querybuilder": "8.20.2"
|
||||
}
|
||||
},
|
||||
"node_modules/@reduxjs/toolkit": {
|
||||
@@ -4958,12 +4959,12 @@
|
||||
}
|
||||
},
|
||||
"node_modules/react-querybuilder": {
|
||||
"version": "8.20.1",
|
||||
"resolved": "https://registry.npmjs.org/react-querybuilder/-/react-querybuilder-8.20.1.tgz",
|
||||
"integrity": "sha512-lAvJUhnFki0vKBb18Rq/p0y0I5a44qAgBHwoVpLTgymkTbTqGiQL/4ryujdN3SB0zv69MhVvHDBLHf8lr4w9DQ==",
|
||||
"version": "8.20.2",
|
||||
"resolved": "https://registry.npmjs.org/react-querybuilder/-/react-querybuilder-8.20.2.tgz",
|
||||
"integrity": "sha512-/4aWOELOh/mYaBrGYDhN0e9NYhHEwF7mzX/0KDazmvMN6EFfn6DOSqP6tZZF9ZaXbX6NIFg/JCXbKEZctZJe4w==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@react-querybuilder/core": "^8.20.1",
|
||||
"@react-querybuilder/core": "^8.20.2",
|
||||
"@reduxjs/toolkit": "^2.12.0",
|
||||
"react-redux": "^9.3.0"
|
||||
},
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
"@mantine/notifications": "9.4.0",
|
||||
"@mantine/spotlight": "9.4.0",
|
||||
"@monaco-editor/react": "4.7.0",
|
||||
"@react-querybuilder/mantine": "8.20.1",
|
||||
"@react-querybuilder/mantine": "8.20.2",
|
||||
"@reduxjs/toolkit": "2.12.0",
|
||||
"@rolldown/plugin-babel": "0.2.3",
|
||||
"axios": "1.18.1",
|
||||
@@ -43,7 +43,7 @@
|
||||
"react-draggable": "4.7.0",
|
||||
"react-icons": "5.6.0",
|
||||
"react-infinite-scroller": "1.2.6",
|
||||
"react-querybuilder": "8.20.1",
|
||||
"react-querybuilder": "8.20.2",
|
||||
"react-redux": "9.3.0",
|
||||
"react-router-dom": "7.18.0",
|
||||
"react-swipeable": "7.0.2",
|
||||
|
||||
Reference in New Issue
Block a user