fix(deps): update react-querybuilder to v8.19.1

This commit is contained in:
renovate[bot]
2026-06-14 05:09:50 +00:00
committed by GitHub
parent 3621a96d3f
commit bde3d1408b
2 changed files with 15 additions and 15 deletions

View File

@@ -20,7 +20,7 @@
"@mantine/notifications": "9.3.1", "@mantine/notifications": "9.3.1",
"@mantine/spotlight": "9.3.1", "@mantine/spotlight": "9.3.1",
"@monaco-editor/react": "4.7.0", "@monaco-editor/react": "4.7.0",
"@react-querybuilder/mantine": "8.19.0", "@react-querybuilder/mantine": "8.19.1",
"@reduxjs/toolkit": "2.12.0", "@reduxjs/toolkit": "2.12.0",
"@rolldown/plugin-babel": "0.2.3", "@rolldown/plugin-babel": "0.2.3",
"axios": "1.17.0", "axios": "1.17.0",
@@ -36,7 +36,7 @@
"react-draggable": "4.6.0", "react-draggable": "4.6.0",
"react-icons": "5.6.0", "react-icons": "5.6.0",
"react-infinite-scroller": "1.2.6", "react-infinite-scroller": "1.2.6",
"react-querybuilder": "8.19.0", "react-querybuilder": "8.19.1",
"react-redux": "9.3.0", "react-redux": "9.3.0",
"react-router-dom": "7.17.0", "react-router-dom": "7.17.0",
"react-swipeable": "7.0.2", "react-swipeable": "7.0.2",
@@ -1871,9 +1871,9 @@
} }
}, },
"node_modules/@react-querybuilder/core": { "node_modules/@react-querybuilder/core": {
"version": "8.19.0", "version": "8.19.1",
"resolved": "https://registry.npmjs.org/@react-querybuilder/core/-/core-8.19.0.tgz", "resolved": "https://registry.npmjs.org/@react-querybuilder/core/-/core-8.19.1.tgz",
"integrity": "sha512-HnUAlAX7BOSitAklhZIhHUd02Gq5+4+Xydv8TNZg+LcpDr5tGEtIZiNM2rpSVyqv2x7XUnaaPZ7P65lGjYVSYA==", "integrity": "sha512-sKfaLM62HXpVnLLlhqs8HrGp4gDlF6i2Zy1W7JOseZEQPTnZ4alV8H88j+kYXXQa1KwMi/HAntv6PIv6saEpUA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@ts-jison/lexer": "0.4.1-alpha.1", "@ts-jison/lexer": "0.4.1-alpha.1",
@@ -1918,9 +1918,9 @@
} }
}, },
"node_modules/@react-querybuilder/mantine": { "node_modules/@react-querybuilder/mantine": {
"version": "8.19.0", "version": "8.19.1",
"resolved": "https://registry.npmjs.org/@react-querybuilder/mantine/-/mantine-8.19.0.tgz", "resolved": "https://registry.npmjs.org/@react-querybuilder/mantine/-/mantine-8.19.1.tgz",
"integrity": "sha512-1r96CfwwlCnJZF3PUETyoGZyqD7eW0/7OaKxIPkhiQfj4Ijc6/7oHxcsUIPyTfSuE528HSrdmA+nk7xneGzH6Q==", "integrity": "sha512-mAweNGdMnJeMdI3a9DRWnvRPG1IU5IYhe9oXEMgBcU7niDp8cHBR2zpQBMWA1/+R2zGgbfOEZE+AHpxxhek+MQ==",
"license": "MIT", "license": "MIT",
"peerDependencies": { "peerDependencies": {
"@mantine/core": ">=7", "@mantine/core": ">=7",
@@ -1928,7 +1928,7 @@
"@mantine/hooks": ">=7", "@mantine/hooks": ">=7",
"dayjs": ">=1", "dayjs": ">=1",
"react": ">=18", "react": ">=18",
"react-querybuilder": "8.19.0" "react-querybuilder": "8.19.1"
} }
}, },
"node_modules/@reduxjs/toolkit": { "node_modules/@reduxjs/toolkit": {
@@ -4932,12 +4932,12 @@
} }
}, },
"node_modules/react-querybuilder": { "node_modules/react-querybuilder": {
"version": "8.19.0", "version": "8.19.1",
"resolved": "https://registry.npmjs.org/react-querybuilder/-/react-querybuilder-8.19.0.tgz", "resolved": "https://registry.npmjs.org/react-querybuilder/-/react-querybuilder-8.19.1.tgz",
"integrity": "sha512-/sX+jViojQx5fQEOFwCi53rePrydzzHesPtBXoL9E1UYOOf1Rn1DO42eOu1vJozsiRYo1Vz4huTlAsZuKWWMRw==", "integrity": "sha512-ZgJTEL3kBCFRMXqc/ehfRVHt470GBQhCwTe+YFqm05t9agLKIn8GFvf8QShiHUq7UQGXxbDOmaTPgFN1MZHRwg==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@react-querybuilder/core": "^8.19.0", "@react-querybuilder/core": "^8.19.1",
"@reduxjs/toolkit": "^2.12.0", "@reduxjs/toolkit": "^2.12.0",
"react-redux": "^9.3.0" "react-redux": "^9.3.0"
}, },

View File

@@ -27,7 +27,7 @@
"@mantine/notifications": "9.3.1", "@mantine/notifications": "9.3.1",
"@mantine/spotlight": "9.3.1", "@mantine/spotlight": "9.3.1",
"@monaco-editor/react": "4.7.0", "@monaco-editor/react": "4.7.0",
"@react-querybuilder/mantine": "8.19.0", "@react-querybuilder/mantine": "8.19.1",
"@reduxjs/toolkit": "2.12.0", "@reduxjs/toolkit": "2.12.0",
"@rolldown/plugin-babel": "0.2.3", "@rolldown/plugin-babel": "0.2.3",
"axios": "1.17.0", "axios": "1.17.0",
@@ -43,7 +43,7 @@
"react-draggable": "4.6.0", "react-draggable": "4.6.0",
"react-icons": "5.6.0", "react-icons": "5.6.0",
"react-infinite-scroller": "1.2.6", "react-infinite-scroller": "1.2.6",
"react-querybuilder": "8.19.0", "react-querybuilder": "8.19.1",
"react-redux": "9.3.0", "react-redux": "9.3.0",
"react-router-dom": "7.17.0", "react-router-dom": "7.17.0",
"react-swipeable": "7.0.2", "react-swipeable": "7.0.2",