diff --git a/extension/package.json b/extension/package.json
index 158da9566f..dd4d248ece 100644
--- a/extension/package.json
+++ b/extension/package.json
@@ -33,7 +33,7 @@
"@redux-devtools/slider-monitor": "workspace:^",
"@redux-devtools/ui": "workspace:^",
"@redux-devtools/utils": "workspace:^",
- "@reduxjs/toolkit": "^2.9.2",
+ "@reduxjs/toolkit": "^2.10.1",
"@types/jsan": "^3.1.5",
"jsan": "^3.1.14",
"localforage": "^1.10.0",
@@ -56,20 +56,20 @@
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
- "@types/chrome": "^0.1.27",
+ "@types/chrome": "^0.1.28",
"@types/lodash-es": "^4.17.12",
- "@types/react": "^19.2.2",
- "@types/react-dom": "^19.2.2",
+ "@types/react": "^19.2.3",
+ "@types/react-dom": "^19.2.3",
"chromedriver": "^126.0.5",
"cross-env": "^10.1.0",
"electron": "^31.7.7",
- "esbuild": "^0.25.11",
- "globals": "^16.4.0",
+ "esbuild": "^0.27.0",
+ "globals": "^16.5.0",
"immutable": "^5.1.4",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"pug": "^3.0.3",
- "rimraf": "^6.0.1",
+ "rimraf": "^6.1.0",
"selenium-webdriver": "^4.38.0",
"sinon-chrome": "^3.0.1",
"ts-jest": "^29.4.5",
diff --git a/package.json b/package.json
index 8b027408d0..0f2fa4e3b3 100644
--- a/package.json
+++ b/package.json
@@ -3,16 +3,16 @@
"devDependencies": {
"@babel/core": "^7.28.5",
"@changesets/cli": "^2.29.7",
- "@eslint/js": "^9.38.0",
- "eslint": "^9.38.0",
+ "@eslint/js": "^9.39.1",
+ "eslint": "^9.39.1",
"eslint-config-prettier": "^10.1.8",
- "eslint-plugin-jest": "^29.0.1",
+ "eslint-plugin-jest": "^29.1.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"jest": "^30.2.0",
"prettier": "3.6.2",
"typescript": "~5.9.3",
- "typescript-eslint": "^8.46.2"
+ "typescript-eslint": "^8.46.4"
},
"scripts": {
"format": "prettier --write .",
@@ -23,5 +23,5 @@
"clean:all": "pnpm --recursive run clean",
"release": "pnpm build:all && pnpm publish -r"
},
- "packageManager": "pnpm@10.20.0"
+ "packageManager": "pnpm@10.21.0"
}
diff --git a/packages/d3-state-visualizer/examples/tree/package.json b/packages/d3-state-visualizer/examples/tree/package.json
index 67c04450b5..2de26f7aa4 100644
--- a/packages/d3-state-visualizer/examples/tree/package.json
+++ b/packages/d3-state-visualizer/examples/tree/package.json
@@ -32,7 +32,7 @@
"@babel/core": "^7.28.5",
"@babel/preset-env": "^7.28.5",
"@babel/preset-typescript": "^7.28.5",
- "@types/node": "^24.9.2",
+ "@types/node": "^24.10.1",
"babel-loader": "^10.0.0",
"cross-env": "^10.1.0",
"fork-ts-checker-webpack-plugin": "^9.1.0",
diff --git a/packages/d3-state-visualizer/package.json b/packages/d3-state-visualizer/package.json
index aaab28303f..a51b054a7b 100644
--- a/packages/d3-state-visualizer/package.json
+++ b/packages/d3-state-visualizer/package.json
@@ -46,7 +46,7 @@
},
"devDependencies": {
"@types/ramda": "^0.31.1",
- "rimraf": "^6.0.1",
+ "rimraf": "^6.1.0",
"typescript": "~5.9.3"
}
}
diff --git a/packages/d3tooltip/package.json b/packages/d3tooltip/package.json
index d34124872b..0ebecc0cfd 100644
--- a/packages/d3tooltip/package.json
+++ b/packages/d3tooltip/package.json
@@ -35,7 +35,7 @@
"devDependencies": {
"@types/d3": "^7.4.3",
"d3": "^7.9.0",
- "rimraf": "^6.0.1",
+ "rimraf": "^6.1.0",
"typescript": "~5.9.3"
},
"peerDependencies": {
diff --git a/packages/map2tree/package.json b/packages/map2tree/package.json
index 88df97da97..fc1a6fa83f 100755
--- a/packages/map2tree/package.json
+++ b/packages/map2tree/package.json
@@ -44,7 +44,7 @@
"@types/lodash-es": "^4.17.12",
"immutable": "^5.1.4",
"jest": "^30.2.0",
- "rimraf": "^6.0.1",
+ "rimraf": "^6.1.0",
"ts-jest": "^29.4.5",
"typescript": "~5.9.3"
}
diff --git a/packages/react-base16-styling/package.json b/packages/react-base16-styling/package.json
index 8991b4f47e..a2d311923e 100644
--- a/packages/react-base16-styling/package.json
+++ b/packages/react-base16-styling/package.json
@@ -47,7 +47,7 @@
"@types/lodash-es": "^4.17.12",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
- "rimraf": "^6.0.1",
+ "rimraf": "^6.1.0",
"ts-jest": "^29.4.5",
"typescript": "~5.9.3"
}
diff --git a/packages/react-dock/demo/package.json b/packages/react-dock/demo/package.json
index 573e2cf67a..e693ec3cb5 100644
--- a/packages/react-dock/demo/package.json
+++ b/packages/react-dock/demo/package.json
@@ -23,9 +23,9 @@
"@babel/preset-env": "^7.28.5",
"@babel/preset-react": "^7.28.5",
"@babel/preset-typescript": "^7.28.5",
- "@types/node": "^24.9.2",
- "@types/react": "^19.2.2",
- "@types/react-dom": "^19.2.2",
+ "@types/node": "^24.10.1",
+ "@types/react": "^19.2.3",
+ "@types/react-dom": "^19.2.3",
"babel-loader": "^10.0.0",
"cross-env": "^10.1.0",
"fork-ts-checker-webpack-plugin": "^9.1.0",
diff --git a/packages/react-dock/package.json b/packages/react-dock/package.json
index 6269199d19..28111bf205 100644
--- a/packages/react-dock/package.json
+++ b/packages/react-dock/package.json
@@ -39,9 +39,9 @@
"lodash-es": "^4.17.21"
},
"devDependencies": {
- "@types/react": "^19.2.2",
+ "@types/react": "^19.2.3",
"react": "^19.2.0",
- "rimraf": "^6.0.1",
+ "rimraf": "^6.1.0",
"typescript": "~5.9.3"
},
"peerDependencies": {
diff --git a/packages/react-json-tree/examples/package.json b/packages/react-json-tree/examples/package.json
index a30dc5faf0..0c0cf2fba4 100644
--- a/packages/react-json-tree/examples/package.json
+++ b/packages/react-json-tree/examples/package.json
@@ -30,9 +30,9 @@
"@babel/preset-env": "^7.28.5",
"@babel/preset-react": "^7.28.5",
"@babel/preset-typescript": "^7.28.5",
- "@types/node": "^24.9.2",
- "@types/react": "^19.2.2",
- "@types/react-dom": "^19.2.2",
+ "@types/node": "^24.10.1",
+ "@types/react": "^19.2.3",
+ "@types/react-dom": "^19.2.3",
"babel-loader": "^10.0.0",
"cross-env": "^10.1.0",
"fork-ts-checker-webpack-plugin": "^9.1.0",
diff --git a/packages/react-json-tree/package.json b/packages/react-json-tree/package.json
index d942e00f17..e524a0739f 100644
--- a/packages/react-json-tree/package.json
+++ b/packages/react-json-tree/package.json
@@ -45,10 +45,10 @@
},
"devDependencies": {
"@types/jest": "^30.0.0",
- "@types/react": "^19.2.2",
+ "@types/react": "^19.2.3",
"jest": "^30.2.0",
"react": "^19.2.0",
- "rimraf": "^6.0.1",
+ "rimraf": "^6.1.0",
"ts-jest": "^29.4.5",
"typescript": "~5.9.3"
},
diff --git a/packages/redux-devtools-app-core/package.json b/packages/redux-devtools-app-core/package.json
index ab0966f5f2..bf9864690d 100644
--- a/packages/redux-devtools-app-core/package.json
+++ b/packages/redux-devtools-app-core/package.json
@@ -62,19 +62,19 @@
"@babel/preset-typescript": "^7.28.5",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
- "@reduxjs/toolkit": "^2.9.2",
- "@rjsf/core": "^6.0.1",
+ "@reduxjs/toolkit": "^2.10.1",
+ "@rjsf/core": "^6.1.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@types/jest": "^30.0.0",
"@types/jsan": "^3.1.5",
"@types/json-schema": "^7.0.15",
- "@types/node": "^24.9.2",
- "@types/react": "^19.2.2",
- "@types/react-dom": "^19.2.2",
+ "@types/node": "^24.10.1",
+ "@types/react": "^19.2.3",
+ "@types/react-dom": "^19.2.3",
"cross-env": "^10.1.0",
- "esbuild": "^0.25.11",
+ "esbuild": "^0.27.0",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"react": "^19.2.0",
@@ -82,7 +82,7 @@
"react-redux": "^9.2.0",
"redux": "^5.0.1",
"redux-persist": "^6.0.0",
- "rimraf": "^6.0.1",
+ "rimraf": "^6.1.0",
"ts-jest": "^29.4.5",
"ts-node": "^10.9.2",
"typescript": "~5.9.3"
diff --git a/packages/redux-devtools-app/package.json b/packages/redux-devtools-app/package.json
index de1327f15f..8d12f51239 100644
--- a/packages/redux-devtools-app/package.json
+++ b/packages/redux-devtools-app/package.json
@@ -58,26 +58,26 @@
"@babel/preset-typescript": "^7.28.5",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
- "@reduxjs/toolkit": "^2.9.2",
- "@rjsf/core": "^6.0.1",
+ "@reduxjs/toolkit": "^2.10.1",
+ "@rjsf/core": "^6.1.0",
"@types/jsan": "^3.1.5",
"@types/json-schema": "^7.0.15",
- "@types/node": "^24.9.2",
- "@types/react": "^19.2.2",
- "@types/react-dom": "^19.2.2",
+ "@types/node": "^24.10.1",
+ "@types/react": "^19.2.3",
+ "@types/react-dom": "^19.2.3",
"@types/socketcluster-client": "^19.1.0",
"@types/webpack-env": "^1.18.8",
"babel-loader": "^10.0.0",
"cross-env": "^10.1.0",
"css-loader": "^7.1.2",
- "esbuild": "^0.25.11",
+ "esbuild": "^0.27.0",
"fork-ts-checker-webpack-plugin": "^9.1.0",
- "globals": "^16.4.0",
+ "globals": "^16.5.0",
"html-loader": "^5.1.0",
"html-webpack-plugin": "^5.6.4",
"react": "^19.2.0",
"react-dom": "^19.2.0",
- "rimraf": "^6.0.1",
+ "rimraf": "^6.1.0",
"style-loader": "^4.0.0",
"ts-jest": "^29.4.5",
"ts-node": "^10.9.2",
diff --git a/packages/redux-devtools-chart-monitor/package.json b/packages/redux-devtools-chart-monitor/package.json
index 264159c872..7de0a38289 100644
--- a/packages/redux-devtools-chart-monitor/package.json
+++ b/packages/redux-devtools-chart-monitor/package.json
@@ -53,10 +53,10 @@
"@babel/preset-react": "^7.28.5",
"@babel/preset-typescript": "^7.28.5",
"@redux-devtools/core": "workspace:^",
- "@types/react": "^19.2.2",
+ "@types/react": "^19.2.3",
"react": "^19.2.0",
"redux": "^5.0.1",
- "rimraf": "^6.0.1",
+ "rimraf": "^6.1.0",
"typescript": "~5.9.3"
},
"peerDependencies": {
diff --git a/packages/redux-devtools-cli/package.json b/packages/redux-devtools-cli/package.json
index fc1d423ee4..0c559ea7bf 100644
--- a/packages/redux-devtools-cli/package.json
+++ b/packages/redux-devtools-cli/package.json
@@ -46,8 +46,8 @@
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@redux-devtools/app": "workspace:^",
- "@reduxjs/toolkit": "^2.9.2",
- "@types/react": "^19.2.2",
+ "@reduxjs/toolkit": "^2.10.1",
+ "@types/react": "^19.2.3",
"body-parser": "^2.2.0",
"chalk": "^5.6.2",
"cors": "^2.8.5",
@@ -55,7 +55,7 @@
"electron": "^31.7.7",
"express": "^5.1.0",
"get-port": "^7.1.0",
- "graphql": "^16.11.0",
+ "graphql": "^16.12.0",
"knex": "^3.1.0",
"lodash-es": "^4.17.21",
"minimist": "^1.2.8",
@@ -65,7 +65,7 @@
"react-dom": "^19.2.0",
"react-is": "^19.2.0",
"semver": "^7.7.3",
- "socketcluster-server": "^19.2.1",
+ "socketcluster-server": "^19.2.2",
"sqlite3": "^5.1.7",
"uuid": "^13.0.0"
},
@@ -78,16 +78,16 @@
"@types/lodash-es": "^4.17.12",
"@types/minimist": "^1.2.5",
"@types/morgan": "^1.9.10",
- "@types/node": "^24.9.2",
+ "@types/node": "^24.10.1",
"@types/semver": "^7.7.1",
"@types/socketcluster-client": "^19.1.0",
"@types/socketcluster-server": "^19.0.1",
"@types/supertest": "^6.0.3",
"@types/uuid": "^11.0.0",
- "globals": "^16.4.0",
+ "globals": "^16.5.0",
"jest": "^30.2.0",
"ncp": "^2.0.0",
- "rimraf": "^6.0.1",
+ "rimraf": "^6.1.0",
"socketcluster-client": "^19.2.7",
"supertest": "^7.1.4",
"ts-jest": "^29.4.5",
diff --git a/packages/redux-devtools-dock-monitor/package.json b/packages/redux-devtools-dock-monitor/package.json
index e7cf920efe..8153143593 100644
--- a/packages/redux-devtools-dock-monitor/package.json
+++ b/packages/redux-devtools-dock-monitor/package.json
@@ -55,10 +55,10 @@
"@babel/preset-typescript": "^7.28.5",
"@redux-devtools/core": "workspace:^",
"@types/parse-key": "^0.2.2",
- "@types/react": "^19.2.2",
+ "@types/react": "^19.2.3",
"react": "^19.2.0",
"redux": "^5.0.1",
- "rimraf": "^6.0.1",
+ "rimraf": "^6.1.0",
"typescript": "~5.9.3"
},
"peerDependencies": {
diff --git a/packages/redux-devtools-extension/package.json b/packages/redux-devtools-extension/package.json
index 289bfa4f6b..c9bf77c059 100644
--- a/packages/redux-devtools-extension/package.json
+++ b/packages/redux-devtools-extension/package.json
@@ -39,7 +39,7 @@
"@babel/preset-env": "^7.28.5",
"@babel/preset-typescript": "^7.28.5",
"redux": "^5.0.1",
- "rimraf": "^6.0.1",
+ "rimraf": "^6.1.0",
"typescript": "~5.9.3"
},
"peerDependencies": {
diff --git a/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json b/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json
index 2a9bcf6615..dc1433ee96 100644
--- a/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json
+++ b/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json
@@ -33,9 +33,9 @@
"@babel/preset-react": "^7.28.5",
"@babel/preset-typescript": "^7.28.5",
"@types/lodash.shuffle": "^4.2.9",
- "@types/node": "^24.9.2",
- "@types/react": "^19.2.2",
- "@types/react-dom": "^19.2.2",
+ "@types/node": "^24.10.1",
+ "@types/react": "^19.2.3",
+ "@types/react-dom": "^19.2.3",
"@types/redux-logger": "^3.0.13",
"@types/webpack-env": "^1.18.8",
"babel-loader": "^10.0.0",
diff --git a/packages/redux-devtools-inspector-monitor-test-tab/package.json b/packages/redux-devtools-inspector-monitor-test-tab/package.json
index 06c0de914f..0de4408178 100644
--- a/packages/redux-devtools-inspector-monitor-test-tab/package.json
+++ b/packages/redux-devtools-inspector-monitor-test-tab/package.json
@@ -70,13 +70,13 @@
"@types/jest": "^30.0.0",
"@types/jsan": "^3.1.5",
"@types/object-path": "^0.11.4",
- "@types/react": "^19.2.2",
+ "@types/react": "^19.2.3",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"redux": "^5.0.1",
- "rimraf": "^6.0.1",
+ "rimraf": "^6.1.0",
"ts-jest": "^29.4.5",
"typescript": "~5.9.3"
},
diff --git a/packages/redux-devtools-inspector-monitor-trace-tab/package.json b/packages/redux-devtools-inspector-monitor-trace-tab/package.json
index 4aadc0bb5a..7dadbb7b0b 100644
--- a/packages/redux-devtools-inspector-monitor-trace-tab/package.json
+++ b/packages/redux-devtools-inspector-monitor-trace-tab/package.json
@@ -32,7 +32,7 @@
"dependencies": {
"@babel/code-frame": "^8.0.0-beta.3",
"@babel/runtime": "^7.28.4",
- "@types/chrome": "^0.1.27",
+ "@types/chrome": "^0.1.28",
"anser": "^2.3.2",
"html-entities": "^2.6.0",
"path-browserify": "^1.0.1",
@@ -54,16 +54,16 @@
"@testing-library/react": "^16.3.0",
"@types/babel__code-frame": "^7.0.6",
"@types/jest": "^30.0.0",
- "@types/node": "^24.9.2",
+ "@types/node": "^24.10.1",
"@types/path-browserify": "^1.0.3",
- "@types/react": "^19.2.2",
+ "@types/react": "^19.2.3",
"@types/source-map": "0.5.2",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"redux": "^5.0.1",
- "rimraf": "^6.0.1",
+ "rimraf": "^6.1.0",
"ts-jest": "^29.4.5",
"typescript": "~5.9.3"
},
diff --git a/packages/redux-devtools-inspector-monitor/demo/package.json b/packages/redux-devtools-inspector-monitor/demo/package.json
index 4320ccac4a..82539dfd6e 100644
--- a/packages/redux-devtools-inspector-monitor/demo/package.json
+++ b/packages/redux-devtools-inspector-monitor/demo/package.json
@@ -31,9 +31,9 @@
"@babel/preset-react": "^7.28.5",
"@babel/preset-typescript": "^7.28.5",
"@types/lodash.shuffle": "^4.2.9",
- "@types/node": "^24.9.2",
- "@types/react": "^19.2.2",
- "@types/react-dom": "^19.2.2",
+ "@types/node": "^24.10.1",
+ "@types/react": "^19.2.3",
+ "@types/react-dom": "^19.2.3",
"@types/redux-logger": "^3.0.13",
"@types/webpack-env": "^1.18.8",
"babel-loader": "^10.0.0",
diff --git a/packages/redux-devtools-inspector-monitor/package.json b/packages/redux-devtools-inspector-monitor/package.json
index 33c8578f1b..9b55356b29 100644
--- a/packages/redux-devtools-inspector-monitor/package.json
+++ b/packages/redux-devtools-inspector-monitor/package.json
@@ -64,10 +64,10 @@
"@types/dateformat": "^5.0.3",
"@types/hex-rgba": "^1.0.3",
"@types/lodash.debounce": "^4.0.9",
- "@types/react": "^19.2.2",
+ "@types/react": "^19.2.3",
"react": "^19.2.0",
"redux": "^5.0.1",
- "rimraf": "^6.0.1",
+ "rimraf": "^6.1.0",
"typescript": "~5.9.3"
},
"peerDependencies": {
diff --git a/packages/redux-devtools-instrument/package.json b/packages/redux-devtools-instrument/package.json
index 5d1be4b4cf..2ecfcf5c39 100644
--- a/packages/redux-devtools-instrument/package.json
+++ b/packages/redux-devtools-instrument/package.json
@@ -48,10 +48,10 @@
"@babel/preset-env": "^7.28.5",
"@babel/preset-typescript": "^7.28.5",
"@types/jest": "^30.0.0",
- "@types/node": "^24.9.2",
+ "@types/node": "^24.10.1",
"jest": "^30.2.0",
"redux": "^5.0.1",
- "rimraf": "^6.0.1",
+ "rimraf": "^6.1.0",
"rxjs": "^7.8.2",
"ts-jest": "^29.4.5",
"typescript": "~5.9.3"
diff --git a/packages/redux-devtools-log-monitor/package.json b/packages/redux-devtools-log-monitor/package.json
index 3869dc27ce..e05db37159 100644
--- a/packages/redux-devtools-log-monitor/package.json
+++ b/packages/redux-devtools-log-monitor/package.json
@@ -56,10 +56,10 @@
"@babel/preset-react": "^7.28.5",
"@babel/preset-typescript": "^7.28.5",
"@redux-devtools/core": "workspace:^",
- "@types/react": "^19.2.2",
+ "@types/react": "^19.2.3",
"react": "^19.2.0",
"redux": "^5.0.1",
- "rimraf": "^6.0.1",
+ "rimraf": "^6.1.0",
"typescript": "~5.9.3"
},
"peerDependencies": {
diff --git a/packages/redux-devtools-remote/package.json b/packages/redux-devtools-remote/package.json
index 3b38182504..98fe12498a 100644
--- a/packages/redux-devtools-remote/package.json
+++ b/packages/redux-devtools-remote/package.json
@@ -56,15 +56,15 @@
"@babel/preset-env": "^7.28.5",
"@babel/preset-typescript": "^7.28.5",
"@types/jsan": "^3.1.5",
- "@types/node": "^24.9.2",
+ "@types/node": "^24.10.1",
"@types/rn-host-detect": "^1.2.2",
"@types/socketcluster-client": "^19.1.0",
- "@typescript-eslint/eslint-plugin": "^8.46.2",
- "@typescript-eslint/parser": "^8.46.2",
- "eslint": "^9.38.0",
+ "@typescript-eslint/eslint-plugin": "^8.46.4",
+ "@typescript-eslint/parser": "^8.46.4",
+ "eslint": "^9.39.1",
"eslint-config-prettier": "^10.1.8",
"redux": "^5.0.1",
- "rimraf": "^6.0.1",
+ "rimraf": "^6.1.0",
"typescript": "~5.9.3"
},
"peerDependencies": {
diff --git a/packages/redux-devtools-rtk-query-monitor/demo/package.json b/packages/redux-devtools-rtk-query-monitor/demo/package.json
index 5e10864148..7239581797 100644
--- a/packages/redux-devtools-rtk-query-monitor/demo/package.json
+++ b/packages/redux-devtools-rtk-query-monitor/demo/package.json
@@ -11,14 +11,14 @@
},
"dependencies": {
"@babel/runtime": "^7.28.4",
- "@chakra-ui/react": "^3.28.0",
+ "@chakra-ui/react": "^3.29.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mswjs/data": "^0.16.2",
"@redux-devtools/core": "workspace:^",
"@redux-devtools/dock-monitor": "workspace:^",
"@redux-devtools/rtk-query-monitor": "workspace:^",
- "@reduxjs/toolkit": "^2.9.2",
+ "@reduxjs/toolkit": "^2.10.1",
"msw": "^2.11.6",
"react": "^19.2.0",
"react-dom": "^19.2.0",
@@ -33,9 +33,9 @@
"@babel/preset-env": "^7.28.5",
"@babel/preset-react": "^7.28.5",
"@babel/preset-typescript": "^7.28.5",
- "@types/node": "^24.9.2",
- "@types/react": "^19.2.2",
- "@types/react-dom": "^19.2.2",
+ "@types/node": "^24.10.1",
+ "@types/react": "^19.2.3",
+ "@types/react-dom": "^19.2.3",
"babel-loader": "^10.0.0",
"copy-webpack-plugin": "^13.0.1",
"cross-env": "^10.1.0",
diff --git a/packages/redux-devtools-rtk-query-monitor/package.json b/packages/redux-devtools-rtk-query-monitor/package.json
index 33b5526161..0221e9480d 100644
--- a/packages/redux-devtools-rtk-query-monitor/package.json
+++ b/packages/redux-devtools-rtk-query-monitor/package.json
@@ -65,21 +65,21 @@
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@redux-devtools/core": "workspace:^",
- "@reduxjs/toolkit": "^2.9.2",
+ "@reduxjs/toolkit": "^2.10.1",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@types/jest": "^30.0.0",
"@types/hex-rgba": "^1.0.3",
"@types/lodash.debounce": "^4.0.9",
- "@types/react": "^19.2.2",
+ "@types/react": "^19.2.3",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-redux": "^9.2.0",
"redux": "^5.0.1",
- "rimraf": "^6.0.1",
+ "rimraf": "^6.1.0",
"ts-jest": "^29.4.5",
"typescript": "~5.9.3"
},
diff --git a/packages/redux-devtools-serialize/package.json b/packages/redux-devtools-serialize/package.json
index ce00b559d9..f3a21b50a3 100644
--- a/packages/redux-devtools-serialize/package.json
+++ b/packages/redux-devtools-serialize/package.json
@@ -51,7 +51,7 @@
"@types/jsan": "^3.1.5",
"immutable": "^5.1.4",
"jest": "^30.2.0",
- "rimraf": "^6.0.1",
+ "rimraf": "^6.1.0",
"ts-jest": "^29.4.5",
"typescript": "~5.9.3"
},
diff --git a/packages/redux-devtools-slider-monitor/examples/todomvc/package.json b/packages/redux-devtools-slider-monitor/examples/todomvc/package.json
index d1fe3a26c8..8e7cd67f7f 100644
--- a/packages/redux-devtools-slider-monitor/examples/todomvc/package.json
+++ b/packages/redux-devtools-slider-monitor/examples/todomvc/package.json
@@ -34,9 +34,9 @@
"@babel/preset-env": "^7.28.5",
"@babel/preset-react": "^7.28.5",
"@babel/preset-typescript": "^7.28.5",
- "@types/node": "^24.9.2",
- "@types/react": "^19.2.2",
- "@types/react-dom": "^19.2.2",
+ "@types/node": "^24.10.1",
+ "@types/react": "^19.2.3",
+ "@types/react-dom": "^19.2.3",
"@types/webpack-env": "^1.18.8",
"babel-loader": "^10.0.0",
"cross-env": "^10.1.0",
diff --git a/packages/redux-devtools-slider-monitor/package.json b/packages/redux-devtools-slider-monitor/package.json
index 6add4fc73b..6c1f58efa1 100644
--- a/packages/redux-devtools-slider-monitor/package.json
+++ b/packages/redux-devtools-slider-monitor/package.json
@@ -44,11 +44,11 @@
"@babel/preset-react": "^7.28.5",
"@babel/preset-typescript": "^7.28.5",
"@redux-devtools/core": "workspace:^",
- "@types/node": "^24.9.2",
- "@types/react": "^19.2.2",
+ "@types/node": "^24.10.1",
+ "@types/react": "^19.2.3",
"react": "^19.2.0",
"redux": "^5.0.1",
- "rimraf": "^6.0.1",
+ "rimraf": "^6.1.0",
"typescript": "~5.9.3"
},
"peerDependencies": {
diff --git a/packages/redux-devtools-ui/package.json b/packages/redux-devtools-ui/package.json
index b97a1abe55..d6e61eba91 100644
--- a/packages/redux-devtools-ui/package.json
+++ b/packages/redux-devtools-ui/package.json
@@ -42,9 +42,9 @@
},
"dependencies": {
"@babel/runtime": "^7.28.4",
- "@rjsf/core": "^6.0.1",
- "@rjsf/utils": "^6.0.1",
- "@rjsf/validator-ajv8": "^6.0.1",
+ "@rjsf/core": "^6.1.0",
+ "@rjsf/utils": "^6.1.0",
+ "@rjsf/validator-ajv8": "^6.1.0",
"@types/codemirror": "^5.60.17",
"@types/json-schema": "^7.0.15",
"@types/simple-element-resize-detector": "^1.3.3",
@@ -65,15 +65,15 @@
"@babel/preset-typescript": "^7.28.5",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
- "@storybook/addon-onboarding": "^10.0.2",
- "@storybook/react-vite": "^10.0.2",
+ "@storybook/addon-onboarding": "^10.0.7",
+ "@storybook/react-vite": "^10.0.7",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/color": "^4.2.0",
- "@types/node": "^24.9.2",
+ "@types/node": "^24.10.1",
"@types/jest": "^30.0.0",
- "@types/react": "^19.2.2",
+ "@types/react": "^19.2.3",
"babel-loader": "^10.0.0",
"csstype": "^3.1.3",
"jest": "^30.2.0",
@@ -82,11 +82,11 @@
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-is": "^19.2.0",
- "rimraf": "^6.0.1",
- "storybook": "^10.0.2",
+ "rimraf": "^6.1.0",
+ "storybook": "^10.0.7",
"ts-jest": "^29.4.5",
"typescript": "~5.9.3",
- "vite": "^7.1.12"
+ "vite": "^7.2.2"
},
"peerDependencies": {
"@emotion/react": "^11.14.0",
diff --git a/packages/redux-devtools-ui/test/__snapshots__/Form.test.tsx.snap b/packages/redux-devtools-ui/test/__snapshots__/Form.test.tsx.snap
index 4302d43558..59f9b83826 100644
--- a/packages/redux-devtools-ui/test/__snapshots__/Form.test.tsx.snap
+++ b/packages/redux-devtools-ui/test/__snapshots__/Form.test.tsx.snap
@@ -105,12 +105,12 @@ exports[`Form renders correctly 1`] = `
type="password"
value="noneed"
/>
-
Hint: Make it strong!
-
+
-
Hint: Make it strong!
-
+
-
Hint: Make it strong!
-
+
=14'}
- '@ark-ui/react@5.26.2':
- resolution: {integrity: sha512-qB2i9AoxhXbADTo+LEphrf/mOnxJJP18ya/0lmoZ4LZ4/K7rY4gStPaj79gKJzIkLYpOO1G4sS5ycPk/Btmiig==}
+ '@ark-ui/react@5.27.1':
+ resolution: {integrity: sha512-Rg5UPIXMtD0h2JLKS1meQ5qbx5TLLsDoiCpzhbcPCnFyH/c78nqm8ee1RHOjeCnxohNYStSwi49KLzpxttE+Rw==}
peerDependencies:
react: '>=18.0.0'
react-dom: '>=18.0.0'
@@ -3484,8 +3484,8 @@ packages:
'@bcoe/v8-coverage@0.2.3':
resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==}
- '@chakra-ui/react@3.28.0':
- resolution: {integrity: sha512-Rm9Fppqmc4NleAhNhbvE/fiA6IfSYpzRE5IQcQ39v27yFmWwSC8M1q7E5CYF36JJp1jmMG3CBPv4JRox/WESBg==}
+ '@chakra-ui/react@3.29.0':
+ resolution: {integrity: sha512-CQuZKf9kyH9NZDom/Rbh6q/wZvF3lOnWF1CeGIFb1kHfk4qooieR4g3w6S2vKMY9y+qvZDZAnBBKT8drvN8bgA==}
peerDependencies:
'@emotion/react': '>=11'
react: '>=18'
@@ -3699,156 +3699,312 @@ packages:
cpu: [ppc64]
os: [aix]
+ '@esbuild/aix-ppc64@0.27.0':
+ resolution: {integrity: sha512-KuZrd2hRjz01y5JK9mEBSD3Vj3mbCvemhT466rSuJYeE/hjuBrHfjjcjMdTm/sz7au+++sdbJZJmuBwQLuw68A==}
+ engines: {node: '>=18'}
+ cpu: [ppc64]
+ os: [aix]
+
'@esbuild/android-arm64@0.25.11':
resolution: {integrity: sha512-9slpyFBc4FPPz48+f6jyiXOx/Y4v34TUeDDXJpZqAWQn/08lKGeD8aDp9TMn9jDz2CiEuHwfhRmGBvpnd/PWIQ==}
engines: {node: '>=18'}
cpu: [arm64]
os: [android]
+ '@esbuild/android-arm64@0.27.0':
+ resolution: {integrity: sha512-CC3vt4+1xZrs97/PKDkl0yN7w8edvU2vZvAFGD16n9F0Cvniy5qvzRXjfO1l94efczkkQE6g1x0i73Qf5uthOQ==}
+ engines: {node: '>=18'}
+ cpu: [arm64]
+ os: [android]
+
'@esbuild/android-arm@0.25.11':
resolution: {integrity: sha512-uoa7dU+Dt3HYsethkJ1k6Z9YdcHjTrSb5NUy66ZfZaSV8hEYGD5ZHbEMXnqLFlbBflLsl89Zke7CAdDJ4JI+Gg==}
engines: {node: '>=18'}
cpu: [arm]
os: [android]
+ '@esbuild/android-arm@0.27.0':
+ resolution: {integrity: sha512-j67aezrPNYWJEOHUNLPj9maeJte7uSMM6gMoxfPC9hOg8N02JuQi/T7ewumf4tNvJadFkvLZMlAq73b9uwdMyQ==}
+ engines: {node: '>=18'}
+ cpu: [arm]
+ os: [android]
+
'@esbuild/android-x64@0.25.11':
resolution: {integrity: sha512-Sgiab4xBjPU1QoPEIqS3Xx+R2lezu0LKIEcYe6pftr56PqPygbB7+szVnzoShbx64MUupqoE0KyRlN7gezbl8g==}
engines: {node: '>=18'}
cpu: [x64]
os: [android]
+ '@esbuild/android-x64@0.27.0':
+ resolution: {integrity: sha512-wurMkF1nmQajBO1+0CJmcN17U4BP6GqNSROP8t0X/Jiw2ltYGLHpEksp9MpoBqkrFR3kv2/te6Sha26k3+yZ9Q==}
+ engines: {node: '>=18'}
+ cpu: [x64]
+ os: [android]
+
'@esbuild/darwin-arm64@0.25.11':
resolution: {integrity: sha512-VekY0PBCukppoQrycFxUqkCojnTQhdec0vevUL/EDOCnXd9LKWqD/bHwMPzigIJXPhC59Vd1WFIL57SKs2mg4w==}
engines: {node: '>=18'}
cpu: [arm64]
os: [darwin]
+ '@esbuild/darwin-arm64@0.27.0':
+ resolution: {integrity: sha512-uJOQKYCcHhg07DL7i8MzjvS2LaP7W7Pn/7uA0B5S1EnqAirJtbyw4yC5jQ5qcFjHK9l6o/MX9QisBg12kNkdHg==}
+ engines: {node: '>=18'}
+ cpu: [arm64]
+ os: [darwin]
+
'@esbuild/darwin-x64@0.25.11':
resolution: {integrity: sha512-+hfp3yfBalNEpTGp9loYgbknjR695HkqtY3d3/JjSRUyPg/xd6q+mQqIb5qdywnDxRZykIHs3axEqU6l1+oWEQ==}
engines: {node: '>=18'}
cpu: [x64]
os: [darwin]
+ '@esbuild/darwin-x64@0.27.0':
+ resolution: {integrity: sha512-8mG6arH3yB/4ZXiEnXof5MK72dE6zM9cDvUcPtxhUZsDjESl9JipZYW60C3JGreKCEP+p8P/72r69m4AZGJd5g==}
+ engines: {node: '>=18'}
+ cpu: [x64]
+ os: [darwin]
+
'@esbuild/freebsd-arm64@0.25.11':
resolution: {integrity: sha512-CmKjrnayyTJF2eVuO//uSjl/K3KsMIeYeyN7FyDBjsR3lnSJHaXlVoAK8DZa7lXWChbuOk7NjAc7ygAwrnPBhA==}
engines: {node: '>=18'}
cpu: [arm64]
os: [freebsd]
+ '@esbuild/freebsd-arm64@0.27.0':
+ resolution: {integrity: sha512-9FHtyO988CwNMMOE3YIeci+UV+x5Zy8fI2qHNpsEtSF83YPBmE8UWmfYAQg6Ux7Gsmd4FejZqnEUZCMGaNQHQw==}
+ engines: {node: '>=18'}
+ cpu: [arm64]
+ os: [freebsd]
+
'@esbuild/freebsd-x64@0.25.11':
resolution: {integrity: sha512-Dyq+5oscTJvMaYPvW3x3FLpi2+gSZTCE/1ffdwuM6G1ARang/mb3jvjxs0mw6n3Lsw84ocfo9CrNMqc5lTfGOw==}
engines: {node: '>=18'}
cpu: [x64]
os: [freebsd]
+ '@esbuild/freebsd-x64@0.27.0':
+ resolution: {integrity: sha512-zCMeMXI4HS/tXvJz8vWGexpZj2YVtRAihHLk1imZj4efx1BQzN76YFeKqlDr3bUWI26wHwLWPd3rwh6pe4EV7g==}
+ engines: {node: '>=18'}
+ cpu: [x64]
+ os: [freebsd]
+
'@esbuild/linux-arm64@0.25.11':
resolution: {integrity: sha512-Qr8AzcplUhGvdyUF08A1kHU3Vr2O88xxP0Tm8GcdVOUm25XYcMPp2YqSVHbLuXzYQMf9Bh/iKx7YPqECs6ffLA==}
engines: {node: '>=18'}
cpu: [arm64]
os: [linux]
+ '@esbuild/linux-arm64@0.27.0':
+ resolution: {integrity: sha512-AS18v0V+vZiLJyi/4LphvBE+OIX682Pu7ZYNsdUHyUKSoRwdnOsMf6FDekwoAFKej14WAkOef3zAORJgAtXnlQ==}
+ engines: {node: '>=18'}
+ cpu: [arm64]
+ os: [linux]
+
'@esbuild/linux-arm@0.25.11':
resolution: {integrity: sha512-TBMv6B4kCfrGJ8cUPo7vd6NECZH/8hPpBHHlYI3qzoYFvWu2AdTvZNuU/7hsbKWqu/COU7NIK12dHAAqBLLXgw==}
engines: {node: '>=18'}
cpu: [arm]
os: [linux]
+ '@esbuild/linux-arm@0.27.0':
+ resolution: {integrity: sha512-t76XLQDpxgmq2cNXKTVEB7O7YMb42atj2Re2Haf45HkaUpjM2J0UuJZDuaGbPbamzZ7bawyGFUkodL+zcE+jvQ==}
+ engines: {node: '>=18'}
+ cpu: [arm]
+ os: [linux]
+
'@esbuild/linux-ia32@0.25.11':
resolution: {integrity: sha512-TmnJg8BMGPehs5JKrCLqyWTVAvielc615jbkOirATQvWWB1NMXY77oLMzsUjRLa0+ngecEmDGqt5jiDC6bfvOw==}
engines: {node: '>=18'}
cpu: [ia32]
os: [linux]
+ '@esbuild/linux-ia32@0.27.0':
+ resolution: {integrity: sha512-Mz1jxqm/kfgKkc/KLHC5qIujMvnnarD9ra1cEcrs7qshTUSksPihGrWHVG5+osAIQ68577Zpww7SGapmzSt4Nw==}
+ engines: {node: '>=18'}
+ cpu: [ia32]
+ os: [linux]
+
'@esbuild/linux-loong64@0.25.11':
resolution: {integrity: sha512-DIGXL2+gvDaXlaq8xruNXUJdT5tF+SBbJQKbWy/0J7OhU8gOHOzKmGIlfTTl6nHaCOoipxQbuJi7O++ldrxgMw==}
engines: {node: '>=18'}
cpu: [loong64]
os: [linux]
+ '@esbuild/linux-loong64@0.27.0':
+ resolution: {integrity: sha512-QbEREjdJeIreIAbdG2hLU1yXm1uu+LTdzoq1KCo4G4pFOLlvIspBm36QrQOar9LFduavoWX2msNFAAAY9j4BDg==}
+ engines: {node: '>=18'}
+ cpu: [loong64]
+ os: [linux]
+
'@esbuild/linux-mips64el@0.25.11':
resolution: {integrity: sha512-Osx1nALUJu4pU43o9OyjSCXokFkFbyzjXb6VhGIJZQ5JZi8ylCQ9/LFagolPsHtgw6himDSyb5ETSfmp4rpiKQ==}
engines: {node: '>=18'}
cpu: [mips64el]
os: [linux]
+ '@esbuild/linux-mips64el@0.27.0':
+ resolution: {integrity: sha512-sJz3zRNe4tO2wxvDpH/HYJilb6+2YJxo/ZNbVdtFiKDufzWq4JmKAiHy9iGoLjAV7r/W32VgaHGkk35cUXlNOg==}
+ engines: {node: '>=18'}
+ cpu: [mips64el]
+ os: [linux]
+
'@esbuild/linux-ppc64@0.25.11':
resolution: {integrity: sha512-nbLFgsQQEsBa8XSgSTSlrnBSrpoWh7ioFDUmwo158gIm5NNP+17IYmNWzaIzWmgCxq56vfr34xGkOcZ7jX6CPw==}
engines: {node: '>=18'}
cpu: [ppc64]
os: [linux]
+ '@esbuild/linux-ppc64@0.27.0':
+ resolution: {integrity: sha512-z9N10FBD0DCS2dmSABDBb5TLAyF1/ydVb+N4pi88T45efQ/w4ohr/F/QYCkxDPnkhkp6AIpIcQKQ8F0ANoA2JA==}
+ engines: {node: '>=18'}
+ cpu: [ppc64]
+ os: [linux]
+
'@esbuild/linux-riscv64@0.25.11':
resolution: {integrity: sha512-HfyAmqZi9uBAbgKYP1yGuI7tSREXwIb438q0nqvlpxAOs3XnZ8RsisRfmVsgV486NdjD7Mw2UrFSw51lzUk1ww==}
engines: {node: '>=18'}
cpu: [riscv64]
os: [linux]
+ '@esbuild/linux-riscv64@0.27.0':
+ resolution: {integrity: sha512-pQdyAIZ0BWIC5GyvVFn5awDiO14TkT/19FTmFcPdDec94KJ1uZcmFs21Fo8auMXzD4Tt+diXu1LW1gHus9fhFQ==}
+ engines: {node: '>=18'}
+ cpu: [riscv64]
+ os: [linux]
+
'@esbuild/linux-s390x@0.25.11':
resolution: {integrity: sha512-HjLqVgSSYnVXRisyfmzsH6mXqyvj0SA7pG5g+9W7ESgwA70AXYNpfKBqh1KbTxmQVaYxpzA/SvlB9oclGPbApw==}
engines: {node: '>=18'}
cpu: [s390x]
os: [linux]
+ '@esbuild/linux-s390x@0.27.0':
+ resolution: {integrity: sha512-hPlRWR4eIDDEci953RI1BLZitgi5uqcsjKMxwYfmi4LcwyWo2IcRP+lThVnKjNtk90pLS8nKdroXYOqW+QQH+w==}
+ engines: {node: '>=18'}
+ cpu: [s390x]
+ os: [linux]
+
'@esbuild/linux-x64@0.25.11':
resolution: {integrity: sha512-HSFAT4+WYjIhrHxKBwGmOOSpphjYkcswF449j6EjsjbinTZbp8PJtjsVK1XFJStdzXdy/jaddAep2FGY+wyFAQ==}
engines: {node: '>=18'}
cpu: [x64]
os: [linux]
+ '@esbuild/linux-x64@0.27.0':
+ resolution: {integrity: sha512-1hBWx4OUJE2cab++aVZ7pObD6s+DK4mPGpemtnAORBvb5l/g5xFGk0vc0PjSkrDs0XaXj9yyob3d14XqvnQ4gw==}
+ engines: {node: '>=18'}
+ cpu: [x64]
+ os: [linux]
+
'@esbuild/netbsd-arm64@0.25.11':
resolution: {integrity: sha512-hr9Oxj1Fa4r04dNpWr3P8QKVVsjQhqrMSUzZzf+LZcYjZNqhA3IAfPQdEh1FLVUJSiu6sgAwp3OmwBfbFgG2Xg==}
engines: {node: '>=18'}
cpu: [arm64]
os: [netbsd]
+ '@esbuild/netbsd-arm64@0.27.0':
+ resolution: {integrity: sha512-6m0sfQfxfQfy1qRuecMkJlf1cIzTOgyaeXaiVaaki8/v+WB+U4hc6ik15ZW6TAllRlg/WuQXxWj1jx6C+dfy3w==}
+ engines: {node: '>=18'}
+ cpu: [arm64]
+ os: [netbsd]
+
'@esbuild/netbsd-x64@0.25.11':
resolution: {integrity: sha512-u7tKA+qbzBydyj0vgpu+5h5AeudxOAGncb8N6C9Kh1N4n7wU1Xw1JDApsRjpShRpXRQlJLb9wY28ELpwdPcZ7A==}
engines: {node: '>=18'}
cpu: [x64]
os: [netbsd]
+ '@esbuild/netbsd-x64@0.27.0':
+ resolution: {integrity: sha512-xbbOdfn06FtcJ9d0ShxxvSn2iUsGd/lgPIO2V3VZIPDbEaIj1/3nBBe1AwuEZKXVXkMmpr6LUAgMkLD/4D2PPA==}
+ engines: {node: '>=18'}
+ cpu: [x64]
+ os: [netbsd]
+
'@esbuild/openbsd-arm64@0.25.11':
resolution: {integrity: sha512-Qq6YHhayieor3DxFOoYM1q0q1uMFYb7cSpLD2qzDSvK1NAvqFi8Xgivv0cFC6J+hWVw2teCYltyy9/m/14ryHg==}
engines: {node: '>=18'}
cpu: [arm64]
os: [openbsd]
+ '@esbuild/openbsd-arm64@0.27.0':
+ resolution: {integrity: sha512-fWgqR8uNbCQ/GGv0yhzttj6sU/9Z5/Sv/VGU3F5OuXK6J6SlriONKrQ7tNlwBrJZXRYk5jUhuWvF7GYzGguBZQ==}
+ engines: {node: '>=18'}
+ cpu: [arm64]
+ os: [openbsd]
+
'@esbuild/openbsd-x64@0.25.11':
resolution: {integrity: sha512-CN+7c++kkbrckTOz5hrehxWN7uIhFFlmS/hqziSFVWpAzpWrQoAG4chH+nN3Be+Kzv/uuo7zhX716x3Sn2Jduw==}
engines: {node: '>=18'}
cpu: [x64]
os: [openbsd]
+ '@esbuild/openbsd-x64@0.27.0':
+ resolution: {integrity: sha512-aCwlRdSNMNxkGGqQajMUza6uXzR/U0dIl1QmLjPtRbLOx3Gy3otfFu/VjATy4yQzo9yFDGTxYDo1FfAD9oRD2A==}
+ engines: {node: '>=18'}
+ cpu: [x64]
+ os: [openbsd]
+
'@esbuild/openharmony-arm64@0.25.11':
resolution: {integrity: sha512-rOREuNIQgaiR+9QuNkbkxubbp8MSO9rONmwP5nKncnWJ9v5jQ4JxFnLu4zDSRPf3x4u+2VN4pM4RdyIzDty/wQ==}
engines: {node: '>=18'}
cpu: [arm64]
os: [openharmony]
+ '@esbuild/openharmony-arm64@0.27.0':
+ resolution: {integrity: sha512-nyvsBccxNAsNYz2jVFYwEGuRRomqZ149A39SHWk4hV0jWxKM0hjBPm3AmdxcbHiFLbBSwG6SbpIcUbXjgyECfA==}
+ engines: {node: '>=18'}
+ cpu: [arm64]
+ os: [openharmony]
+
'@esbuild/sunos-x64@0.25.11':
resolution: {integrity: sha512-nq2xdYaWxyg9DcIyXkZhcYulC6pQ2FuCgem3LI92IwMgIZ69KHeY8T4Y88pcwoLIjbed8n36CyKoYRDygNSGhA==}
engines: {node: '>=18'}
cpu: [x64]
os: [sunos]
+ '@esbuild/sunos-x64@0.27.0':
+ resolution: {integrity: sha512-Q1KY1iJafM+UX6CFEL+F4HRTgygmEW568YMqDA5UV97AuZSm21b7SXIrRJDwXWPzr8MGr75fUZPV67FdtMHlHA==}
+ engines: {node: '>=18'}
+ cpu: [x64]
+ os: [sunos]
+
'@esbuild/win32-arm64@0.25.11':
resolution: {integrity: sha512-3XxECOWJq1qMZ3MN8srCJ/QfoLpL+VaxD/WfNRm1O3B4+AZ/BnLVgFbUV3eiRYDMXetciH16dwPbbHqwe1uU0Q==}
engines: {node: '>=18'}
cpu: [arm64]
os: [win32]
+ '@esbuild/win32-arm64@0.27.0':
+ resolution: {integrity: sha512-W1eyGNi6d+8kOmZIwi/EDjrL9nxQIQ0MiGqe/AWc6+IaHloxHSGoeRgDRKHFISThLmsewZ5nHFvGFWdBYlgKPg==}
+ engines: {node: '>=18'}
+ cpu: [arm64]
+ os: [win32]
+
'@esbuild/win32-ia32@0.25.11':
resolution: {integrity: sha512-3ukss6gb9XZ8TlRyJlgLn17ecsK4NSQTmdIXRASVsiS2sQ6zPPZklNJT5GR5tE/MUarymmy8kCEf5xPCNCqVOA==}
engines: {node: '>=18'}
cpu: [ia32]
os: [win32]
+ '@esbuild/win32-ia32@0.27.0':
+ resolution: {integrity: sha512-30z1aKL9h22kQhilnYkORFYt+3wp7yZsHWus+wSKAJR8JtdfI76LJ4SBdMsCopTR3z/ORqVu5L1vtnHZWVj4cQ==}
+ engines: {node: '>=18'}
+ cpu: [ia32]
+ os: [win32]
+
'@esbuild/win32-x64@0.25.11':
resolution: {integrity: sha512-D7Hpz6A2L4hzsRpPaCYkQnGOotdUpDzSGRIv9I+1ITdHROSFUWW95ZPZWQmGka1Fg7W3zFJowyn9WGwMJ0+KPA==}
engines: {node: '>=18'}
cpu: [x64]
os: [win32]
+ '@esbuild/win32-x64@0.27.0':
+ resolution: {integrity: sha512-aIitBcjQeyOhMTImhLZmtxfdOcuNRpwlPNmlFKPcHQYPhEssw75Cl1TSXJXpMkzaua9FUetx/4OQKq7eJul5Cg==}
+ engines: {node: '>=18'}
+ cpu: [x64]
+ os: [win32]
+
'@eslint-community/eslint-utils@4.9.0':
resolution: {integrity: sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
@@ -3867,10 +4023,6 @@ packages:
resolution: {integrity: sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@eslint/core@0.16.0':
- resolution: {integrity: sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
-
'@eslint/core@0.17.0':
resolution: {integrity: sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@@ -3879,8 +4031,8 @@ packages:
resolution: {integrity: sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@eslint/js@9.38.0':
- resolution: {integrity: sha512-UZ1VpFvXf9J06YG9xQBdnzU+kthors6KjhMAl6f4gH4usHyh31rUf2DLGInT8RFYIReYXNSydgPY0V2LuWgl7A==}
+ '@eslint/js@9.39.1':
+ resolution: {integrity: sha512-S26Stp4zCy88tH94QbBv3XCuzRQiZ9yXofEILmglYTh/Ug/a9/umqvgFtYBAo3Lp0nsI/5/qH1CCrbdK3AP1Tw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@eslint/object-schema@2.1.7':
@@ -4280,8 +4432,8 @@ packages:
peerDependencies:
react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
- '@reduxjs/toolkit@2.9.2':
- resolution: {integrity: sha512-ZAYu/NXkl/OhqTz7rfPaAhY0+e8Fr15jqNxte/2exKUxvHyQ/hcqmdekiN1f+Lcw3pE+34FCgX+26zcUE3duCg==}
+ '@reduxjs/toolkit@2.10.1':
+ resolution: {integrity: sha512-/U17EXQ9Do9Yx4DlNGU6eVNfZvFJfYpUtRRdLf19PbPjdWBxNlxGZXywQZ1p1Nz8nMkWplTI7iD/23m07nolDA==}
peerDependencies:
react: ^16.9.0 || ^17.0.0 || ^18 || ^19
react-redux: ^7.2.1 || ^8.1.3 || ^9.0.0
@@ -4307,21 +4459,21 @@ packages:
react: '>=16.14.0'
react-dom: '>=16.14.0'
- '@rjsf/core@6.0.1':
- resolution: {integrity: sha512-+S2nlt0J4FRWLhB9Gn0lAt1qoRjDiRlosNl2d9ofhQtBAjrZP4pn52uErT0B0RMDRqw4X/ICMfi/lmj29Ascww==}
+ '@rjsf/core@6.1.0':
+ resolution: {integrity: sha512-9H3+BneyKWEPICL1kfRd7OKrwg2+ooR8xskJBnEqaq5p44MGxqQzKORhzWWp8h1yUWJFa4bMutJOcwKJxkKhfw==}
engines: {node: '>=20'}
peerDependencies:
'@rjsf/utils': ^6.x
react: '>=18'
- '@rjsf/utils@6.0.1':
- resolution: {integrity: sha512-ystv5I87MmwjD5oybbHivMbULcpNp5jDQyB76rYv7G+Aqs/OdPJydtr2sm/40JkCAvXUgX+7eBZOKmUFk8A3lA==}
+ '@rjsf/utils@6.1.0':
+ resolution: {integrity: sha512-IonU7hukF+EnAuNmK3KuJ4DSvydhQH/Z/nuPQW8IhFsQmKGg0/LiJOOKEDS8HD1PDLpr+4J6qkZ+EDupMLHUZQ==}
engines: {node: '>=20'}
peerDependencies:
react: '>=18'
- '@rjsf/validator-ajv8@6.0.1':
- resolution: {integrity: sha512-4ccK+vjHnVTDQVqQAXkkGQQp50xUC7Mj0xre4+VnhquDDU80KC/Uru8eKNsIYk0rkj5KxkpxHEP3Y8ZrTXyDpg==}
+ '@rjsf/validator-ajv8@6.1.0':
+ resolution: {integrity: sha512-L3vzpE97oI20eMJhq8wP9RvtfwmcF4g/61Yh4rvPuQeo9WusWEZU5pG2L+tpM6yCzreZuHhgCjld6lsMrfV2BA==}
engines: {node: '>=20'}
peerDependencies:
'@rjsf/utils': ^6.x
@@ -4476,23 +4628,23 @@ packages:
'@standard-schema/utils@0.3.0':
resolution: {integrity: sha512-e7Mew686owMaPJVNNLs55PUvgz371nKgwsc4vxE49zsODpJEnxgxRo2y/OKrqueavXgZNMDVj3DdHFlaSAeU8g==}
- '@storybook/addon-onboarding@10.0.2':
- resolution: {integrity: sha512-fpNdgFn+8AfLnB4bltCrVWR4yTOR6JReaVw1+WgN/L75mjkxbmB/7dvh5NdeDKHLiry0h50BukjkgERsqTsWEw==}
+ '@storybook/addon-onboarding@10.0.7':
+ resolution: {integrity: sha512-zfgiyudFAoJsXG/lK9ESW7SpcjXB9Ef3+xsMnb2BkX0a3WRgQuJk18xdPAVXIta6fbBjMbcMAxeoBHntD1vP6w==}
peerDependencies:
- storybook: ^10.0.2
+ storybook: ^10.0.7
- '@storybook/builder-vite@10.0.2':
- resolution: {integrity: sha512-VPCsSdY7AYFnB2GRfRkcBmRA8RQo7I15PTEoIuQg5pF9qDQpz6ykMR8mK5j0TtRXshQjen4HyKv6lYTfmEMdUA==}
+ '@storybook/builder-vite@10.0.7':
+ resolution: {integrity: sha512-wk2TAoUY5+9t78GWVBndu9rEo9lo6Ec3SRrLT4VpIlcS2GPK+5f26UC2uvIBwOF/N7JrUUKq/zWDZ3m+do9QDg==}
peerDependencies:
- storybook: ^10.0.2
+ storybook: ^10.0.7
vite: ^5.0.0 || ^6.0.0 || ^7.0.0
- '@storybook/csf-plugin@10.0.2':
- resolution: {integrity: sha512-fiDTgZQa6/vCIMDWm5b/Dy+8/YGHX7bHqdINTtdKRJlrZgxFOainYczR6kyf5nyu9RQouEX0NgSXvKLS0HyCyw==}
+ '@storybook/csf-plugin@10.0.7':
+ resolution: {integrity: sha512-YaYYlCyJBwxaMk7yREOdz+9MDSgxIYGdeJ9EIq/bUndmkoj9SRo1P9/0lC5dseWQoiGy4T3PbZiWruD8uM5m3g==}
peerDependencies:
esbuild: '*'
rollup: '*'
- storybook: ^10.0.2
+ storybook: ^10.0.7
vite: '*'
webpack: '*'
peerDependenciesMeta:
@@ -4515,27 +4667,27 @@ packages:
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta
- '@storybook/react-dom-shim@10.0.2':
- resolution: {integrity: sha512-rVEwxwd9g6TDIIXzX73NPV+FF/WokNKMm1H6ATYBQ51wrxiEalHg/lPFdosoWAQ4dsLKkeSxxOpZy9375IXhGQ==}
+ '@storybook/react-dom-shim@10.0.7':
+ resolution: {integrity: sha512-bp4OnMtZGwPJQDqNRi4K5iibLbZ2TZZMkWW7oSw5jjPFpGSreSjCe8LH9yj/lDnK8Ox9bGMCBFE5RV5XuML29w==}
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
- storybook: ^10.0.2
+ storybook: ^10.0.7
- '@storybook/react-vite@10.0.2':
- resolution: {integrity: sha512-V3QoEmqJS8a4j4kHBULjtOygqhfB+x532GsfTSBIOorkrlwTE6a8iZOp2wGRNGkpYIf6jI7MyRz6FklelflMRQ==}
+ '@storybook/react-vite@10.0.7':
+ resolution: {integrity: sha512-EAv2cwYkRctQNcPC1jLsZPm+C6RVk6t6axKrkc/+cFe/t5MnKG7oRf0c/6apWYi/cQv6kzNsFxMV2jj8r/VoBg==}
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
- storybook: ^10.0.2
+ storybook: ^10.0.7
vite: ^5.0.0 || ^6.0.0 || ^7.0.0
- '@storybook/react@10.0.2':
- resolution: {integrity: sha512-qxBlOE7cjRPFNoFCY2GNG5t/+6O0AXQav8pZ6q4La2foXdlInfNJPfcPUp4qI9R1+maSwDYbovixA3uFM/UC8Q==}
+ '@storybook/react@10.0.7':
+ resolution: {integrity: sha512-1GSDIMo2GkdG55DhpIIFaAJv+QzmsRb36qWsKqfbtFjEhnqu5/3zqyys2dCIiHOG1Czba4SGsTS4cay3KDQJgA==}
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
- storybook: ^10.0.2
+ storybook: ^10.0.7
typescript: '>= 4.9.x'
peerDependenciesMeta:
typescript:
@@ -4647,8 +4799,8 @@ packages:
'@types/chai@5.2.3':
resolution: {integrity: sha512-Mw558oeA9fFbv65/y4mHtXDs9bPnFMZAL/jxdPFUpOHHIXX91mcgEHbS5Lahr+pwZFR8A7GQleRWeI6cGFC2UA==}
- '@types/chrome@0.1.27':
- resolution: {integrity: sha512-pkkCb0Ft8X+Igi751POzT+YqchSxUCtB6s4Gs6ttgSj8qzJga/qlJMgSW1mKxuQTW4i0sTqQbqVtzXDS5AU+4A==}
+ '@types/chrome@0.1.28':
+ resolution: {integrity: sha512-wANMmVt9H8UJeRsk4vlk5IVTTUIdk0J6CJC2ER60fGHTJOFVMuXpGhCqs6fUGw3m9pF1eXEvi+6ejlQZrtGA4A==}
'@types/codemirror@5.60.17':
resolution: {integrity: sha512-AZq2FIsUHVMlp7VSe2hTfl5w4pcUkoFkM3zVsRKsn1ca8CXRDYvnin04+HP2REkwsxemuHqvDofdlhUWNpbwfw==}
@@ -4908,8 +5060,8 @@ packages:
'@types/node@20.19.24':
resolution: {integrity: sha512-FE5u0ezmi6y9OZEzlJfg37mqqf6ZDSF2V/NLjUyGrR9uTZ7Sb9F7bLNZ03S4XVUNRWGA7Ck4c1kK+YnuWjl+DA==}
- '@types/node@24.9.2':
- resolution: {integrity: sha512-uWN8YqxXxqFMX2RqGOrumsKeti4LlmIMIyV0lgut4jx7KQBcBiW6vkDtIBvHnHIquwNfJhk8v2OtmO8zXWHfPA==}
+ '@types/node@24.10.1':
+ resolution: {integrity: sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ==}
'@types/object-path@0.11.4':
resolution: {integrity: sha512-4tgJ1Z3elF/tOMpA8JLVuR9spt9Ynsf7+JjqsQ2IqtiPJtcLoHoXcT6qU4E10cPFqyXX5HDm9QwIzZhBSkLxsw==}
@@ -4938,8 +5090,8 @@ packages:
'@types/range-parser@1.2.7':
resolution: {integrity: sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==}
- '@types/react-dom@19.2.2':
- resolution: {integrity: sha512-9KQPoO6mZCi7jcIStSnlOWn2nEF3mNmyr3rIAsGnAbQKYbRLyqmeSc39EVgtxXVia+LMT8j3knZLAZAh+xLmrw==}
+ '@types/react-dom@19.2.3':
+ resolution: {integrity: sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==}
peerDependencies:
'@types/react': ^19.2.0
@@ -4948,8 +5100,8 @@ packages:
peerDependencies:
'@types/react': '*'
- '@types/react@19.2.2':
- resolution: {integrity: sha512-6mDvHUFSjyT2B2yeNx2nUgMxh9LtOWvkhIU3uePn2I2oyNymUAX1NIsdgviM4CH+JSrp2D2hsMvJOkxY+0wNRA==}
+ '@types/react@19.2.3':
+ resolution: {integrity: sha512-k5dJVszUiNr1DSe8Cs+knKR6IrqhqdhpUwzqhkS8ecQTSf3THNtbfIp/umqHMpX2bv+9dkx3fwDv/86LcSfvSg==}
'@types/redux-logger@3.0.13':
resolution: {integrity: sha512-jylqZXQfMxahkuPcO8J12AKSSCQngdEWQrw7UiLUJzMBcv1r4Qg77P6mjGLjM27e5gFQDPD8vwUMJ9AyVxFSsg==}
@@ -5051,63 +5203,63 @@ packages:
'@types/yauzl@2.10.3':
resolution: {integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==}
- '@typescript-eslint/eslint-plugin@8.46.2':
- resolution: {integrity: sha512-ZGBMToy857/NIPaaCucIUQgqueOiq7HeAKkhlvqVV4lm089zUFW6ikRySx2v+cAhKeUCPuWVHeimyk6Dw1iY3w==}
+ '@typescript-eslint/eslint-plugin@8.46.4':
+ resolution: {integrity: sha512-R48VhmTJqplNyDxCyqqVkFSZIx1qX6PzwqgcXn1olLrzxcSBDlOsbtcnQuQhNtnNiJ4Xe5gREI1foajYaYU2Vg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
- '@typescript-eslint/parser': ^8.46.2
+ '@typescript-eslint/parser': ^8.46.4
eslint: ^8.57.0 || ^9.0.0
typescript: '>=4.8.4 <6.0.0'
- '@typescript-eslint/parser@8.46.2':
- resolution: {integrity: sha512-BnOroVl1SgrPLywqxyqdJ4l3S2MsKVLDVxZvjI1Eoe8ev2r3kGDo+PcMihNmDE+6/KjkTubSJnmqGZZjQSBq/g==}
+ '@typescript-eslint/parser@8.46.4':
+ resolution: {integrity: sha512-tK3GPFWbirvNgsNKto+UmB/cRtn6TZfyw0D6IKrW55n6Vbs7KJoZtI//kpTKzE/DUmmnAFD8/Ca46s7Obs92/w==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
typescript: '>=4.8.4 <6.0.0'
- '@typescript-eslint/project-service@8.46.2':
- resolution: {integrity: sha512-PULOLZ9iqwI7hXcmL4fVfIsBi6AN9YxRc0frbvmg8f+4hQAjQ5GYNKK0DIArNo+rOKmR/iBYwkpBmnIwin4wBg==}
+ '@typescript-eslint/project-service@8.46.4':
+ resolution: {integrity: sha512-nPiRSKuvtTN+no/2N1kt2tUh/HoFzeEgOm9fQ6XQk4/ApGqjx0zFIIaLJ6wooR1HIoozvj2j6vTi/1fgAz7UYQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
typescript: '>=4.8.4 <6.0.0'
- '@typescript-eslint/scope-manager@8.46.2':
- resolution: {integrity: sha512-LF4b/NmGvdWEHD2H4MsHD8ny6JpiVNDzrSZr3CsckEgCbAGZbYM4Cqxvi9L+WqDMT+51Ozy7lt2M+d0JLEuBqA==}
+ '@typescript-eslint/scope-manager@8.46.4':
+ resolution: {integrity: sha512-tMDbLGXb1wC+McN1M6QeDx7P7c0UWO5z9CXqp7J8E+xGcJuUuevWKxuG8j41FoweS3+L41SkyKKkia16jpX7CA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@typescript-eslint/tsconfig-utils@8.46.2':
- resolution: {integrity: sha512-a7QH6fw4S57+F5y2FIxxSDyi5M4UfGF+Jl1bCGd7+L4KsaUY80GsiF/t0UoRFDHAguKlBaACWJRmdrc6Xfkkag==}
+ '@typescript-eslint/tsconfig-utils@8.46.4':
+ resolution: {integrity: sha512-+/XqaZPIAk6Cjg7NWgSGe27X4zMGqrFqZ8atJsX3CWxH/jACqWnrWI68h7nHQld0y+k9eTTjb9r+KU4twLoo9A==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
typescript: '>=4.8.4 <6.0.0'
- '@typescript-eslint/type-utils@8.46.2':
- resolution: {integrity: sha512-HbPM4LbaAAt/DjxXaG9yiS9brOOz6fabal4uvUmaUYe6l3K1phQDMQKBRUrr06BQkxkvIZVVHttqiybM9nJsLA==}
+ '@typescript-eslint/type-utils@8.46.4':
+ resolution: {integrity: sha512-V4QC8h3fdT5Wro6vANk6eojqfbv5bpwHuMsBcJUJkqs2z5XnYhJzyz9Y02eUmF9u3PgXEUiOt4w4KHR3P+z0PQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
typescript: '>=4.8.4 <6.0.0'
- '@typescript-eslint/types@8.46.2':
- resolution: {integrity: sha512-lNCWCbq7rpg7qDsQrd3D6NyWYu+gkTENkG5IKYhUIcxSb59SQC/hEQ+MrG4sTgBVghTonNWq42bA/d4yYumldQ==}
+ '@typescript-eslint/types@8.46.4':
+ resolution: {integrity: sha512-USjyxm3gQEePdUwJBFjjGNG18xY9A2grDVGuk7/9AkjIF1L+ZrVnwR5VAU5JXtUnBL/Nwt3H31KlRDaksnM7/w==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@typescript-eslint/typescript-estree@8.46.2':
- resolution: {integrity: sha512-f7rW7LJ2b7Uh2EiQ+7sza6RDZnajbNbemn54Ob6fRwQbgcIn+GWfyuHDHRYgRoZu1P4AayVScrRW+YfbTvPQoQ==}
+ '@typescript-eslint/typescript-estree@8.46.4':
+ resolution: {integrity: sha512-7oV2qEOr1d4NWNmpXLR35LvCfOkTNymY9oyW+lUHkmCno7aOmIf/hMaydnJBUTBMRCOGZh8YjkFOc8dadEoNGA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
typescript: '>=4.8.4 <6.0.0'
- '@typescript-eslint/utils@8.46.2':
- resolution: {integrity: sha512-sExxzucx0Tud5tE0XqR0lT0psBQvEpnpiul9XbGUB1QwpWJJAps1O/Z7hJxLGiZLBKMCutjTzDgmd1muEhBnVg==}
+ '@typescript-eslint/utils@8.46.4':
+ resolution: {integrity: sha512-AbSv11fklGXV6T28dp2Me04Uw90R2iJ30g2bgLz529Koehrmkbs1r7paFqr1vPCZi7hHwYxYtxfyQMRC8QaVSg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
typescript: '>=4.8.4 <6.0.0'
- '@typescript-eslint/visitor-keys@8.46.2':
- resolution: {integrity: sha512-tUFMXI4gxzzMXt4xpGJEsBsTox0XbNQ1y94EwlD/CuZwFcQP79xfQqMhau9HsRc/J0cAPA/HZt1dZPtGn9V/7w==}
+ '@typescript-eslint/visitor-keys@8.46.4':
+ resolution: {integrity: sha512-/++5CYLQqsO9HFGLI7APrxBJYo+5OCMpViuhV8q5/Qa3o5mMrF//eQHks+PXcsAVaLdn817fMuS7zqoXNNZGaw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@ungap/structured-clone@1.3.0':
@@ -5307,222 +5459,225 @@ packages:
'@xtuc/long@4.2.2':
resolution: {integrity: sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==}
- '@zag-js/accordion@1.26.3':
- resolution: {integrity: sha512-xZgXTc4AhH0vha5zLjjSj3GZml2LFMhJnZ/F9TU0KEci7xML1U0n2ay4KydgtiEG31/A3j3LLE+vON+/N/0jAg==}
+ '@zag-js/accordion@1.27.0':
+ resolution: {integrity: sha512-fRPNZaORLd+pa3dfVMUOhHemf98gq33p0NdwdHwPkl2E2nWsQJkFCbqhAR9DJR/Td5b37rEsmPUtOXMHoKc5dw==}
- '@zag-js/anatomy@1.26.3':
- resolution: {integrity: sha512-2HL+BDX05zRtctKwrSlYEtxeLdiJZIV5SbEpqTNvbNJ9aZNxHKgg0ciEi0bYZe8qJ70TqfNfwWb2xwRamzedhg==}
+ '@zag-js/anatomy@1.27.0':
+ resolution: {integrity: sha512-fzd+sv0Xn+LbculHDHUMdJUuODwqtr/sVrOl5fcfLhwX1qXV91ZNgN6wWsAdvevG9eoMhP3tGxoei57ys7YlWQ==}
- '@zag-js/angle-slider@1.26.3':
- resolution: {integrity: sha512-tmOcOLiKN+5enp2YobuZkhVCWY8Q78SnGVO4tJgj+IjZ1PU/EJwipAiAXRM1Adl/6MPIwIMe2ag5g+Qi9xIDuw==}
+ '@zag-js/angle-slider@1.27.0':
+ resolution: {integrity: sha512-xDLMmHkX3AXpN0eLccvmbaq/zSzYi8G84ucsI5hjeyofdCIq+ZzXulxFesk1eBKXqut40Umc9UjrFWf2NwL/AA==}
- '@zag-js/aria-hidden@1.26.3':
- resolution: {integrity: sha512-F6P7Ff4iqly4VmxBRZaJoG09QonOIlYDmMRgHH8d8vca7aBmR5InTxy3iOjCZvX3U4xFFednEARRPjncy4Vl6Q==}
+ '@zag-js/aria-hidden@1.27.0':
+ resolution: {integrity: sha512-kDUl0eey7wBCNFAdrAxvse4Rbto0OpMaa0wf0rm5w+oB2kp7IqK5Tuq6rF4T72HDZHxs4FMhR4puWpmle+2IqA==}
- '@zag-js/async-list@1.26.3':
- resolution: {integrity: sha512-rcM4E8ITSpTANSgk6QX7TKbLyewE1iHOYIJ0NKvSLqfLqSXZgjYTVbWnOmt5q3UOhR3paCbxkEtSdX2/ZCNO/A==}
+ '@zag-js/async-list@1.27.0':
+ resolution: {integrity: sha512-ts7zxVnt1NHU4VQdBNO3LIkig6Ub2rqWlbJkW3vIhV/2MJsbMya8ZECa2Od7TAYr8Mu4KF0z7qt7JPsnOodImQ==}
- '@zag-js/auto-resize@1.26.3':
- resolution: {integrity: sha512-/hIJGEHjknBnrbGjz7NqZbRGCldklJEvePMbMi5JnELZIFRCcCKnvaXwq7DS1mYODjsLqxBZRSL4y0hNxExk4Q==}
+ '@zag-js/auto-resize@1.27.0':
+ resolution: {integrity: sha512-E4hBld3CTtKz5mtTZDXX+URzHvKRn/C0fvYnP9BopPZfG4GUCLhnBGEGZxAWV/hLZ1/Rq0I0X+g/iU5hRxKngA==}
- '@zag-js/avatar@1.26.3':
- resolution: {integrity: sha512-CGQunbcfHzDi1p1B51TN+sGLGaBgLTsgHpqKM8YbR385hMuULcUguOwcnx7rFBq/w79QsdrACwhz3LFlZOsyUQ==}
+ '@zag-js/avatar@1.27.0':
+ resolution: {integrity: sha512-O3o3UQRyltbOysbkHQKRvfeGfG23iuOvXSIsRWbT5Q8rsAoocz3utlV1uoH00bGTvBPimdoYb4vrnLejJDFKfw==}
- '@zag-js/bottom-sheet@1.26.3':
- resolution: {integrity: sha512-qhlkSmBz/Ch2piku5h7itWNO0Uit4pTlhICVb8lLf0Q17X7SNxGYW+pMKAQMlL2M4EgA9tV1z/xE1pW4R05F6A==}
+ '@zag-js/bottom-sheet@1.27.0':
+ resolution: {integrity: sha512-nswX/7qzF7nGBkMhEQ6UgP//CISUSwzcZIuFJ3RceTNJ1XUarskX/KiC6lf7WTJ2YUPdceRds6Y6EootHGcRHQ==}
- '@zag-js/carousel@1.26.3':
- resolution: {integrity: sha512-zF7RD7SR/nzl2CDPIp06J3eMXbY2Vk4auMzo9R4puuGN3XSh4+KYmKRt6DH5XmkOd/fFknT3eHH2gNRlpxBaMQ==}
+ '@zag-js/carousel@1.27.0':
+ resolution: {integrity: sha512-hjRZnV+5swzKHW9MloViQZpAMHN4e7WKMteiZoH5WeTKcq66RetezmlOiyvBBt3k59PZwk0Y8WFxNA0L94Amzw==}
- '@zag-js/checkbox@1.26.3':
- resolution: {integrity: sha512-7WcJChF9jKLr3e5aJfLNiMxmAA8iYt2ZEjEmmaL1KRDUyONpig9JMDX5mg4u3iXQvZdmsxCptIYHXwdYjZjr3Q==}
+ '@zag-js/checkbox@1.27.0':
+ resolution: {integrity: sha512-nJjGIvGzSOj6t3A/jjDULcSIHIp45Rp+FE100Yad71MDJEfQhXpeHALBGSKJrzn3Bk4QDsmkDrlTXEmXbWtDJg==}
- '@zag-js/clipboard@1.26.3':
- resolution: {integrity: sha512-Cx8oafXtujYRlBU0XA2aXb78bs3JgNVZ4ikR6cm7Qo1AMUxh7FejIBNVaWGzHxUc5XrfliKGvQzJotyrGS3GDA==}
+ '@zag-js/clipboard@1.27.0':
+ resolution: {integrity: sha512-ndEr6zyKj57eHKiTEpNgGNTSRAUFkHKVs5/C1ysgQzDnvSwd+yaSsm4JGYDlmOg5rCCZVY3Cyw4qcsFEQKDiAg==}
- '@zag-js/collapsible@1.26.3':
- resolution: {integrity: sha512-vPnWRHolQXdXhP0GkNMADZsBuxhLqGzv/krrJitslYOwsKebtrYz3DrIvtLwpRPsED4igzNLv1ihHPa89kaOAA==}
+ '@zag-js/collapsible@1.27.0':
+ resolution: {integrity: sha512-IQ88gl+PAEFs4qVrepum8PksykVf2mAKmw+ZSViHnzRYnHGtNEtvgVeJKO9eFEdtMJVtyTKIlExkoQyWdfc9OA==}
- '@zag-js/collection@1.26.3':
- resolution: {integrity: sha512-AYiIuZZ3Fr8eVH657uKGobf6WU5t7a4f/HfFiekwfvG0U0vsySBP7eOxukMvQJDCRNEKxARW9JyDj9pl4d7T8Q==}
+ '@zag-js/collection@1.27.0':
+ resolution: {integrity: sha512-O/2CdEdYbEC8H86CvHRcC31+6+cYPDLWIeGDvylFmwU3qvOLXgWjptDwp/4d60/ni02gPfq7W2qOL2nfMhUH1g==}
- '@zag-js/color-picker@1.26.3':
- resolution: {integrity: sha512-qsmgl1vHIavY+wH9jHLXlVnbSn+HBbIJy9ysC1vyM1nAM8Qm1P+h1PhojxgPkVujI6QcxSBzA+YcY56ZuSUHdw==}
+ '@zag-js/color-picker@1.27.0':
+ resolution: {integrity: sha512-zSM6ZzFlmTcemMH7pNzEsGtwVFmNZc3Nwqno4Fd/1sJSGrkvXAwymYeoRk3PEi0dTcpYwHCn9sCH4M4ZiZJGkw==}
- '@zag-js/color-utils@1.26.3':
- resolution: {integrity: sha512-II2mfISJc0xLupXHmfc5AABG0pZy0cYwn741yjlbe7orubWnFLZLmVCzLF4b0qpLzYM+c+MnRVAb/YV6t7Mw6A==}
+ '@zag-js/color-utils@1.27.0':
+ resolution: {integrity: sha512-ejqLTKM1sE07ZGkaNG1eRCs56hNjHPMgmnZl8GhwOLO7Ku8wnYTNdocdlwYLeV7shV3PFmzl5cVEOH1Dnsifzw==}
- '@zag-js/combobox@1.26.3':
- resolution: {integrity: sha512-CejmsLlKhxfSg0FkGMMS8JPGnCa3sCHv4hZrqRrBuhUJaLjiH5/VazV+WFlHEDUrSzVWUNeoYiZuqQlBWuIeCA==}
+ '@zag-js/combobox@1.27.0':
+ resolution: {integrity: sha512-PuucoFx6LyHPqdr2PaCgbOrlaDTBgeQa8skVIeKSepS6IMEqJztx9HNLbeCgqcticGB/JxTFv0cfdnm+8F97Uw==}
- '@zag-js/core@1.26.3':
- resolution: {integrity: sha512-NU/uBGEFE5kUDJfvayZuPom/mcvJjjIytBclIO4/dCt1IBo+C1ETbpQjG/RgpfmSjfAs2G/9pQgdqobakyWU2A==}
+ '@zag-js/core@1.27.0':
+ resolution: {integrity: sha512-wM5M4DQE1iCnowivXtDrauzM0cwVFWukxrcNFXB2eX0MPMjMjrb3uGdk5Mm9JxKGKLtAlhloOzijjS7JHwW+SQ==}
- '@zag-js/date-picker@1.26.3':
- resolution: {integrity: sha512-3JZckrr1EI01bEYfKeB4nAgI4f+bWZLQnfOq8LtiL4HnS0a31Z3DYFxk3r49X4dxg3B62j1tlb6DzdQJARaElg==}
+ '@zag-js/date-picker@1.27.0':
+ resolution: {integrity: sha512-EpLkY2BnK8GovEOlG31OoqK7iFqt+lRUKmB/AsECdstAwppr1EoklfeCFPX6FKAejuwrSj0+o4Ds6//9poHjag==}
peerDependencies:
'@internationalized/date': '>=3.0.0'
- '@zag-js/date-utils@1.26.3':
- resolution: {integrity: sha512-eoWJZzFY3fkTJU7rzFcRLGCecAnJiu1/xHrB317jgHd0eCGUrgJVY2m0h+agWUCIFtt1VdvEbcf9R9rZmQm7LQ==}
+ '@zag-js/date-utils@1.27.0':
+ resolution: {integrity: sha512-0f669Pjg0bzV8oE7sxZQlnR0sBQAFv8/UEciP5OYRqIvtILpnxoMKuZIzs1ZHt9w24WScB0k6lIqVKXta4lHjA==}
peerDependencies:
'@internationalized/date': '>=3.0.0'
- '@zag-js/dialog@1.26.3':
- resolution: {integrity: sha512-8fRmRdTrmX5o9IRCo9kpldlM+L4boesyU3mDYCGoCxymzUImg8Crr+8y3uUHEKFWdxnlisYfBGbC586kWaaCSQ==}
+ '@zag-js/dialog@1.27.0':
+ resolution: {integrity: sha512-YnVApCZ9s1AnmwcPExolFoct6llG2lofkjyFrVxPJkQhxk6/qlqFZdeCZArIW1sNiURmyZZBq7AEfbs7jYXKpQ==}
- '@zag-js/dismissable@1.26.3':
- resolution: {integrity: sha512-THAzkq2KLYq7px+pdIZ4QQoRjF02nxa5WXXVyw+cv7yb+CNcemcNaPtAAIORJhKsQC+1XF1JNiT5TKrvhSprhw==}
+ '@zag-js/dismissable@1.27.0':
+ resolution: {integrity: sha512-ttwJb+C/epldAV9nzENJ0a2lExusq9KHSr6hqFC2WM96xDFyCE7pnDw27PFHwNgSUJWBjMgjx0TRJvWSvzwfCg==}
- '@zag-js/dom-query@1.26.3':
- resolution: {integrity: sha512-ZI/EzpWRDFjeSuXiHuCHwFUtFXX7ZNiBiOnsqR5AnbQSTEvYv+Oo803RRuQ+zHDpGSFyYluSnT00/zt4vskXDQ==}
+ '@zag-js/dom-query@1.27.0':
+ resolution: {integrity: sha512-URe81xXzbwzZd4EIv/bJrrWuQAS9pZbkL789rsHj/nfcumtTipi5TW7O2EccGvI7edgVCPlih+HS75E7exyUOQ==}
- '@zag-js/editable@1.26.3':
- resolution: {integrity: sha512-DdlBwOqoXbF+X0uM7k5mYxiKI4eDkX+BYar/DnEifnEgpsTkYMtl3J5B9WmuWmFtmSoTauScHQsVe3OmVCTqTA==}
+ '@zag-js/editable@1.27.0':
+ resolution: {integrity: sha512-WNQ3pAouF4i1Qp7CdQm1atv9K3XYWR9ILUzOn3K0P8mkv6fqvszt0KMszXxY0Uqf/GvD5lnDI3ZJ0keNUWNMrQ==}
- '@zag-js/file-upload@1.26.3':
- resolution: {integrity: sha512-SAifHG71HmRyAUHlqj50xjMr0Ua0uDp8qOucgr7kP2xQvxp8ETfJ5LXrvf+IWv67bF4GmXgIH5Tn7OVEY6ETWQ==}
+ '@zag-js/file-upload@1.27.0':
+ resolution: {integrity: sha512-AbJQVHeZI083xWusdZwhLP5bGYqAmYsLk5Wu2N8GRX8cghyLI+9IwKoLGjuM7LBpTTul1tBw/fBr8+4LOodGbw==}
- '@zag-js/file-utils@1.26.3':
- resolution: {integrity: sha512-chXv4dL4SeBdGuNvHlPRZDDsIqRZ1YHAX7kHTZhQbp8iqXSZR/XCnwnQg93b7pb6rG9P8oN+f/pYAuKfrulXbA==}
+ '@zag-js/file-utils@1.27.0':
+ resolution: {integrity: sha512-jJUR8Q2amS84PuMzEBlTmIrWZmSq2UwPXIF6phAvIA/E9/0S7M4nPu6aWM+b1B4/uxb0yW2Idjq21ybGhbK+sg==}
- '@zag-js/floating-panel@1.26.3':
- resolution: {integrity: sha512-Xue020m4gb9K/zboeW+r6bhSzqqwQpuGqfeFqgekP1XZTxGcEBDHO330gngi6hu7gO9DEMVr1sKinJKZ5kgQ2Q==}
+ '@zag-js/floating-panel@1.27.0':
+ resolution: {integrity: sha512-/w0eAeHK53zJ07U3z00RjHX9DJz3YZ5UcBnMleR61ymANVd2ICnyxGG/kr29cmnDdizaUE0PcD4p0dwQpJLLEg==}
- '@zag-js/focus-trap@1.26.3':
- resolution: {integrity: sha512-mzvt9pzZ80T7O3TDcpUc7kybuWcOEO6yWvDUbJybJsMCKMvLG3HpH14gcPGOL41YZ7RTOh5PixdML8/Xb7/5Iw==}
+ '@zag-js/focus-trap@1.27.0':
+ resolution: {integrity: sha512-UzOQ+MkHeRAHnLxMYHZifDDXXZAa7S7pRGt1rFTKw0J7OnrrybwyDYQaBNmQxjrOTShw90pSp7RBMUz9yuUjPA==}
- '@zag-js/focus-visible@1.26.3':
- resolution: {integrity: sha512-gjcOCZeVlqDsCes3z5bmVLmVJQXhs+aMFs3+1JCmOUOT9zfLQ4HLlGfoesG3Zf2h/VUiIV6oZIJDLu3t/iUSig==}
+ '@zag-js/focus-visible@1.27.0':
+ resolution: {integrity: sha512-zE53T401uXfdqy1FxfinkqBZ8spE1iXTZ5M+0j2+S62QPwh5UFwbrqO5PSSn2fTkj3KlK6eBYmv6rhvIcFGJCQ==}
- '@zag-js/highlight-word@1.26.3':
- resolution: {integrity: sha512-AylY/vZMPzN4FfZeeURlMmyvS4ytQDvAYFOGLPwJjK9zajIuP7CuIa6DtkAIvhf1hfb4oHtH4MwHA2TA2hfUAQ==}
+ '@zag-js/highlight-word@1.27.0':
+ resolution: {integrity: sha512-0akVl+GX6VIFOmTuKykkkvkswNJKP8nC9tvjlj1/MeMNKu3rR4UTweVdnPlMeiQtp/oh2ArEoN+lCIzz4iPHBg==}
- '@zag-js/hover-card@1.26.3':
- resolution: {integrity: sha512-M6hEQHZnwx4PeGIl3GsMdGFtKvp2f+dYiDttqkhi5DCcWN4S3173mExK7MNFTgqFCGLTqX86w4eIyWRGBWrZ0Q==}
+ '@zag-js/hover-card@1.27.0':
+ resolution: {integrity: sha512-wiBDePKVlVnPqJOGYzXTjza05qmzeDDl0TFz0RPkjc44UZPUWBc/ghgUEW4UP879sI0ip9f2EOFvZJR4jj7N/g==}
- '@zag-js/i18n-utils@1.26.3':
- resolution: {integrity: sha512-wFCVuUK3/GjOryQYPbsQMKlE7LX2sFgU0JccbzrvvKLe1fBCznESWrYjPd93hA+Dm6myQYQa9maxnJ2HiVB4vA==}
+ '@zag-js/i18n-utils@1.27.0':
+ resolution: {integrity: sha512-rWFUTGE+0LkPOOWTmii2M9nNWt+46b7gsEsStrBen+IhRGWKKS+RLr/aJiAC0K4+BZJP0OaEFEMzYZ8IXynSyA==}
- '@zag-js/interact-outside@1.26.3':
- resolution: {integrity: sha512-CBTagsGQ6QXaPISc8SS1wwjdpZNgMJt3ecYCIA0FP7QwUXNSnNVq7izxXwyoSzkO6xLkXS+kiqwd9guKTUBQ0Q==}
+ '@zag-js/interact-outside@1.27.0':
+ resolution: {integrity: sha512-FhOABcaDq0vQwHSEeI9S/9dcNeghLE5t/TwPzquGUmbDxloczVKMOzkZAZJViQkvtHbMjaCDJnURcyP1KDPUOw==}
- '@zag-js/json-tree-utils@1.26.3':
- resolution: {integrity: sha512-SubdKHCnAqZAFd4H0YOCBLFS2ZKP9+eq6+sBlj/2M8hmFPltjSDQWHko5u+/RMo3nKae/FpxLu2yo4CsswKpHA==}
+ '@zag-js/json-tree-utils@1.27.0':
+ resolution: {integrity: sha512-x8xUgXlF2xNjnUAAeOqSBCC4Lw5oiR/k++EZ3KG5uqgkPBOlpveb9lmTBVGMxGI4v1gG7wqdFF5CeWSR5sLaOw==}
- '@zag-js/listbox@1.26.3':
- resolution: {integrity: sha512-oeD5s8R37xTo+sXIEAb4uNzu+RxTfSdojchg7WGBQMQfbgiTyyzSpZeQ1WpvdiRNiI7RREKfCBwNDEE+EWwwHA==}
+ '@zag-js/listbox@1.27.0':
+ resolution: {integrity: sha512-awND6os+sICTSUxVzckl712TzMrl4bQEhfrMtpYGNgEj9cg33OQd6ljKGllZajqT+zUu+HAuByI9ygm0q9aEJg==}
- '@zag-js/live-region@1.26.3':
- resolution: {integrity: sha512-of7L/R3sdDmsRU3JhZ0azKWqveCBSsTU6yT9xDocY+m7g4MRyUtNfzaqpVDQeJI1S7BD6rGhL7podYYuRhJUvg==}
+ '@zag-js/live-region@1.27.0':
+ resolution: {integrity: sha512-zsu534ILXiaoxf0lviJiBoEPkPLY1uy0N/a2hjfdcz2oCIYDcY8WAh7aubRy7gQRrvkAg84PtxkGA0ymTne3jw==}
- '@zag-js/menu@1.26.3':
- resolution: {integrity: sha512-92GHkFKW6PdG8DUnXlZWJskW+rjWtHUgdPUVOI94EN/+Bz7IqJ0AtVTiR9Sc/tuvxP6RRcBelD1pj+8+wVucfg==}
+ '@zag-js/marquee@1.27.0':
+ resolution: {integrity: sha512-1RtFx8+k4/UfrhVo94dAtFg/GyOyd1QTjOQ4DWmx5hijOtACbi6/QjRWUlep8foyzP4zTwAYszD/ApvZ/OMUTA==}
- '@zag-js/number-input@1.26.3':
- resolution: {integrity: sha512-Ft/Ot4jJpkaTGS1wK7z9YzdKxqAAKOM8EiGFHcMufPpyGwLIxNmScXNVGTjDqdWIIW3rPPrxLtIlA4ovUe4ZsQ==}
+ '@zag-js/menu@1.27.0':
+ resolution: {integrity: sha512-R1pCj+zxXLmXHAgtkA/QkBSxBU4/2FG+5PNrUhEkBxdoPQdB4oeYdcqxZRyFKWnganQVPy/bcJi3fF1NXjj+HA==}
- '@zag-js/pagination@1.26.3':
- resolution: {integrity: sha512-dTuDXWx833UUzVfn0HLoTtj0SIfKr5sJl/CEyLaLLS4+GAhDYsPkkPereLSjAL3ffUoKzqkqACh17wI/IibmgQ==}
+ '@zag-js/number-input@1.27.0':
+ resolution: {integrity: sha512-0FMKxjJLjecX4bB2anDXxPvLuHn3SDyDaZgIqFwSJzr63vSL6X5KRV0G2Y8Rfnu6/HKWNwXmA2jxN/OOPwAYww==}
- '@zag-js/password-input@1.26.3':
- resolution: {integrity: sha512-rdItTM+TnhW6Wpzt0fPhqLug0BfHUZYSK3+77gny9ZhrBH9XrPXBbHb3ORzmGZfBFuVG+bmF1shI+wg6YS/6rA==}
+ '@zag-js/pagination@1.27.0':
+ resolution: {integrity: sha512-rYIf5aY14vNPcK05gL/fsuImgQxZ8YDmfSGZAdosrbgXGzV7oW6HMMq1CtEsruOhJgfd7vp8C1a2KJnmQjjb7Q==}
- '@zag-js/pin-input@1.26.3':
- resolution: {integrity: sha512-4e5h3T9UirAd8+StrHJ180PComxXofg2Pc5NxYs1D73dIKRhbB03Gbbt8ONJg0Pys3HCCcMe5IMzhmmwIdTBCw==}
+ '@zag-js/password-input@1.27.0':
+ resolution: {integrity: sha512-MJxiysWKYZU9tD6HwnLuMdriSH0SsS1AtfOD215Gl/rtWTNm2CDujX6BJAX2Gisxki3PqVYLI4VjWo80tucpqw==}
- '@zag-js/popover@1.26.3':
- resolution: {integrity: sha512-9eohN1s5ha0mwF6AIht9SE6D0Nl40IL4BY8gL4QWiaLZPPuILqzFby7yug+USdQuMNV2sk7ow6khaU2f7DTQEQ==}
+ '@zag-js/pin-input@1.27.0':
+ resolution: {integrity: sha512-PrOUz/covtfRiwW0l6jDO4ZzFvQkGlxuo+0JgUVbwykUXwT3NWjs+ANdvxETXi6LBQ1r1j2awq6t6lQhAeHkRQ==}
- '@zag-js/popper@1.26.3':
- resolution: {integrity: sha512-rCBhh+yfMUmBKJkzFvOdeeS3z/uHgbts1lXQ9SZqHBXQ8zQNjSREdQt9E1Ge2lR+ZPtwLpS8adrUtLzLRFc7Uw==}
+ '@zag-js/popover@1.27.0':
+ resolution: {integrity: sha512-uRFuZcJfSitv02OPpmEsDmIKJQF9JprXgrsgnNvbDRMw2njfMIXvoDqQS+duqYrnz78QKJL7TSgDy6xXbaEOig==}
- '@zag-js/presence@1.26.3':
- resolution: {integrity: sha512-K3jKOcqimLOGRGcywY128NRzUHeUKXVKYALA5yi/gn6EfJRbX/lV/CQGG9dRiVpI+KnpuCIgJ5zr0ojU0d27yw==}
+ '@zag-js/popper@1.27.0':
+ resolution: {integrity: sha512-1eEEdhmIjZ7d9ymCB4QH8iCnPw3SHPNMaIccux3hz1cFZxwkgQprkiMl59BRwXMzM1wBHHQ5B8muznaUVvOMFQ==}
- '@zag-js/progress@1.26.3':
- resolution: {integrity: sha512-NwCjePJLEhtNypBFvHg74dtzx6TsK4+1lr/2jwDWO7/vTCLzMRa6TzHD/Tt6KJl5SlLKRSPeCRRc3pnOmKC4LA==}
+ '@zag-js/presence@1.27.0':
+ resolution: {integrity: sha512-u4YCQteURyDHbf6gy6ko9EScqU1qDUdl7xkuMe2Jl+bKRvpOPShA3/yVwLXaEcwQCIURJSg39huWRuuWYYWYjQ==}
- '@zag-js/qr-code@1.26.3':
- resolution: {integrity: sha512-Tq3TWpECOlUmYiC+8svYaUaocBYH4/psAAl2tq4f2qQdCYsB3c20DAG/x6GaDZPf6EFPC/jSgIjCDeBZGw2g4A==}
+ '@zag-js/progress@1.27.0':
+ resolution: {integrity: sha512-63cZO153qOrt8c/JWbiQ/x1zk3CJb7fhA7ZCNuGsloPgTEUHBtp0X6V01jSR/Y9SEK7ftUHhWUidTdnP56+5AQ==}
- '@zag-js/radio-group@1.26.3':
- resolution: {integrity: sha512-3JLamlpsaa5qW2BzQ6qjoSS70DV2E5YBJWdFAYIHKttQMBzxhRux0U3GR7SCVXp6C7xinR+/xxYEt4uexMK2MQ==}
+ '@zag-js/qr-code@1.27.0':
+ resolution: {integrity: sha512-jaSklNbr+GXwecAn/Ack2tu7YhIsaCtML7YHEEHa23cutVn3JVWH3xaZGkTXlNpfxRbuPUFcX5YRax8hwUkiGg==}
- '@zag-js/rating-group@1.26.3':
- resolution: {integrity: sha512-4Ki6GtCY5+su2V6080NlYtOwt+DTjvWcJ0SVPqc/TDe6FgefkHhqAlTClKWVR8hocxk5Mq0z3mgZZ/Y2Yzss9Q==}
+ '@zag-js/radio-group@1.27.0':
+ resolution: {integrity: sha512-VF1d/UlrpdnNN2iL4IzZLu2KBiMopw8qCFvfjSZVthIhEKpPrnc/VgHgZPhYmPveF3+pI22hZ8KUzoacDfd/rA==}
- '@zag-js/react@1.26.3':
- resolution: {integrity: sha512-Z+O89rAmpMmNTMmdLAambnnwTwsRYMAiUZe7RF5TjlLuWMtV6Nc5TpBii3fqxZ/5S9vaUMtDMb9gsHPEfOR7Kw==}
+ '@zag-js/rating-group@1.27.0':
+ resolution: {integrity: sha512-7Mgfgr1UNh9ZF0A7UY5PpT18niMMV6RzrcUFIbBXAIKslfVvjTrT7FPnuT3JJN6BknL6BEYXTvpgf7IEtMyxTg==}
+
+ '@zag-js/react@1.27.0':
+ resolution: {integrity: sha512-NyO+wd0CN5DmdvbDqOUHMsSnfl3SMFHszB+FqUlIPK5/fkpw/d/z2VCs4qHZ5t12w4goKcb2UKXdzbrqhA4jOQ==}
peerDependencies:
react: '>=18.0.0'
react-dom: '>=18.0.0'
- '@zag-js/rect-utils@1.26.3':
- resolution: {integrity: sha512-+ayBRgNO0xo+sJmnGfZDTKxHyWj6acAUjELwlcHbT0LIxMULTPxbA+Sf1d8Zz3x4fah9v2UN6/AaIrYnldFxTQ==}
+ '@zag-js/rect-utils@1.27.0':
+ resolution: {integrity: sha512-a6WKKURCVxv+c+vSC8K3/c7sHdbGtPNNU26/WRUGDdy9yz6C4cqPMy+43m/0vWF7/+hWLoLLClNQlE76M/PS0Q==}
- '@zag-js/remove-scroll@1.26.3':
- resolution: {integrity: sha512-vofKmcJqN9AQqH6BXOii6cIQ5wj6w4cMj0psGeMUE5Rh1Xifg6chvp6ZMX0EqlTz5pYuE9e3VLPpuWUEuY+8Hg==}
+ '@zag-js/remove-scroll@1.27.0':
+ resolution: {integrity: sha512-4MtYINKEhY0bz84Ot75+FKtRFXCmz8qyhN9zMfcU12lwvdYY07yDAlzaG10kFCGGmf1RDPOwxmtd+Dl1JcRWXQ==}
- '@zag-js/scroll-area@1.26.3':
- resolution: {integrity: sha512-C35ad+q5tZkZQwgoiUwyB/HoGLiin+DBPKvKcXQjztGMTB8fv/7n0vzKdpbo5BEFV626ys8vKGV/WY9Zkjdj6w==}
+ '@zag-js/scroll-area@1.27.0':
+ resolution: {integrity: sha512-QF5y2Myturf4mnZKWuN6x8A3u79QaYN7EYfzhOEoAvtOg2ak5dBYgLR0vuxSPsJIh5vYIt160pPohls886lNgQ==}
- '@zag-js/scroll-snap@1.26.3':
- resolution: {integrity: sha512-Pzy2p2xAYILg18Z2h8xtVZqxgcITf7igXIJEngR8Tmvg+97NBYHPgl9sp86mNdoVKkQ5FB4ohirYvHrHONIurw==}
+ '@zag-js/scroll-snap@1.27.0':
+ resolution: {integrity: sha512-GYhzIkjwl8Oi0LAatKG/0yuPKeY8NzsX1Dvipw1ES8vD3k+bjESf2RY+lc8mQRC3NbOE+UHVA6EfULnxDriBBw==}
- '@zag-js/select@1.26.3':
- resolution: {integrity: sha512-4T7Y6fd8FZiTuPQWjuBNG6MWDZbVPO74BlEpBJdbDK9LEJnR2yPnDmNS855BAk0ERzw4UWBwX/HbbDDaYwiRiQ==}
+ '@zag-js/select@1.27.0':
+ resolution: {integrity: sha512-5IOGaS04vHnMA/3CCTdScoszZGtCsWAUta6qLcC1FGQehwvcoJPPhT2jY6RLE80YdsvUOEdL3hkYPlhH9VsJ5g==}
- '@zag-js/signature-pad@1.26.3':
- resolution: {integrity: sha512-2oO06kTt96POPkQ1VvXcfSKihHJAdGSKhIQHpi5pqPl5OWCyD7DlqVeeP+IHsoTSOIyR2w1EzEG9PCQFc9F50Q==}
+ '@zag-js/signature-pad@1.27.0':
+ resolution: {integrity: sha512-rJ1OPkE2D+WmSpwHitwXw73nNXtrxsc0pEyO07DuY1Ua0M7L5OV18JqDc4mWvEI13itSmXF5rkFtCUxI+fIzbg==}
- '@zag-js/slider@1.26.3':
- resolution: {integrity: sha512-EIZcljXslieIz6uWe4YOUjrZbLiW5w6LFhlSfszDs4OGnyKxOImiFWEhuArPCGW7CyuyISFy1GWFW+vi5+6Y1w==}
+ '@zag-js/slider@1.27.0':
+ resolution: {integrity: sha512-XRccFvA5Grflp0HRLCo+Ru2zUGr9Sk7/RNI2O+RSLKbdifFVQnLFK9WTyHHw1ns0qxMZbU1/lNGk4NFg5hh3UQ==}
- '@zag-js/splitter@1.26.3':
- resolution: {integrity: sha512-dN4ZbOXv83bBVsDyZxBFmPB/o/0OMcOTVIdZbt7aOe1y2z/As/8omzg6zzhqrIV+ASVJwFl6R+QHMngS2NZFhQ==}
+ '@zag-js/splitter@1.27.0':
+ resolution: {integrity: sha512-uZmKai+3vW9nwsoST//6HtGWdLVuQWgNYQTHy0v69borNR30ng5RrQvy4t6P6orXwWmTEfF8t2paJkvWHYy5/Q==}
- '@zag-js/steps@1.26.3':
- resolution: {integrity: sha512-eM4ytff6eo93J6AlG8OJcKZ7t5XF8SLLHDJFKIGG59GDYtK8oPSdIVkjy6Ud4XvKXhKufZJUqT7qDT8UDOHxww==}
+ '@zag-js/steps@1.27.0':
+ resolution: {integrity: sha512-vaiZBPtgQpPNwDPEXRH7KL/UMc/uvPCal5pbVUZYJlA/QbXSIkfWWaaXY1dQHMN92IbNRYWpfvBPEbMHOvwXwQ==}
- '@zag-js/store@1.26.3':
- resolution: {integrity: sha512-mDBylMkKKobJTUCJmuLDRzZsDRBkwQFcjlyCFQa9fLAjVhfCkF2Y3lAp3MuyqeJa+c7X3BbkXDD/kL2UoiTFMg==}
+ '@zag-js/store@1.27.0':
+ resolution: {integrity: sha512-LDK02t58I5YerVpW0t4Q3Jvu/NLv6fufeVo2WuGvYw5T6VJ/aGaPoRV8ENRyoSXuW4DSkVVDrm1jQNXuahK8Jg==}
- '@zag-js/switch@1.26.3':
- resolution: {integrity: sha512-Fc56yuh0cIf0/8AdRtBS9YVoxIIESQiYf61QMQS/pfO8hBeSFQQmbjeAf8MyOd2QadWwoNKABCiUArP2nBl1Rg==}
+ '@zag-js/switch@1.27.0':
+ resolution: {integrity: sha512-OYLG/Aer2l8yJDV/7xXCjpGDn+ODnIODXDHJ8QxWoXYqiJggZeX+lLsEODN9Wfj/Ssb9F0h/zdaMXRgp6IWGEg==}
- '@zag-js/tabs@1.26.3':
- resolution: {integrity: sha512-3Iqb+TAw49WldJaMczyzhOQl6F/x9QBgMSp7NhE6AIMaityr0ZE3jCU0qYS+F2DPAu7ng87SOCVA0dOaO/J4eg==}
+ '@zag-js/tabs@1.27.0':
+ resolution: {integrity: sha512-+PwOMJGjGdcOIpXFyA/zJQaE0d7mboqgAE7GZXkAYZG80pBpQhoEio0RpMg66UvMFEqbjbi6Xb3E4U6Lvt+DtA==}
- '@zag-js/tags-input@1.26.3':
- resolution: {integrity: sha512-BSzQtfx72zhs4mfBsWReY30HhnKg1KSTzCVThm8oHmkcDGvpDuUbylM2KMsQdgYWTGYHI4FiIzUsUd+RVDOAgw==}
+ '@zag-js/tags-input@1.27.0':
+ resolution: {integrity: sha512-xa9/M+5bPr5L4KQjl5X2w7I5NTSspbVcWpFjLw6w2bczo23PeayfOrNDhcFkOenn10OREA7vluVLlLkKJeq48Q==}
- '@zag-js/timer@1.26.3':
- resolution: {integrity: sha512-VwRvtY8OJSsSii3Is+8iqf48eY2tc5bKEgCOCQ3JKWhlDtj+Z9toXEQzR2aEiCk64M9AnzKFhFjDS+l7GmWIGg==}
+ '@zag-js/timer@1.27.0':
+ resolution: {integrity: sha512-7jwRMUsSn+FqXAebFLvgcMLU5G9D6j/zD0GfWhW0SEjUATfnMXf/pfqy/qPkEjxw/A+BntzHJ/wvsmemjbchsw==}
- '@zag-js/toast@1.26.3':
- resolution: {integrity: sha512-JOLvSHXC4hKlzNb2dDU7tvXIY6U4M+z8ewnHSAOO8Sl8OKTE3pbRU3Q9A0B2qW/3qteQA/P7411e5WrWdxn+9Q==}
+ '@zag-js/toast@1.27.0':
+ resolution: {integrity: sha512-Ng6DTh1dNdsTl6xqNJi6QxXxmf2wfA73YQVdLv8AOPG9ppLH/JORrM7XPJl4FQajox7r9mOnAKnHdcPywKZT2A==}
- '@zag-js/toggle-group@1.26.3':
- resolution: {integrity: sha512-CL6oOih/7R8r2NAq7U9HuR5MYlDmAPmS2q9VZINb415bKYuFEJyGMClFB3B+NFaLy6KG/voYahOBJ1NRsgMnxQ==}
+ '@zag-js/toggle-group@1.27.0':
+ resolution: {integrity: sha512-6yw50UiQryDH6M14dr6x6WQpUjocmaQcGASc0JRh69MbjD9fs0EzpjZBEWhTSjB0GrC6+AIrO/5ToAOTMO8RAw==}
- '@zag-js/toggle@1.26.3':
- resolution: {integrity: sha512-nxsVxkQCTzeOCJcOwqrsIccSf+jjAKmVrmFD0l5IjvZWrypukKPmUFd9BgM7QYTtd3STaQPMMjkYzfFQ/SljzA==}
+ '@zag-js/toggle@1.27.0':
+ resolution: {integrity: sha512-NzRp02KUlTPI+R7TnNCWxj483jGAIdBRd3GDHTh/kzGzxpPtGP6S8DkpMs9/0bqgm31kkvYPLb2EjMZD2nP1pg==}
- '@zag-js/tooltip@1.26.3':
- resolution: {integrity: sha512-givMhlRGWt9PD9JMrA+GBceD2ViQT8MUgb5r/ovDdaahW8xlMkosWIBnjJBafilrg3tw2Oemw1gPwctcPjAlMQ==}
+ '@zag-js/tooltip@1.27.0':
+ resolution: {integrity: sha512-6rLC39vAnC196xzw00GNeWephveKrj4goCXw+MEIkJTiKSYM78BcZkAndi929isiyda7XJ2Fb5vJ2oUg1vJgEQ==}
- '@zag-js/tour@1.26.3':
- resolution: {integrity: sha512-2WqYTpCTo46LWsF/arI+kuCexDDbgyKwE0hYjsK5NKf1BFAsAWpwmZ1Ne1RGDYl52sXMGfGu7tCQhDzGTzWU9w==}
+ '@zag-js/tour@1.27.0':
+ resolution: {integrity: sha512-tKsDcYLJJP5LY66hAlGP2lwelW1AjUxg3k4LxxEOdmWP//VlVxw6a7auaSPMeJ5kM3g4bn58CYsTTqlSqNZRmQ==}
- '@zag-js/tree-view@1.26.3':
- resolution: {integrity: sha512-3P376SKf/poaUUjeobm/qenxaO8ApB/P/rpplkUE3fZVhnwKJbzKoUeNZiTpVX36FaJBb3AwBavmyQxMuYoxiQ==}
+ '@zag-js/tree-view@1.27.0':
+ resolution: {integrity: sha512-Y3syrU7ht9gQXM7JNwXeBYos1/dpzyS1Of4uWsmV9mlz08VN0d+zTDwPUH4e2xczaEIFW5LMhttf/AGSGT+3Yw==}
- '@zag-js/types@1.26.3':
- resolution: {integrity: sha512-fJf2CgNLQuaFCRZzwGP69vWdFPc1bd1sPngzrYxIfT9SpIRFcBUrBa3p8hXlXg3EScx4O8qC0PrMe9NasUXV1Q==}
+ '@zag-js/types@1.27.0':
+ resolution: {integrity: sha512-gd9G4C4Nszgs8VYE33aDM76olSExGqJi1J0gkH2Z6X9/isG/7AC3sF2R4ucJtfvnliCEX0I0soGFQiLd53S9HA==}
- '@zag-js/utils@1.26.3':
- resolution: {integrity: sha512-C5PlGTVfuMYc/GydvyIyxjSoHib9ZNcinLoucZaRjXF4l6ClDPIlujXc11//XZ0EajpxOKNhfjP9m9stj5Vk0A==}
+ '@zag-js/utils@1.27.0':
+ resolution: {integrity: sha512-kKaqcQDogeUa3Q9+z1YICBAbBVTPC1RdFdDJ8HJ+RxpbwhsfRmgcYFdtiQu4+nruG82BgoIUtdt9KzQAbM4rHQ==}
abbrev@1.1.1:
resolution: {integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==}
@@ -6759,6 +6914,11 @@ packages:
engines: {node: '>=18'}
hasBin: true
+ esbuild@0.27.0:
+ resolution: {integrity: sha512-jd0f4NHbD6cALCyGElNpGAOtWxSq46l9X/sWB0Nzd5er4Kz2YTm+Vl0qKFT9KUJvD8+fiO8AvoHhFvEatfVixA==}
+ engines: {node: '>=18'}
+ hasBin: true
+
escalade@3.2.0:
resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==}
engines: {node: '>=6'}
@@ -6785,8 +6945,8 @@ packages:
peerDependencies:
eslint: '>=7.0.0'
- eslint-plugin-jest@29.0.1:
- resolution: {integrity: sha512-EE44T0OSMCeXhDrrdsbKAhprobKkPtJTbQz5yEktysNpHeDZTAL1SfDTNKmcFfJkY6yrQLtTKZALrD3j/Gpmiw==}
+ eslint-plugin-jest@29.1.0:
+ resolution: {integrity: sha512-LabxXbASXVjguqL+kBHTPMf3gUeSqwH4fsrEyHTY/MCs42I/p9+ctg09SJpYiD8eGaIsP6GwYr5xW6xWS9XgZg==}
engines: {node: ^20.12.0 || ^22.0.0 || >=24.0.0}
peerDependencies:
'@typescript-eslint/eslint-plugin': ^8.0.0
@@ -6830,8 +6990,8 @@ packages:
resolution: {integrity: sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- eslint@9.38.0:
- resolution: {integrity: sha512-t5aPOpmtJcZcz5UJyY2GbvpDlsK5E8JqRqoKtfiKE3cNh437KIqfJr3A3AKf5k64NPx6d0G3dno6XDY05PqPtw==}
+ eslint@9.39.1:
+ resolution: {integrity: sha512-BhHmn2yNOFA9H9JmmIVKJmd288g9hrVRDkdoIgRCRuSySRUHH7r/DI6aAXW9T1WwUuY3DFgrcaqB+deURBLR5g==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
hasBin: true
peerDependencies:
@@ -7207,8 +7367,8 @@ packages:
resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==}
engines: {node: '>=18'}
- globals@16.4.0:
- resolution: {integrity: sha512-ob/2LcVVaVGCYN+r14cnwnoDPUufjiYgSqRhiFD0Q1iI4Odora5RE8Iv1D24hAz5oMophRGkGz+yuvQmmUMnMw==}
+ globals@16.5.0:
+ resolution: {integrity: sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==}
engines: {node: '>=18'}
globalthis@1.0.4:
@@ -7233,8 +7393,8 @@ packages:
graphemer@1.4.0:
resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==}
- graphql@16.11.0:
- resolution: {integrity: sha512-mS1lbMsxgQj6hge1XZ6p7GPhbrtFwUFYi3wRzXAC/FmYnyXMTvvI3td3rjmQ2u8ewXueaSvRPWaEcgVVOT9Jnw==}
+ graphql@16.12.0:
+ resolution: {integrity: sha512-DKKrynuQRne0PNpEbzuEdHlYOMksHSUI8Zc9Unei5gTsMNA2/vMpoMz/yKba50pejK56qj98qM0SjYxAKi13gQ==}
engines: {node: ^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0}
handle-thing@2.0.1:
@@ -9176,8 +9336,8 @@ packages:
deprecated: Rimraf versions prior to v4 are no longer supported
hasBin: true
- rimraf@6.0.1:
- resolution: {integrity: sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==}
+ rimraf@6.1.0:
+ resolution: {integrity: sha512-DxdlA1bdNzkZK7JiNWH+BAx1x4tEJWoTofIopFo6qWUU94jYrFZ0ubY05TqH3nWPJ1nKa1JWVFDINZ3fnrle/A==}
engines: {node: 20 || >=22}
hasBin: true
@@ -9420,8 +9580,8 @@ packages:
socketcluster-client@19.2.7:
resolution: {integrity: sha512-c6caNOr/49FUjlVnQfXb0TasMnrqY1uN/uevT99xicF+7NkvGSNwjP6rlMP0v1ZZjz+MosT2/qJNDDc2b3v/Jw==}
- socketcluster-server@19.2.1:
- resolution: {integrity: sha512-5z06A/T1LHSHPBc8m+WIstG81kJVx90BgTTojy+vsVKFVfc/pnBqBbw5irLCSZQgsDfdi8qxAaskPxB30edTpg==}
+ socketcluster-server@19.2.2:
+ resolution: {integrity: sha512-GHZn7+n2+rOUNoWWpr7kIzDWBc61HUQR0f9o6sAAnYEHXww6j7RhJ1Clonhp90D6gvRoLqK4jhgX+Y6bcBsWPA==}
sockjs@0.3.24:
resolution: {integrity: sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==}
@@ -9499,8 +9659,8 @@ packages:
resolution: {integrity: sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==}
engines: {node: '>= 0.4'}
- storybook@10.0.2:
- resolution: {integrity: sha512-Kjhw0J+N3CzHO6NIc0trzTtG5ov0wkMsnKjyVqBL9Zq+WORCrhAESFTnk4Wt2JEIu+FVgb7pae8csWUoHk2reA==}
+ storybook@10.0.7:
+ resolution: {integrity: sha512-7smAu0o+kdm378Q2uIddk32pn0UdIbrtTVU+rXRVtTVTCrK/P2cCui2y4JH+Bl3NgEq1bbBQpCAF/HKrDjk2Qw==}
hasBin: true
peerDependencies:
prettier: ^2 || ^3
@@ -9885,8 +10045,8 @@ packages:
types-ramda@0.31.0:
resolution: {integrity: sha512-vaoC35CRC3xvL8Z6HkshDbi6KWM1ezK0LHN0YyxXWUn9HKzBNg/T3xSGlJZjCYspnOD3jE7bcizsp0bUXZDxnQ==}
- typescript-eslint@8.46.2:
- resolution: {integrity: sha512-vbw8bOmiuYNdzzV3lsiWv6sRwjyuKJMQqWulBOU7M0RrxedXledX8G8kBbQeiOYDnTfiXz0Y4081E1QMNB6iQg==}
+ typescript-eslint@8.46.4:
+ resolution: {integrity: sha512-KALyxkpYV5Ix7UhvjTwJXZv76VWsHG+NjNlt/z+a17SOQSiOcBdUXdbJdyXi7RPxrBFECtFOiPwUJQusJuCqrg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
@@ -10050,8 +10210,8 @@ packages:
vinyl-buffer@1.0.1:
resolution: {integrity: sha512-LRBE2/g3C1hSHL2k/FynSZcVTRhEw8sb08oKGt/0hukZXwrh2m8nfy+r5yLhGEk7eFFuclhyIuPct/Bxlxk6rg==}
- vite@7.1.12:
- resolution: {integrity: sha512-ZWyE8YXEXqJrrSLvYgrRP7p62OziLW7xI5HYGWFzOvupfAlrLvURSzv/FyGyy0eidogEM3ujU+kUG1zuHgb6Ug==}
+ vite@7.2.2:
+ resolution: {integrity: sha512-BxAKBWmIbrDgrokdGZH1IgkIk/5mMHDreLDmCJ0qpyJaAteP8NvMhkwr/ZCQNqNH97bw/dANTE9PDzqwJghfMQ==}
engines: {node: ^20.19.0 || >=22.12.0}
hasBin: true
peerDependencies:
@@ -10339,9 +10499,9 @@ snapshots:
'@adobe/css-tools@4.4.4': {}
- '@apollo/cache-control-types@1.0.3(graphql@16.11.0)':
+ '@apollo/cache-control-types@1.0.3(graphql@16.12.0)':
dependencies:
- graphql: 16.11.0
+ graphql: 16.12.0
'@apollo/protobufjs@1.2.7':
dependencies:
@@ -10358,34 +10518,34 @@ snapshots:
'@types/long': 4.0.2
long: 4.0.0
- '@apollo/server-gateway-interface@1.1.1(graphql@16.11.0)':
+ '@apollo/server-gateway-interface@1.1.1(graphql@16.12.0)':
dependencies:
'@apollo/usage-reporting-protobuf': 4.1.1
'@apollo/utils.fetcher': 2.0.1
'@apollo/utils.keyvaluecache': 2.1.1
'@apollo/utils.logger': 2.0.1
- graphql: 16.11.0
+ graphql: 16.12.0
- '@apollo/server@4.12.2(encoding@0.1.13)(graphql@16.11.0)':
+ '@apollo/server@4.12.2(encoding@0.1.13)(graphql@16.12.0)':
dependencies:
- '@apollo/cache-control-types': 1.0.3(graphql@16.11.0)
- '@apollo/server-gateway-interface': 1.1.1(graphql@16.11.0)
+ '@apollo/cache-control-types': 1.0.3(graphql@16.12.0)
+ '@apollo/server-gateway-interface': 1.1.1(graphql@16.12.0)
'@apollo/usage-reporting-protobuf': 4.1.1
'@apollo/utils.createhash': 2.0.2
'@apollo/utils.fetcher': 2.0.1
'@apollo/utils.isnodelike': 2.0.1
'@apollo/utils.keyvaluecache': 2.1.1
'@apollo/utils.logger': 2.0.1
- '@apollo/utils.usagereporting': 2.1.0(graphql@16.11.0)
+ '@apollo/utils.usagereporting': 2.1.0(graphql@16.12.0)
'@apollo/utils.withrequired': 2.0.1
- '@graphql-tools/schema': 9.0.19(graphql@16.11.0)
+ '@graphql-tools/schema': 9.0.19(graphql@16.12.0)
'@types/express': 4.17.25
'@types/express-serve-static-core': 4.19.7
'@types/node-fetch': 2.6.13
async-retry: 1.3.3
cors: 2.8.5
express: 4.21.2
- graphql: 16.11.0
+ graphql: 16.12.0
loglevel: 1.9.2
lru-cache: 7.18.3
negotiator: 0.6.4
@@ -10406,9 +10566,9 @@ snapshots:
'@apollo/utils.isnodelike': 2.0.1
sha.js: 2.4.12
- '@apollo/utils.dropunuseddefinitions@2.0.1(graphql@16.11.0)':
+ '@apollo/utils.dropunuseddefinitions@2.0.1(graphql@16.12.0)':
dependencies:
- graphql: 16.11.0
+ graphql: 16.12.0
'@apollo/utils.fetcher@2.0.1': {}
@@ -10421,104 +10581,105 @@ snapshots:
'@apollo/utils.logger@2.0.1': {}
- '@apollo/utils.printwithreducedwhitespace@2.0.1(graphql@16.11.0)':
+ '@apollo/utils.printwithreducedwhitespace@2.0.1(graphql@16.12.0)':
dependencies:
- graphql: 16.11.0
+ graphql: 16.12.0
- '@apollo/utils.removealiases@2.0.1(graphql@16.11.0)':
+ '@apollo/utils.removealiases@2.0.1(graphql@16.12.0)':
dependencies:
- graphql: 16.11.0
+ graphql: 16.12.0
- '@apollo/utils.sortast@2.0.1(graphql@16.11.0)':
+ '@apollo/utils.sortast@2.0.1(graphql@16.12.0)':
dependencies:
- graphql: 16.11.0
+ graphql: 16.12.0
lodash.sortby: 4.7.0
- '@apollo/utils.stripsensitiveliterals@2.0.1(graphql@16.11.0)':
+ '@apollo/utils.stripsensitiveliterals@2.0.1(graphql@16.12.0)':
dependencies:
- graphql: 16.11.0
+ graphql: 16.12.0
- '@apollo/utils.usagereporting@2.1.0(graphql@16.11.0)':
+ '@apollo/utils.usagereporting@2.1.0(graphql@16.12.0)':
dependencies:
'@apollo/usage-reporting-protobuf': 4.1.1
- '@apollo/utils.dropunuseddefinitions': 2.0.1(graphql@16.11.0)
- '@apollo/utils.printwithreducedwhitespace': 2.0.1(graphql@16.11.0)
- '@apollo/utils.removealiases': 2.0.1(graphql@16.11.0)
- '@apollo/utils.sortast': 2.0.1(graphql@16.11.0)
- '@apollo/utils.stripsensitiveliterals': 2.0.1(graphql@16.11.0)
- graphql: 16.11.0
+ '@apollo/utils.dropunuseddefinitions': 2.0.1(graphql@16.12.0)
+ '@apollo/utils.printwithreducedwhitespace': 2.0.1(graphql@16.12.0)
+ '@apollo/utils.removealiases': 2.0.1(graphql@16.12.0)
+ '@apollo/utils.sortast': 2.0.1(graphql@16.12.0)
+ '@apollo/utils.stripsensitiveliterals': 2.0.1(graphql@16.12.0)
+ graphql: 16.12.0
'@apollo/utils.withrequired@2.0.1': {}
- '@ark-ui/react@5.26.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
+ '@ark-ui/react@5.27.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
dependencies:
'@internationalized/date': 3.10.0
- '@zag-js/accordion': 1.26.3
- '@zag-js/anatomy': 1.26.3
- '@zag-js/angle-slider': 1.26.3
- '@zag-js/async-list': 1.26.3
- '@zag-js/auto-resize': 1.26.3
- '@zag-js/avatar': 1.26.3
- '@zag-js/bottom-sheet': 1.26.3
- '@zag-js/carousel': 1.26.3
- '@zag-js/checkbox': 1.26.3
- '@zag-js/clipboard': 1.26.3
- '@zag-js/collapsible': 1.26.3
- '@zag-js/collection': 1.26.3
- '@zag-js/color-picker': 1.26.3
- '@zag-js/color-utils': 1.26.3
- '@zag-js/combobox': 1.26.3
- '@zag-js/core': 1.26.3
- '@zag-js/date-picker': 1.26.3(@internationalized/date@3.10.0)
- '@zag-js/date-utils': 1.26.3(@internationalized/date@3.10.0)
- '@zag-js/dialog': 1.26.3
- '@zag-js/dom-query': 1.26.3
- '@zag-js/editable': 1.26.3
- '@zag-js/file-upload': 1.26.3
- '@zag-js/file-utils': 1.26.3
- '@zag-js/floating-panel': 1.26.3
- '@zag-js/focus-trap': 1.26.3
- '@zag-js/highlight-word': 1.26.3
- '@zag-js/hover-card': 1.26.3
- '@zag-js/i18n-utils': 1.26.3
- '@zag-js/json-tree-utils': 1.26.3
- '@zag-js/listbox': 1.26.3
- '@zag-js/menu': 1.26.3
- '@zag-js/number-input': 1.26.3
- '@zag-js/pagination': 1.26.3
- '@zag-js/password-input': 1.26.3
- '@zag-js/pin-input': 1.26.3
- '@zag-js/popover': 1.26.3
- '@zag-js/presence': 1.26.3
- '@zag-js/progress': 1.26.3
- '@zag-js/qr-code': 1.26.3
- '@zag-js/radio-group': 1.26.3
- '@zag-js/rating-group': 1.26.3
- '@zag-js/react': 1.26.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
- '@zag-js/scroll-area': 1.26.3
- '@zag-js/select': 1.26.3
- '@zag-js/signature-pad': 1.26.3
- '@zag-js/slider': 1.26.3
- '@zag-js/splitter': 1.26.3
- '@zag-js/steps': 1.26.3
- '@zag-js/switch': 1.26.3
- '@zag-js/tabs': 1.26.3
- '@zag-js/tags-input': 1.26.3
- '@zag-js/timer': 1.26.3
- '@zag-js/toast': 1.26.3
- '@zag-js/toggle': 1.26.3
- '@zag-js/toggle-group': 1.26.3
- '@zag-js/tooltip': 1.26.3
- '@zag-js/tour': 1.26.3
- '@zag-js/tree-view': 1.26.3
- '@zag-js/types': 1.26.3
- '@zag-js/utils': 1.26.3
+ '@zag-js/accordion': 1.27.0
+ '@zag-js/anatomy': 1.27.0
+ '@zag-js/angle-slider': 1.27.0
+ '@zag-js/async-list': 1.27.0
+ '@zag-js/auto-resize': 1.27.0
+ '@zag-js/avatar': 1.27.0
+ '@zag-js/bottom-sheet': 1.27.0
+ '@zag-js/carousel': 1.27.0
+ '@zag-js/checkbox': 1.27.0
+ '@zag-js/clipboard': 1.27.0
+ '@zag-js/collapsible': 1.27.0
+ '@zag-js/collection': 1.27.0
+ '@zag-js/color-picker': 1.27.0
+ '@zag-js/color-utils': 1.27.0
+ '@zag-js/combobox': 1.27.0
+ '@zag-js/core': 1.27.0
+ '@zag-js/date-picker': 1.27.0(@internationalized/date@3.10.0)
+ '@zag-js/date-utils': 1.27.0(@internationalized/date@3.10.0)
+ '@zag-js/dialog': 1.27.0
+ '@zag-js/dom-query': 1.27.0
+ '@zag-js/editable': 1.27.0
+ '@zag-js/file-upload': 1.27.0
+ '@zag-js/file-utils': 1.27.0
+ '@zag-js/floating-panel': 1.27.0
+ '@zag-js/focus-trap': 1.27.0
+ '@zag-js/highlight-word': 1.27.0
+ '@zag-js/hover-card': 1.27.0
+ '@zag-js/i18n-utils': 1.27.0
+ '@zag-js/json-tree-utils': 1.27.0
+ '@zag-js/listbox': 1.27.0
+ '@zag-js/marquee': 1.27.0
+ '@zag-js/menu': 1.27.0
+ '@zag-js/number-input': 1.27.0
+ '@zag-js/pagination': 1.27.0
+ '@zag-js/password-input': 1.27.0
+ '@zag-js/pin-input': 1.27.0
+ '@zag-js/popover': 1.27.0
+ '@zag-js/presence': 1.27.0
+ '@zag-js/progress': 1.27.0
+ '@zag-js/qr-code': 1.27.0
+ '@zag-js/radio-group': 1.27.0
+ '@zag-js/rating-group': 1.27.0
+ '@zag-js/react': 1.27.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
+ '@zag-js/scroll-area': 1.27.0
+ '@zag-js/select': 1.27.0
+ '@zag-js/signature-pad': 1.27.0
+ '@zag-js/slider': 1.27.0
+ '@zag-js/splitter': 1.27.0
+ '@zag-js/steps': 1.27.0
+ '@zag-js/switch': 1.27.0
+ '@zag-js/tabs': 1.27.0
+ '@zag-js/tags-input': 1.27.0
+ '@zag-js/timer': 1.27.0
+ '@zag-js/toast': 1.27.0
+ '@zag-js/toggle': 1.27.0
+ '@zag-js/toggle-group': 1.27.0
+ '@zag-js/tooltip': 1.27.0
+ '@zag-js/tour': 1.27.0
+ '@zag-js/tree-view': 1.27.0
+ '@zag-js/types': 1.27.0
+ '@zag-js/utils': 1.27.0
react: 19.2.0
react-dom: 19.2.0(react@19.2.0)
- '@as-integrations/express5@1.1.2(@apollo/server@4.12.2(encoding@0.1.13)(graphql@16.11.0))(express@5.1.0)':
+ '@as-integrations/express5@1.1.2(@apollo/server@4.12.2(encoding@0.1.13)(graphql@16.12.0))(express@5.1.0)':
dependencies:
- '@apollo/server': 4.12.2(encoding@0.1.13)(graphql@16.11.0)
+ '@apollo/server': 4.12.2(encoding@0.1.13)(graphql@16.12.0)
express: 5.1.0
'@asamuzakjp/css-color@3.2.0':
@@ -10577,11 +10738,11 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@babel/eslint-parser@7.28.5(@babel/core@7.28.5)(eslint@9.38.0)':
+ '@babel/eslint-parser@7.28.5(@babel/core@7.28.5)(eslint@9.39.1)':
dependencies:
'@babel/core': 7.28.5
'@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1
- eslint: 9.38.0
+ eslint: 9.39.1
eslint-visitor-keys: 2.1.0
semver: 6.3.1
@@ -11381,17 +11542,16 @@ snapshots:
'@bcoe/v8-coverage@0.2.3': {}
- '@chakra-ui/react@3.28.0(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
+ '@chakra-ui/react@3.29.0(@emotion/react@11.14.0(@types/react@19.2.3)(react@19.2.0))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
dependencies:
- '@ark-ui/react': 5.26.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
+ '@ark-ui/react': 5.27.1(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
'@emotion/is-prop-valid': 1.4.0
- '@emotion/react': 11.14.0(@types/react@19.2.2)(react@19.2.0)
+ '@emotion/react': 11.14.0(@types/react@19.2.3)(react@19.2.0)
'@emotion/serialize': 1.3.3
'@emotion/use-insertion-effect-with-fallbacks': 1.2.0(react@19.2.0)
'@emotion/utils': 1.4.2
'@pandacss/is-valid-prop': 1.4.3
csstype: 3.1.3
- fast-safe-stringify: 2.1.1
react: 19.2.0
react-dom: 19.2.0(react@19.2.0)
@@ -11424,7 +11584,7 @@ snapshots:
dependencies:
'@changesets/types': 6.1.0
- '@changesets/cli@2.29.7(@types/node@24.9.2)':
+ '@changesets/cli@2.29.7(@types/node@24.10.1)':
dependencies:
'@changesets/apply-release-plan': 7.0.13
'@changesets/assemble-release-plan': 6.0.9
@@ -11440,7 +11600,7 @@ snapshots:
'@changesets/should-skip-package': 0.1.2
'@changesets/types': 6.1.0
'@changesets/write': 0.4.0
- '@inquirer/external-editor': 1.0.2(@types/node@24.9.2)
+ '@inquirer/external-editor': 1.0.2(@types/node@24.10.1)
'@manypkg/get-packages': 1.1.3
ansi-colors: 4.1.3
ci-info: 3.9.0
@@ -11676,7 +11836,7 @@ snapshots:
'@emotion/memoize@0.9.0': {}
- '@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0)':
+ '@emotion/react@11.14.0(@types/react@19.2.3)(react@19.2.0)':
dependencies:
'@babel/runtime': 7.28.4
'@emotion/babel-plugin': 11.13.5
@@ -11688,7 +11848,7 @@ snapshots:
hoist-non-react-statics: 3.3.2
react: 19.2.0
optionalDependencies:
- '@types/react': 19.2.2
+ '@types/react': 19.2.3
transitivePeerDependencies:
- supports-color
@@ -11702,18 +11862,18 @@ snapshots:
'@emotion/sheet@1.4.0': {}
- '@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.2.2)(react@19.2.0))(@types/react@19.2.2)(react@19.2.0)':
+ '@emotion/styled@11.14.1(@emotion/react@11.14.0(@types/react@19.2.3)(react@19.2.0))(@types/react@19.2.3)(react@19.2.0)':
dependencies:
'@babel/runtime': 7.28.4
'@emotion/babel-plugin': 11.13.5
'@emotion/is-prop-valid': 1.4.0
- '@emotion/react': 11.14.0(@types/react@19.2.2)(react@19.2.0)
+ '@emotion/react': 11.14.0(@types/react@19.2.3)(react@19.2.0)
'@emotion/serialize': 1.3.3
'@emotion/use-insertion-effect-with-fallbacks': 1.2.0(react@19.2.0)
'@emotion/utils': 1.4.2
react: 19.2.0
optionalDependencies:
- '@types/react': 19.2.2
+ '@types/react': 19.2.3
transitivePeerDependencies:
- supports-color
@@ -11732,84 +11892,162 @@ snapshots:
'@esbuild/aix-ppc64@0.25.11':
optional: true
+ '@esbuild/aix-ppc64@0.27.0':
+ optional: true
+
'@esbuild/android-arm64@0.25.11':
optional: true
+ '@esbuild/android-arm64@0.27.0':
+ optional: true
+
'@esbuild/android-arm@0.25.11':
optional: true
+ '@esbuild/android-arm@0.27.0':
+ optional: true
+
'@esbuild/android-x64@0.25.11':
optional: true
+ '@esbuild/android-x64@0.27.0':
+ optional: true
+
'@esbuild/darwin-arm64@0.25.11':
optional: true
+ '@esbuild/darwin-arm64@0.27.0':
+ optional: true
+
'@esbuild/darwin-x64@0.25.11':
optional: true
+ '@esbuild/darwin-x64@0.27.0':
+ optional: true
+
'@esbuild/freebsd-arm64@0.25.11':
optional: true
+ '@esbuild/freebsd-arm64@0.27.0':
+ optional: true
+
'@esbuild/freebsd-x64@0.25.11':
optional: true
+ '@esbuild/freebsd-x64@0.27.0':
+ optional: true
+
'@esbuild/linux-arm64@0.25.11':
optional: true
+ '@esbuild/linux-arm64@0.27.0':
+ optional: true
+
'@esbuild/linux-arm@0.25.11':
optional: true
+ '@esbuild/linux-arm@0.27.0':
+ optional: true
+
'@esbuild/linux-ia32@0.25.11':
optional: true
+ '@esbuild/linux-ia32@0.27.0':
+ optional: true
+
'@esbuild/linux-loong64@0.25.11':
optional: true
+ '@esbuild/linux-loong64@0.27.0':
+ optional: true
+
'@esbuild/linux-mips64el@0.25.11':
optional: true
+ '@esbuild/linux-mips64el@0.27.0':
+ optional: true
+
'@esbuild/linux-ppc64@0.25.11':
optional: true
+ '@esbuild/linux-ppc64@0.27.0':
+ optional: true
+
'@esbuild/linux-riscv64@0.25.11':
optional: true
+ '@esbuild/linux-riscv64@0.27.0':
+ optional: true
+
'@esbuild/linux-s390x@0.25.11':
optional: true
+ '@esbuild/linux-s390x@0.27.0':
+ optional: true
+
'@esbuild/linux-x64@0.25.11':
optional: true
+ '@esbuild/linux-x64@0.27.0':
+ optional: true
+
'@esbuild/netbsd-arm64@0.25.11':
optional: true
+ '@esbuild/netbsd-arm64@0.27.0':
+ optional: true
+
'@esbuild/netbsd-x64@0.25.11':
optional: true
+ '@esbuild/netbsd-x64@0.27.0':
+ optional: true
+
'@esbuild/openbsd-arm64@0.25.11':
optional: true
+ '@esbuild/openbsd-arm64@0.27.0':
+ optional: true
+
'@esbuild/openbsd-x64@0.25.11':
optional: true
+ '@esbuild/openbsd-x64@0.27.0':
+ optional: true
+
'@esbuild/openharmony-arm64@0.25.11':
optional: true
+ '@esbuild/openharmony-arm64@0.27.0':
+ optional: true
+
'@esbuild/sunos-x64@0.25.11':
optional: true
+ '@esbuild/sunos-x64@0.27.0':
+ optional: true
+
'@esbuild/win32-arm64@0.25.11':
optional: true
+ '@esbuild/win32-arm64@0.27.0':
+ optional: true
+
'@esbuild/win32-ia32@0.25.11':
optional: true
+ '@esbuild/win32-ia32@0.27.0':
+ optional: true
+
'@esbuild/win32-x64@0.25.11':
optional: true
- '@eslint-community/eslint-utils@4.9.0(eslint@9.38.0)':
+ '@esbuild/win32-x64@0.27.0':
+ optional: true
+
+ '@eslint-community/eslint-utils@4.9.0(eslint@9.39.1)':
dependencies:
- eslint: 9.38.0
+ eslint: 9.39.1
eslint-visitor-keys: 3.4.3
'@eslint-community/regexpp@4.12.2': {}
@@ -11826,10 +12064,6 @@ snapshots:
dependencies:
'@eslint/core': 0.17.0
- '@eslint/core@0.16.0':
- dependencies:
- '@types/json-schema': 7.0.15
-
'@eslint/core@0.17.0':
dependencies:
'@types/json-schema': 7.0.15
@@ -11848,7 +12082,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@eslint/js@9.38.0': {}
+ '@eslint/js@9.39.1': {}
'@eslint/object-schema@2.1.7': {}
@@ -11871,29 +12105,29 @@ snapshots:
'@gar/promisify@1.1.3':
optional: true
- '@graphql-tools/merge@8.4.2(graphql@16.11.0)':
+ '@graphql-tools/merge@8.4.2(graphql@16.12.0)':
dependencies:
- '@graphql-tools/utils': 9.2.1(graphql@16.11.0)
- graphql: 16.11.0
+ '@graphql-tools/utils': 9.2.1(graphql@16.12.0)
+ graphql: 16.12.0
tslib: 2.8.1
- '@graphql-tools/schema@9.0.19(graphql@16.11.0)':
+ '@graphql-tools/schema@9.0.19(graphql@16.12.0)':
dependencies:
- '@graphql-tools/merge': 8.4.2(graphql@16.11.0)
- '@graphql-tools/utils': 9.2.1(graphql@16.11.0)
- graphql: 16.11.0
+ '@graphql-tools/merge': 8.4.2(graphql@16.12.0)
+ '@graphql-tools/utils': 9.2.1(graphql@16.12.0)
+ graphql: 16.12.0
tslib: 2.8.1
value-or-promise: 1.0.12
- '@graphql-tools/utils@9.2.1(graphql@16.11.0)':
+ '@graphql-tools/utils@9.2.1(graphql@16.12.0)':
dependencies:
- '@graphql-typed-document-node/core': 3.2.0(graphql@16.11.0)
- graphql: 16.11.0
+ '@graphql-typed-document-node/core': 3.2.0(graphql@16.12.0)
+ graphql: 16.12.0
tslib: 2.8.1
- '@graphql-typed-document-node/core@3.2.0(graphql@16.11.0)':
+ '@graphql-typed-document-node/core@3.2.0(graphql@16.12.0)':
dependencies:
- graphql: 16.11.0
+ graphql: 16.12.0
'@humanfs/core@0.19.1': {}
@@ -11908,38 +12142,38 @@ snapshots:
'@inquirer/ansi@1.0.1': {}
- '@inquirer/confirm@5.1.19(@types/node@24.9.2)':
+ '@inquirer/confirm@5.1.19(@types/node@24.10.1)':
dependencies:
- '@inquirer/core': 10.3.0(@types/node@24.9.2)
- '@inquirer/type': 3.0.9(@types/node@24.9.2)
+ '@inquirer/core': 10.3.0(@types/node@24.10.1)
+ '@inquirer/type': 3.0.9(@types/node@24.10.1)
optionalDependencies:
- '@types/node': 24.9.2
+ '@types/node': 24.10.1
- '@inquirer/core@10.3.0(@types/node@24.9.2)':
+ '@inquirer/core@10.3.0(@types/node@24.10.1)':
dependencies:
'@inquirer/ansi': 1.0.1
'@inquirer/figures': 1.0.14
- '@inquirer/type': 3.0.9(@types/node@24.9.2)
+ '@inquirer/type': 3.0.9(@types/node@24.10.1)
cli-width: 4.1.0
mute-stream: 2.0.0
signal-exit: 4.1.0
wrap-ansi: 6.2.0
yoctocolors-cjs: 2.1.3
optionalDependencies:
- '@types/node': 24.9.2
+ '@types/node': 24.10.1
- '@inquirer/external-editor@1.0.2(@types/node@24.9.2)':
+ '@inquirer/external-editor@1.0.2(@types/node@24.10.1)':
dependencies:
chardet: 2.1.1
iconv-lite: 0.7.0
optionalDependencies:
- '@types/node': 24.9.2
+ '@types/node': 24.10.1
'@inquirer/figures@1.0.14': {}
- '@inquirer/type@3.0.9(@types/node@24.9.2)':
+ '@inquirer/type@3.0.9(@types/node@24.10.1)':
optionalDependencies:
- '@types/node': 24.9.2
+ '@types/node': 24.10.1
'@internationalized/date@3.10.0':
dependencies:
@@ -11977,13 +12211,13 @@ snapshots:
'@jest/console@30.2.0':
dependencies:
'@jest/types': 30.2.0
- '@types/node': 24.9.2
+ '@types/node': 24.10.1
chalk: 4.1.2
jest-message-util: 30.2.0
jest-util: 30.2.0
slash: 3.0.0
- '@jest/core@30.2.0(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.11))(ts-node@10.9.2(@types/node@24.9.2)(typescript@5.9.3))':
+ '@jest/core@30.2.0(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.27.0))(ts-node@10.9.2(@types/node@24.10.1)(typescript@5.9.3))':
dependencies:
'@jest/console': 30.2.0
'@jest/pattern': 30.0.1
@@ -11991,14 +12225,14 @@ snapshots:
'@jest/test-result': 30.2.0
'@jest/transform': 30.2.0
'@jest/types': 30.2.0
- '@types/node': 24.9.2
+ '@types/node': 24.10.1
ansi-escapes: 4.3.2
chalk: 4.1.2
ci-info: 4.3.1
exit-x: 0.2.2
graceful-fs: 4.2.11
jest-changed-files: 30.2.0
- jest-config: 30.2.0(@types/node@24.9.2)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.11))(ts-node@10.9.2(@types/node@24.9.2)(typescript@5.9.3))
+ jest-config: 30.2.0(@types/node@24.10.1)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.27.0))(ts-node@10.9.2(@types/node@24.10.1)(typescript@5.9.3))
jest-haste-map: 30.2.0
jest-message-util: 30.2.0
jest-regex-util: 30.0.1
@@ -12027,7 +12261,7 @@ snapshots:
'@jest/fake-timers': 30.2.0
'@jest/types': 30.2.0
'@types/jsdom': 21.1.7
- '@types/node': 24.9.2
+ '@types/node': 24.10.1
jest-mock: 30.2.0
jest-util: 30.2.0
jsdom: 26.1.0
@@ -12036,7 +12270,7 @@ snapshots:
dependencies:
'@jest/fake-timers': 30.2.0
'@jest/types': 30.2.0
- '@types/node': 24.9.2
+ '@types/node': 24.10.1
jest-mock: 30.2.0
'@jest/expect-utils@30.2.0':
@@ -12054,7 +12288,7 @@ snapshots:
dependencies:
'@jest/types': 30.2.0
'@sinonjs/fake-timers': 13.0.5
- '@types/node': 24.9.2
+ '@types/node': 24.10.1
jest-message-util: 30.2.0
jest-mock: 30.2.0
jest-util: 30.2.0
@@ -12072,7 +12306,7 @@ snapshots:
'@jest/pattern@30.0.1':
dependencies:
- '@types/node': 24.9.2
+ '@types/node': 24.10.1
jest-regex-util: 30.0.1
'@jest/reporters@30.2.0':
@@ -12083,7 +12317,7 @@ snapshots:
'@jest/transform': 30.2.0
'@jest/types': 30.2.0
'@jridgewell/trace-mapping': 0.3.31
- '@types/node': 24.9.2
+ '@types/node': 24.10.1
chalk: 4.1.2
collect-v8-coverage: 1.0.3
exit-x: 0.2.2
@@ -12160,16 +12394,16 @@ snapshots:
'@jest/schemas': 30.0.5
'@types/istanbul-lib-coverage': 2.0.6
'@types/istanbul-reports': 3.0.4
- '@types/node': 24.9.2
+ '@types/node': 24.10.1
'@types/yargs': 17.0.34
chalk: 4.1.2
- '@joshwooding/vite-plugin-react-docgen-typescript@0.6.1(typescript@5.9.3)(vite@7.1.12(@types/node@24.9.2)(terser@5.44.0))':
+ '@joshwooding/vite-plugin-react-docgen-typescript@0.6.1(typescript@5.9.3)(vite@7.2.2(@types/node@24.10.1)(terser@5.44.0))':
dependencies:
glob: 10.4.5
magic-string: 0.30.21
react-docgen-typescript: 2.4.0(typescript@5.9.3)
- vite: 7.1.12(@types/node@24.9.2)(terser@5.44.0)
+ vite: 7.2.2(@types/node@24.10.1)(terser@5.44.0)
optionalDependencies:
typescript: 5.9.3
@@ -12256,7 +12490,7 @@ snapshots:
globby: 11.1.0
read-yaml-file: 1.1.0
- '@mswjs/data@0.16.2(@types/node@24.9.2)(typescript@5.9.3)':
+ '@mswjs/data@0.16.2(@types/node@24.10.1)(typescript@5.9.3)':
dependencies:
'@types/lodash': 4.17.20
'@types/md5': 2.3.6
@@ -12264,7 +12498,7 @@ snapshots:
'@types/uuid': 8.3.4
date-fns: 2.30.0
debug: 4.4.3
- graphql: 16.11.0
+ graphql: 16.12.0
lodash: 4.17.21
md5: 2.3.0
outvariant: 1.4.3
@@ -12272,7 +12506,7 @@ snapshots:
strict-event-emitter: 0.5.1
uuid: 8.3.2
optionalDependencies:
- msw: 2.11.6(@types/node@24.9.2)(typescript@5.9.3)
+ msw: 2.11.6(@types/node@24.10.1)(typescript@5.9.3)
transitivePeerDependencies:
- '@types/node'
- supports-color
@@ -12377,7 +12611,7 @@ snapshots:
'@swc/helpers': 0.5.17
react: 19.2.0
- '@reduxjs/toolkit@2.9.2(react-redux@9.2.0(@types/react@19.2.2)(react@19.2.0)(redux@5.0.1))(react@19.2.0)':
+ '@reduxjs/toolkit@2.10.1(react-redux@9.2.0(@types/react@19.2.3)(react@19.2.0)(redux@5.0.1))(react@19.2.0)':
dependencies:
'@standard-schema/spec': 1.0.0
'@standard-schema/utils': 0.3.0
@@ -12387,7 +12621,7 @@ snapshots:
reselect: 5.1.1
optionalDependencies:
react: 19.2.0
- react-redux: 9.2.0(@types/react@19.2.2)(react@19.2.0)(redux@5.0.1)
+ react-redux: 9.2.0(@types/react@19.2.3)(react@19.2.0)(redux@5.0.1)
'@restart/hooks@0.4.16(react@19.2.0)':
dependencies:
@@ -12413,16 +12647,16 @@ snapshots:
uncontrollable: 8.0.4(react@19.2.0)
warning: 4.0.3
- '@rjsf/core@6.0.1(@rjsf/utils@6.0.1(react@19.2.0))(react@19.2.0)':
+ '@rjsf/core@6.1.0(@rjsf/utils@6.1.0(react@19.2.0))(react@19.2.0)':
dependencies:
- '@rjsf/utils': 6.0.1(react@19.2.0)
+ '@rjsf/utils': 6.1.0(react@19.2.0)
lodash: 4.17.21
lodash-es: 4.17.21
markdown-to-jsx: 8.0.0(react@19.2.0)
prop-types: 15.8.1
react: 19.2.0
- '@rjsf/utils@6.0.1(react@19.2.0)':
+ '@rjsf/utils@6.1.0(react@19.2.0)':
dependencies:
fast-uri: 3.1.0
json-schema-merge-allof: 0.8.1
@@ -12432,9 +12666,9 @@ snapshots:
react: 19.2.0
react-is: 18.3.1
- '@rjsf/validator-ajv8@6.0.1(@rjsf/utils@6.0.1(react@19.2.0))':
+ '@rjsf/validator-ajv8@6.1.0(@rjsf/utils@6.1.0(react@19.2.0))':
dependencies:
- '@rjsf/utils': 6.0.1(react@19.2.0)
+ '@rjsf/utils': 6.1.0(react@19.2.0)
ajv: 8.17.1
ajv-formats: 2.1.1(ajv@8.17.1)
lodash: 4.17.21
@@ -12547,30 +12781,30 @@ snapshots:
'@standard-schema/utils@0.3.0': {}
- '@storybook/addon-onboarding@10.0.2(storybook@10.0.2(@testing-library/dom@10.4.1)(msw@2.11.6(@types/node@24.9.2)(typescript@5.9.3))(prettier@3.6.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(vite@7.1.12(@types/node@24.9.2)(terser@5.44.0)))':
+ '@storybook/addon-onboarding@10.0.7(storybook@10.0.7(@testing-library/dom@10.4.1)(msw@2.11.6(@types/node@24.10.1)(typescript@5.9.3))(prettier@3.6.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(vite@7.2.2(@types/node@24.10.1)(terser@5.44.0)))':
dependencies:
- storybook: 10.0.2(@testing-library/dom@10.4.1)(msw@2.11.6(@types/node@24.9.2)(typescript@5.9.3))(prettier@3.6.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(vite@7.1.12(@types/node@24.9.2)(terser@5.44.0))
+ storybook: 10.0.7(@testing-library/dom@10.4.1)(msw@2.11.6(@types/node@24.10.1)(typescript@5.9.3))(prettier@3.6.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(vite@7.2.2(@types/node@24.10.1)(terser@5.44.0))
- '@storybook/builder-vite@10.0.2(esbuild@0.25.11)(rollup@4.52.5)(storybook@10.0.2(@testing-library/dom@10.4.1)(msw@2.11.6(@types/node@24.9.2)(typescript@5.9.3))(prettier@3.6.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(vite@7.1.12(@types/node@24.9.2)(terser@5.44.0)))(vite@7.1.12(@types/node@24.9.2)(terser@5.44.0))(webpack@5.102.1(esbuild@0.25.11))':
+ '@storybook/builder-vite@10.0.7(esbuild@0.27.0)(rollup@4.52.5)(storybook@10.0.7(@testing-library/dom@10.4.1)(msw@2.11.6(@types/node@24.10.1)(typescript@5.9.3))(prettier@3.6.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(vite@7.2.2(@types/node@24.10.1)(terser@5.44.0)))(vite@7.2.2(@types/node@24.10.1)(terser@5.44.0))(webpack@5.102.1(esbuild@0.27.0))':
dependencies:
- '@storybook/csf-plugin': 10.0.2(esbuild@0.25.11)(rollup@4.52.5)(storybook@10.0.2(@testing-library/dom@10.4.1)(msw@2.11.6(@types/node@24.9.2)(typescript@5.9.3))(prettier@3.6.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(vite@7.1.12(@types/node@24.9.2)(terser@5.44.0)))(vite@7.1.12(@types/node@24.9.2)(terser@5.44.0))(webpack@5.102.1(esbuild@0.25.11))
- storybook: 10.0.2(@testing-library/dom@10.4.1)(msw@2.11.6(@types/node@24.9.2)(typescript@5.9.3))(prettier@3.6.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(vite@7.1.12(@types/node@24.9.2)(terser@5.44.0))
+ '@storybook/csf-plugin': 10.0.7(esbuild@0.27.0)(rollup@4.52.5)(storybook@10.0.7(@testing-library/dom@10.4.1)(msw@2.11.6(@types/node@24.10.1)(typescript@5.9.3))(prettier@3.6.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(vite@7.2.2(@types/node@24.10.1)(terser@5.44.0)))(vite@7.2.2(@types/node@24.10.1)(terser@5.44.0))(webpack@5.102.1(esbuild@0.27.0))
+ storybook: 10.0.7(@testing-library/dom@10.4.1)(msw@2.11.6(@types/node@24.10.1)(typescript@5.9.3))(prettier@3.6.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(vite@7.2.2(@types/node@24.10.1)(terser@5.44.0))
ts-dedent: 2.2.0
- vite: 7.1.12(@types/node@24.9.2)(terser@5.44.0)
+ vite: 7.2.2(@types/node@24.10.1)(terser@5.44.0)
transitivePeerDependencies:
- esbuild
- rollup
- webpack
- '@storybook/csf-plugin@10.0.2(esbuild@0.25.11)(rollup@4.52.5)(storybook@10.0.2(@testing-library/dom@10.4.1)(msw@2.11.6(@types/node@24.9.2)(typescript@5.9.3))(prettier@3.6.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(vite@7.1.12(@types/node@24.9.2)(terser@5.44.0)))(vite@7.1.12(@types/node@24.9.2)(terser@5.44.0))(webpack@5.102.1(esbuild@0.25.11))':
+ '@storybook/csf-plugin@10.0.7(esbuild@0.27.0)(rollup@4.52.5)(storybook@10.0.7(@testing-library/dom@10.4.1)(msw@2.11.6(@types/node@24.10.1)(typescript@5.9.3))(prettier@3.6.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(vite@7.2.2(@types/node@24.10.1)(terser@5.44.0)))(vite@7.2.2(@types/node@24.10.1)(terser@5.44.0))(webpack@5.102.1(esbuild@0.27.0))':
dependencies:
- storybook: 10.0.2(@testing-library/dom@10.4.1)(msw@2.11.6(@types/node@24.9.2)(typescript@5.9.3))(prettier@3.6.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(vite@7.1.12(@types/node@24.9.2)(terser@5.44.0))
+ storybook: 10.0.7(@testing-library/dom@10.4.1)(msw@2.11.6(@types/node@24.10.1)(typescript@5.9.3))(prettier@3.6.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(vite@7.2.2(@types/node@24.10.1)(terser@5.44.0))
unplugin: 2.3.10
optionalDependencies:
- esbuild: 0.25.11
+ esbuild: 0.27.0
rollup: 4.52.5
- vite: 7.1.12(@types/node@24.9.2)(terser@5.44.0)
- webpack: 5.102.1(esbuild@0.25.11)
+ vite: 7.2.2(@types/node@24.10.1)(terser@5.44.0)
+ webpack: 5.102.1(esbuild@0.27.0)
'@storybook/global@5.0.0': {}
@@ -12579,27 +12813,27 @@ snapshots:
react: 19.2.0
react-dom: 19.2.0(react@19.2.0)
- '@storybook/react-dom-shim@10.0.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(storybook@10.0.2(@testing-library/dom@10.4.1)(msw@2.11.6(@types/node@24.9.2)(typescript@5.9.3))(prettier@3.6.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(vite@7.1.12(@types/node@24.9.2)(terser@5.44.0)))':
+ '@storybook/react-dom-shim@10.0.7(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(storybook@10.0.7(@testing-library/dom@10.4.1)(msw@2.11.6(@types/node@24.10.1)(typescript@5.9.3))(prettier@3.6.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(vite@7.2.2(@types/node@24.10.1)(terser@5.44.0)))':
dependencies:
react: 19.2.0
react-dom: 19.2.0(react@19.2.0)
- storybook: 10.0.2(@testing-library/dom@10.4.1)(msw@2.11.6(@types/node@24.9.2)(typescript@5.9.3))(prettier@3.6.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(vite@7.1.12(@types/node@24.9.2)(terser@5.44.0))
+ storybook: 10.0.7(@testing-library/dom@10.4.1)(msw@2.11.6(@types/node@24.10.1)(typescript@5.9.3))(prettier@3.6.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(vite@7.2.2(@types/node@24.10.1)(terser@5.44.0))
- '@storybook/react-vite@10.0.2(esbuild@0.25.11)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(rollup@4.52.5)(storybook@10.0.2(@testing-library/dom@10.4.1)(msw@2.11.6(@types/node@24.9.2)(typescript@5.9.3))(prettier@3.6.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(vite@7.1.12(@types/node@24.9.2)(terser@5.44.0)))(typescript@5.9.3)(vite@7.1.12(@types/node@24.9.2)(terser@5.44.0))(webpack@5.102.1(esbuild@0.25.11))':
+ '@storybook/react-vite@10.0.7(esbuild@0.27.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(rollup@4.52.5)(storybook@10.0.7(@testing-library/dom@10.4.1)(msw@2.11.6(@types/node@24.10.1)(typescript@5.9.3))(prettier@3.6.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(vite@7.2.2(@types/node@24.10.1)(terser@5.44.0)))(typescript@5.9.3)(vite@7.2.2(@types/node@24.10.1)(terser@5.44.0))(webpack@5.102.1(esbuild@0.27.0))':
dependencies:
- '@joshwooding/vite-plugin-react-docgen-typescript': 0.6.1(typescript@5.9.3)(vite@7.1.12(@types/node@24.9.2)(terser@5.44.0))
+ '@joshwooding/vite-plugin-react-docgen-typescript': 0.6.1(typescript@5.9.3)(vite@7.2.2(@types/node@24.10.1)(terser@5.44.0))
'@rollup/pluginutils': 5.3.0(rollup@4.52.5)
- '@storybook/builder-vite': 10.0.2(esbuild@0.25.11)(rollup@4.52.5)(storybook@10.0.2(@testing-library/dom@10.4.1)(msw@2.11.6(@types/node@24.9.2)(typescript@5.9.3))(prettier@3.6.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(vite@7.1.12(@types/node@24.9.2)(terser@5.44.0)))(vite@7.1.12(@types/node@24.9.2)(terser@5.44.0))(webpack@5.102.1(esbuild@0.25.11))
- '@storybook/react': 10.0.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(storybook@10.0.2(@testing-library/dom@10.4.1)(msw@2.11.6(@types/node@24.9.2)(typescript@5.9.3))(prettier@3.6.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(vite@7.1.12(@types/node@24.9.2)(terser@5.44.0)))(typescript@5.9.3)
+ '@storybook/builder-vite': 10.0.7(esbuild@0.27.0)(rollup@4.52.5)(storybook@10.0.7(@testing-library/dom@10.4.1)(msw@2.11.6(@types/node@24.10.1)(typescript@5.9.3))(prettier@3.6.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(vite@7.2.2(@types/node@24.10.1)(terser@5.44.0)))(vite@7.2.2(@types/node@24.10.1)(terser@5.44.0))(webpack@5.102.1(esbuild@0.27.0))
+ '@storybook/react': 10.0.7(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(storybook@10.0.7(@testing-library/dom@10.4.1)(msw@2.11.6(@types/node@24.10.1)(typescript@5.9.3))(prettier@3.6.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(vite@7.2.2(@types/node@24.10.1)(terser@5.44.0)))(typescript@5.9.3)
empathic: 2.0.0
magic-string: 0.30.21
react: 19.2.0
react-docgen: 8.0.2
react-dom: 19.2.0(react@19.2.0)
resolve: 1.22.11
- storybook: 10.0.2(@testing-library/dom@10.4.1)(msw@2.11.6(@types/node@24.9.2)(typescript@5.9.3))(prettier@3.6.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(vite@7.1.12(@types/node@24.9.2)(terser@5.44.0))
+ storybook: 10.0.7(@testing-library/dom@10.4.1)(msw@2.11.6(@types/node@24.10.1)(typescript@5.9.3))(prettier@3.6.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(vite@7.2.2(@types/node@24.10.1)(terser@5.44.0))
tsconfig-paths: 4.2.0
- vite: 7.1.12(@types/node@24.9.2)(terser@5.44.0)
+ vite: 7.2.2(@types/node@24.10.1)(terser@5.44.0)
transitivePeerDependencies:
- esbuild
- rollup
@@ -12607,13 +12841,13 @@ snapshots:
- typescript
- webpack
- '@storybook/react@10.0.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(storybook@10.0.2(@testing-library/dom@10.4.1)(msw@2.11.6(@types/node@24.9.2)(typescript@5.9.3))(prettier@3.6.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(vite@7.1.12(@types/node@24.9.2)(terser@5.44.0)))(typescript@5.9.3)':
+ '@storybook/react@10.0.7(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(storybook@10.0.7(@testing-library/dom@10.4.1)(msw@2.11.6(@types/node@24.10.1)(typescript@5.9.3))(prettier@3.6.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(vite@7.2.2(@types/node@24.10.1)(terser@5.44.0)))(typescript@5.9.3)':
dependencies:
'@storybook/global': 5.0.0
- '@storybook/react-dom-shim': 10.0.2(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(storybook@10.0.2(@testing-library/dom@10.4.1)(msw@2.11.6(@types/node@24.9.2)(typescript@5.9.3))(prettier@3.6.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(vite@7.1.12(@types/node@24.9.2)(terser@5.44.0)))
+ '@storybook/react-dom-shim': 10.0.7(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(storybook@10.0.7(@testing-library/dom@10.4.1)(msw@2.11.6(@types/node@24.10.1)(typescript@5.9.3))(prettier@3.6.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(vite@7.2.2(@types/node@24.10.1)(terser@5.44.0)))
react: 19.2.0
react-dom: 19.2.0(react@19.2.0)
- storybook: 10.0.2(@testing-library/dom@10.4.1)(msw@2.11.6(@types/node@24.9.2)(typescript@5.9.3))(prettier@3.6.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(vite@7.1.12(@types/node@24.9.2)(terser@5.44.0))
+ storybook: 10.0.7(@testing-library/dom@10.4.1)(msw@2.11.6(@types/node@24.10.1)(typescript@5.9.3))(prettier@3.6.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(vite@7.2.2(@types/node@24.10.1)(terser@5.44.0))
optionalDependencies:
typescript: 5.9.3
@@ -12647,15 +12881,15 @@ snapshots:
picocolors: 1.1.1
redent: 3.0.0
- '@testing-library/react@16.3.0(@testing-library/dom@10.4.1)(@types/react-dom@19.2.2(@types/react@19.2.2))(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
+ '@testing-library/react@16.3.0(@testing-library/dom@10.4.1)(@types/react-dom@19.2.3(@types/react@19.2.3))(@types/react@19.2.3)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
dependencies:
'@babel/runtime': 7.28.4
'@testing-library/dom': 10.4.1
react: 19.2.0
react-dom: 19.2.0(react@19.2.0)
optionalDependencies:
- '@types/react': 19.2.2
- '@types/react-dom': 19.2.2(@types/react@19.2.2)
+ '@types/react': 19.2.3
+ '@types/react-dom': 19.2.3(@types/react@19.2.3)
'@testing-library/user-event@14.6.1(@testing-library/dom@10.4.1)':
dependencies:
@@ -12732,17 +12966,17 @@ snapshots:
'@types/body-parser@1.19.6':
dependencies:
'@types/connect': 3.4.38
- '@types/node': 24.9.2
+ '@types/node': 24.10.1
'@types/bonjour@3.5.13':
dependencies:
- '@types/node': 24.9.2
+ '@types/node': 24.10.1
'@types/cacheable-request@6.0.3':
dependencies:
'@types/http-cache-semantics': 4.0.4
'@types/keyv': 3.1.4
- '@types/node': 24.9.2
+ '@types/node': 24.10.1
'@types/responselike': 1.0.3
'@types/chai@5.2.3':
@@ -12750,7 +12984,7 @@ snapshots:
'@types/deep-eql': 4.0.2
assertion-error: 2.0.1
- '@types/chrome@0.1.27':
+ '@types/chrome@0.1.28':
dependencies:
'@types/filesystem': 0.0.36
'@types/har-format': 1.2.16
@@ -12772,25 +13006,25 @@ snapshots:
'@types/connect-history-api-fallback@1.5.4':
dependencies:
'@types/express-serve-static-core': 5.1.0
- '@types/node': 24.9.2
+ '@types/node': 24.10.1
'@types/connect@3.4.38':
dependencies:
- '@types/node': 24.9.2
+ '@types/node': 24.10.1
'@types/consumable-stream@3.0.0':
dependencies:
- '@types/node': 24.9.2
+ '@types/node': 24.10.1
'@types/cookiejar@2.1.5': {}
'@types/cors@2.8.19':
dependencies:
- '@types/node': 24.9.2
+ '@types/node': 24.10.1
'@types/cross-spawn@6.0.6':
dependencies:
- '@types/node': 24.9.2
+ '@types/node': 24.10.1
'@types/d3-array@3.2.2': {}
@@ -12931,14 +13165,14 @@ snapshots:
'@types/express-serve-static-core@4.19.7':
dependencies:
- '@types/node': 24.9.2
+ '@types/node': 24.10.1
'@types/qs': 6.14.0
'@types/range-parser': 1.2.7
'@types/send': 1.2.1
'@types/express-serve-static-core@5.1.0':
dependencies:
- '@types/node': 24.9.2
+ '@types/node': 24.10.1
'@types/qs': 6.14.0
'@types/range-parser': 1.2.7
'@types/send': 1.2.1
@@ -12978,7 +13212,7 @@ snapshots:
'@types/http-proxy@1.17.17':
dependencies:
- '@types/node': 24.9.2
+ '@types/node': 24.10.1
'@types/istanbul-lib-coverage@2.0.6': {}
@@ -12999,7 +13233,7 @@ snapshots:
'@types/jsdom@21.1.7':
dependencies:
- '@types/node': 24.9.2
+ '@types/node': 24.10.1
'@types/tough-cookie': 4.0.5
parse5: 7.3.0
@@ -13008,11 +13242,11 @@ snapshots:
'@types/jsonwebtoken@9.0.10':
dependencies:
'@types/ms': 2.1.0
- '@types/node': 24.9.2
+ '@types/node': 24.10.1
'@types/keyv@3.1.4':
dependencies:
- '@types/node': 24.9.2
+ '@types/node': 24.10.1
'@types/lodash-es@4.17.12':
dependencies:
@@ -13040,18 +13274,18 @@ snapshots:
'@types/morgan@1.9.10':
dependencies:
- '@types/node': 24.9.2
+ '@types/node': 24.10.1
'@types/ms@2.1.0': {}
'@types/node-fetch@2.6.13':
dependencies:
- '@types/node': 24.9.2
+ '@types/node': 24.10.1
form-data: 4.0.4
'@types/node-forge@1.3.14':
dependencies:
- '@types/node': 24.9.2
+ '@types/node': 24.10.1
'@types/node@12.20.55': {}
@@ -13059,7 +13293,7 @@ snapshots:
dependencies:
undici-types: 6.21.0
- '@types/node@24.9.2':
+ '@types/node@24.10.1':
dependencies:
undici-types: 7.16.0
@@ -13083,15 +13317,15 @@ snapshots:
'@types/range-parser@1.2.7': {}
- '@types/react-dom@19.2.2(@types/react@19.2.2)':
+ '@types/react-dom@19.2.3(@types/react@19.2.3)':
dependencies:
- '@types/react': 19.2.2
+ '@types/react': 19.2.3
- '@types/react-transition-group@4.4.12(@types/react@19.2.2)':
+ '@types/react-transition-group@4.4.12(@types/react@19.2.3)':
dependencies:
- '@types/react': 19.2.2
+ '@types/react': 19.2.3
- '@types/react@19.2.2':
+ '@types/react@19.2.3':
dependencies:
csstype: 3.1.3
@@ -13103,7 +13337,7 @@ snapshots:
'@types/responselike@1.0.3':
dependencies:
- '@types/node': 24.9.2
+ '@types/node': 24.10.1
'@types/retry@0.12.2': {}
@@ -13116,11 +13350,11 @@ snapshots:
'@types/send@0.17.6':
dependencies:
'@types/mime': 1.3.5
- '@types/node': 24.9.2
+ '@types/node': 24.10.1
'@types/send@1.2.1':
dependencies:
- '@types/node': 24.9.2
+ '@types/node': 24.10.1
'@types/serve-index@1.9.4':
dependencies:
@@ -13129,7 +13363,7 @@ snapshots:
'@types/serve-static@1.15.10':
dependencies:
'@types/http-errors': 2.0.5
- '@types/node': 24.9.2
+ '@types/node': 24.10.1
'@types/send': 0.17.6
'@types/simple-element-resize-detector@1.3.3': {}
@@ -13160,7 +13394,7 @@ snapshots:
'@types/sockjs@0.3.36':
dependencies:
- '@types/node': 24.9.2
+ '@types/node': 24.10.1
'@types/source-map@0.5.2': {}
@@ -13177,7 +13411,7 @@ snapshots:
dependencies:
'@types/cookiejar': 2.1.5
'@types/methods': 1.1.4
- '@types/node': 24.9.2
+ '@types/node': 24.10.1
form-data: 4.0.4
'@types/supertest@6.0.3':
@@ -13209,7 +13443,7 @@ snapshots:
'@types/ws@8.18.1':
dependencies:
- '@types/node': 24.9.2
+ '@types/node': 24.10.1
'@types/yargs-parser@21.0.3': {}
@@ -13219,18 +13453,18 @@ snapshots:
'@types/yauzl@2.10.3':
dependencies:
- '@types/node': 24.9.2
+ '@types/node': 24.10.1
optional: true
- '@typescript-eslint/eslint-plugin@8.46.2(@typescript-eslint/parser@8.46.2(eslint@9.38.0)(typescript@5.9.3))(eslint@9.38.0)(typescript@5.9.3)':
+ '@typescript-eslint/eslint-plugin@8.46.4(@typescript-eslint/parser@8.46.4(eslint@9.39.1)(typescript@5.9.3))(eslint@9.39.1)(typescript@5.9.3)':
dependencies:
'@eslint-community/regexpp': 4.12.2
- '@typescript-eslint/parser': 8.46.2(eslint@9.38.0)(typescript@5.9.3)
- '@typescript-eslint/scope-manager': 8.46.2
- '@typescript-eslint/type-utils': 8.46.2(eslint@9.38.0)(typescript@5.9.3)
- '@typescript-eslint/utils': 8.46.2(eslint@9.38.0)(typescript@5.9.3)
- '@typescript-eslint/visitor-keys': 8.46.2
- eslint: 9.38.0
+ '@typescript-eslint/parser': 8.46.4(eslint@9.39.1)(typescript@5.9.3)
+ '@typescript-eslint/scope-manager': 8.46.4
+ '@typescript-eslint/type-utils': 8.46.4(eslint@9.39.1)(typescript@5.9.3)
+ '@typescript-eslint/utils': 8.46.4(eslint@9.39.1)(typescript@5.9.3)
+ '@typescript-eslint/visitor-keys': 8.46.4
+ eslint: 9.39.1
graphemer: 1.4.0
ignore: 7.0.5
natural-compare: 1.4.0
@@ -13239,56 +13473,56 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/parser@8.46.2(eslint@9.38.0)(typescript@5.9.3)':
+ '@typescript-eslint/parser@8.46.4(eslint@9.39.1)(typescript@5.9.3)':
dependencies:
- '@typescript-eslint/scope-manager': 8.46.2
- '@typescript-eslint/types': 8.46.2
- '@typescript-eslint/typescript-estree': 8.46.2(typescript@5.9.3)
- '@typescript-eslint/visitor-keys': 8.46.2
+ '@typescript-eslint/scope-manager': 8.46.4
+ '@typescript-eslint/types': 8.46.4
+ '@typescript-eslint/typescript-estree': 8.46.4(typescript@5.9.3)
+ '@typescript-eslint/visitor-keys': 8.46.4
debug: 4.4.3
- eslint: 9.38.0
+ eslint: 9.39.1
typescript: 5.9.3
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/project-service@8.46.2(typescript@5.9.3)':
+ '@typescript-eslint/project-service@8.46.4(typescript@5.9.3)':
dependencies:
- '@typescript-eslint/tsconfig-utils': 8.46.2(typescript@5.9.3)
- '@typescript-eslint/types': 8.46.2
+ '@typescript-eslint/tsconfig-utils': 8.46.4(typescript@5.9.3)
+ '@typescript-eslint/types': 8.46.4
debug: 4.4.3
typescript: 5.9.3
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/scope-manager@8.46.2':
+ '@typescript-eslint/scope-manager@8.46.4':
dependencies:
- '@typescript-eslint/types': 8.46.2
- '@typescript-eslint/visitor-keys': 8.46.2
+ '@typescript-eslint/types': 8.46.4
+ '@typescript-eslint/visitor-keys': 8.46.4
- '@typescript-eslint/tsconfig-utils@8.46.2(typescript@5.9.3)':
+ '@typescript-eslint/tsconfig-utils@8.46.4(typescript@5.9.3)':
dependencies:
typescript: 5.9.3
- '@typescript-eslint/type-utils@8.46.2(eslint@9.38.0)(typescript@5.9.3)':
+ '@typescript-eslint/type-utils@8.46.4(eslint@9.39.1)(typescript@5.9.3)':
dependencies:
- '@typescript-eslint/types': 8.46.2
- '@typescript-eslint/typescript-estree': 8.46.2(typescript@5.9.3)
- '@typescript-eslint/utils': 8.46.2(eslint@9.38.0)(typescript@5.9.3)
+ '@typescript-eslint/types': 8.46.4
+ '@typescript-eslint/typescript-estree': 8.46.4(typescript@5.9.3)
+ '@typescript-eslint/utils': 8.46.4(eslint@9.39.1)(typescript@5.9.3)
debug: 4.4.3
- eslint: 9.38.0
+ eslint: 9.39.1
ts-api-utils: 2.1.0(typescript@5.9.3)
typescript: 5.9.3
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/types@8.46.2': {}
+ '@typescript-eslint/types@8.46.4': {}
- '@typescript-eslint/typescript-estree@8.46.2(typescript@5.9.3)':
+ '@typescript-eslint/typescript-estree@8.46.4(typescript@5.9.3)':
dependencies:
- '@typescript-eslint/project-service': 8.46.2(typescript@5.9.3)
- '@typescript-eslint/tsconfig-utils': 8.46.2(typescript@5.9.3)
- '@typescript-eslint/types': 8.46.2
- '@typescript-eslint/visitor-keys': 8.46.2
+ '@typescript-eslint/project-service': 8.46.4(typescript@5.9.3)
+ '@typescript-eslint/tsconfig-utils': 8.46.4(typescript@5.9.3)
+ '@typescript-eslint/types': 8.46.4
+ '@typescript-eslint/visitor-keys': 8.46.4
debug: 4.4.3
fast-glob: 3.3.3
is-glob: 4.0.3
@@ -13299,20 +13533,20 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/utils@8.46.2(eslint@9.38.0)(typescript@5.9.3)':
+ '@typescript-eslint/utils@8.46.4(eslint@9.39.1)(typescript@5.9.3)':
dependencies:
- '@eslint-community/eslint-utils': 4.9.0(eslint@9.38.0)
- '@typescript-eslint/scope-manager': 8.46.2
- '@typescript-eslint/types': 8.46.2
- '@typescript-eslint/typescript-estree': 8.46.2(typescript@5.9.3)
- eslint: 9.38.0
+ '@eslint-community/eslint-utils': 4.9.0(eslint@9.39.1)
+ '@typescript-eslint/scope-manager': 8.46.4
+ '@typescript-eslint/types': 8.46.4
+ '@typescript-eslint/typescript-estree': 8.46.4(typescript@5.9.3)
+ eslint: 9.39.1
typescript: 5.9.3
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/visitor-keys@8.46.2':
+ '@typescript-eslint/visitor-keys@8.46.4':
dependencies:
- '@typescript-eslint/types': 8.46.2
+ '@typescript-eslint/types': 8.46.4
eslint-visitor-keys: 4.2.1
'@ungap/structured-clone@1.3.0': {}
@@ -13384,14 +13618,14 @@ snapshots:
chai: 5.3.3
tinyrainbow: 2.0.0
- '@vitest/mocker@3.2.4(msw@2.11.6(@types/node@24.9.2)(typescript@5.9.3))(vite@7.1.12(@types/node@24.9.2)(terser@5.44.0))':
+ '@vitest/mocker@3.2.4(msw@2.11.6(@types/node@24.10.1)(typescript@5.9.3))(vite@7.2.2(@types/node@24.10.1)(terser@5.44.0))':
dependencies:
'@vitest/spy': 3.2.4
estree-walker: 3.0.3
magic-string: 0.30.21
optionalDependencies:
- msw: 2.11.6(@types/node@24.9.2)(typescript@5.9.3)
- vite: 7.1.12(@types/node@24.9.2)(terser@5.44.0)
+ msw: 2.11.6(@types/node@24.10.1)(typescript@5.9.3)
+ vite: 7.2.2(@types/node@24.10.1)(terser@5.44.0)
'@vitest/pretty-format@3.2.4':
dependencies:
@@ -13485,544 +13719,552 @@ snapshots:
'@webpack-cli/configtest@3.0.1(webpack-cli@6.0.1)(webpack@5.102.1)':
dependencies:
- webpack: 5.102.1(esbuild@0.25.11)(webpack-cli@6.0.1)
+ webpack: 5.102.1(esbuild@0.27.0)(webpack-cli@6.0.1)
webpack-cli: 6.0.1(webpack@5.102.1)
'@webpack-cli/info@3.0.1(webpack-cli@6.0.1)(webpack@5.102.1)':
dependencies:
- webpack: 5.102.1(esbuild@0.25.11)(webpack-cli@6.0.1)
+ webpack: 5.102.1(esbuild@0.27.0)(webpack-cli@6.0.1)
webpack-cli: 6.0.1(webpack@5.102.1)
'@webpack-cli/serve@3.0.1(webpack-cli@6.0.1)(webpack-dev-server@5.2.2)(webpack@5.102.1)':
dependencies:
- webpack: 5.102.1(esbuild@0.25.11)(webpack-cli@6.0.1)
+ webpack: 5.102.1(esbuild@0.27.0)(webpack-cli@6.0.1)
webpack-cli: 6.0.1(webpack-dev-server@5.2.2)(webpack@5.102.1)
optionalDependencies:
webpack-dev-server: 5.2.2(webpack-cli@6.0.1)(webpack@5.102.1)
'@webpack-cli/serve@3.0.1(webpack-cli@6.0.1)(webpack@5.102.1)':
dependencies:
- webpack: 5.102.1(esbuild@0.25.11)(webpack-cli@6.0.1)
+ webpack: 5.102.1(esbuild@0.27.0)(webpack-cli@6.0.1)
webpack-cli: 6.0.1(webpack@5.102.1)
'@xtuc/ieee754@1.2.0': {}
'@xtuc/long@4.2.2': {}
- '@zag-js/accordion@1.26.3':
+ '@zag-js/accordion@1.27.0':
dependencies:
- '@zag-js/anatomy': 1.26.3
- '@zag-js/core': 1.26.3
- '@zag-js/dom-query': 1.26.3
- '@zag-js/types': 1.26.3
- '@zag-js/utils': 1.26.3
+ '@zag-js/anatomy': 1.27.0
+ '@zag-js/core': 1.27.0
+ '@zag-js/dom-query': 1.27.0
+ '@zag-js/types': 1.27.0
+ '@zag-js/utils': 1.27.0
- '@zag-js/anatomy@1.26.3': {}
+ '@zag-js/anatomy@1.27.0': {}
- '@zag-js/angle-slider@1.26.3':
+ '@zag-js/angle-slider@1.27.0':
dependencies:
- '@zag-js/anatomy': 1.26.3
- '@zag-js/core': 1.26.3
- '@zag-js/dom-query': 1.26.3
- '@zag-js/rect-utils': 1.26.3
- '@zag-js/types': 1.26.3
- '@zag-js/utils': 1.26.3
+ '@zag-js/anatomy': 1.27.0
+ '@zag-js/core': 1.27.0
+ '@zag-js/dom-query': 1.27.0
+ '@zag-js/rect-utils': 1.27.0
+ '@zag-js/types': 1.27.0
+ '@zag-js/utils': 1.27.0
- '@zag-js/aria-hidden@1.26.3':
+ '@zag-js/aria-hidden@1.27.0':
dependencies:
- '@zag-js/dom-query': 1.26.3
+ '@zag-js/dom-query': 1.27.0
- '@zag-js/async-list@1.26.3':
+ '@zag-js/async-list@1.27.0':
dependencies:
- '@zag-js/core': 1.26.3
- '@zag-js/utils': 1.26.3
+ '@zag-js/core': 1.27.0
+ '@zag-js/utils': 1.27.0
- '@zag-js/auto-resize@1.26.3':
+ '@zag-js/auto-resize@1.27.0':
dependencies:
- '@zag-js/dom-query': 1.26.3
+ '@zag-js/dom-query': 1.27.0
- '@zag-js/avatar@1.26.3':
+ '@zag-js/avatar@1.27.0':
dependencies:
- '@zag-js/anatomy': 1.26.3
- '@zag-js/core': 1.26.3
- '@zag-js/dom-query': 1.26.3
- '@zag-js/types': 1.26.3
- '@zag-js/utils': 1.26.3
+ '@zag-js/anatomy': 1.27.0
+ '@zag-js/core': 1.27.0
+ '@zag-js/dom-query': 1.27.0
+ '@zag-js/types': 1.27.0
+ '@zag-js/utils': 1.27.0
- '@zag-js/bottom-sheet@1.26.3':
+ '@zag-js/bottom-sheet@1.27.0':
dependencies:
- '@zag-js/anatomy': 1.26.3
- '@zag-js/aria-hidden': 1.26.3
- '@zag-js/core': 1.26.3
- '@zag-js/dismissable': 1.26.3
- '@zag-js/dom-query': 1.26.3
- '@zag-js/focus-trap': 1.26.3
- '@zag-js/remove-scroll': 1.26.3
- '@zag-js/types': 1.26.3
- '@zag-js/utils': 1.26.3
+ '@zag-js/anatomy': 1.27.0
+ '@zag-js/aria-hidden': 1.27.0
+ '@zag-js/core': 1.27.0
+ '@zag-js/dismissable': 1.27.0
+ '@zag-js/dom-query': 1.27.0
+ '@zag-js/focus-trap': 1.27.0
+ '@zag-js/remove-scroll': 1.27.0
+ '@zag-js/types': 1.27.0
+ '@zag-js/utils': 1.27.0
- '@zag-js/carousel@1.26.3':
+ '@zag-js/carousel@1.27.0':
dependencies:
- '@zag-js/anatomy': 1.26.3
- '@zag-js/core': 1.26.3
- '@zag-js/dom-query': 1.26.3
- '@zag-js/scroll-snap': 1.26.3
- '@zag-js/types': 1.26.3
- '@zag-js/utils': 1.26.3
+ '@zag-js/anatomy': 1.27.0
+ '@zag-js/core': 1.27.0
+ '@zag-js/dom-query': 1.27.0
+ '@zag-js/scroll-snap': 1.27.0
+ '@zag-js/types': 1.27.0
+ '@zag-js/utils': 1.27.0
- '@zag-js/checkbox@1.26.3':
+ '@zag-js/checkbox@1.27.0':
dependencies:
- '@zag-js/anatomy': 1.26.3
- '@zag-js/core': 1.26.3
- '@zag-js/dom-query': 1.26.3
- '@zag-js/focus-visible': 1.26.3
- '@zag-js/types': 1.26.3
- '@zag-js/utils': 1.26.3
+ '@zag-js/anatomy': 1.27.0
+ '@zag-js/core': 1.27.0
+ '@zag-js/dom-query': 1.27.0
+ '@zag-js/focus-visible': 1.27.0
+ '@zag-js/types': 1.27.0
+ '@zag-js/utils': 1.27.0
- '@zag-js/clipboard@1.26.3':
+ '@zag-js/clipboard@1.27.0':
dependencies:
- '@zag-js/anatomy': 1.26.3
- '@zag-js/core': 1.26.3
- '@zag-js/dom-query': 1.26.3
- '@zag-js/types': 1.26.3
- '@zag-js/utils': 1.26.3
+ '@zag-js/anatomy': 1.27.0
+ '@zag-js/core': 1.27.0
+ '@zag-js/dom-query': 1.27.0
+ '@zag-js/types': 1.27.0
+ '@zag-js/utils': 1.27.0
- '@zag-js/collapsible@1.26.3':
+ '@zag-js/collapsible@1.27.0':
dependencies:
- '@zag-js/anatomy': 1.26.3
- '@zag-js/core': 1.26.3
- '@zag-js/dom-query': 1.26.3
- '@zag-js/types': 1.26.3
- '@zag-js/utils': 1.26.3
+ '@zag-js/anatomy': 1.27.0
+ '@zag-js/core': 1.27.0
+ '@zag-js/dom-query': 1.27.0
+ '@zag-js/types': 1.27.0
+ '@zag-js/utils': 1.27.0
- '@zag-js/collection@1.26.3':
+ '@zag-js/collection@1.27.0':
dependencies:
- '@zag-js/utils': 1.26.3
+ '@zag-js/utils': 1.27.0
- '@zag-js/color-picker@1.26.3':
+ '@zag-js/color-picker@1.27.0':
dependencies:
- '@zag-js/anatomy': 1.26.3
- '@zag-js/color-utils': 1.26.3
- '@zag-js/core': 1.26.3
- '@zag-js/dismissable': 1.26.3
- '@zag-js/dom-query': 1.26.3
- '@zag-js/popper': 1.26.3
- '@zag-js/types': 1.26.3
- '@zag-js/utils': 1.26.3
+ '@zag-js/anatomy': 1.27.0
+ '@zag-js/color-utils': 1.27.0
+ '@zag-js/core': 1.27.0
+ '@zag-js/dismissable': 1.27.0
+ '@zag-js/dom-query': 1.27.0
+ '@zag-js/popper': 1.27.0
+ '@zag-js/types': 1.27.0
+ '@zag-js/utils': 1.27.0
- '@zag-js/color-utils@1.26.3':
+ '@zag-js/color-utils@1.27.0':
dependencies:
- '@zag-js/utils': 1.26.3
+ '@zag-js/utils': 1.27.0
- '@zag-js/combobox@1.26.3':
+ '@zag-js/combobox@1.27.0':
dependencies:
- '@zag-js/anatomy': 1.26.3
- '@zag-js/aria-hidden': 1.26.3
- '@zag-js/collection': 1.26.3
- '@zag-js/core': 1.26.3
- '@zag-js/dismissable': 1.26.3
- '@zag-js/dom-query': 1.26.3
- '@zag-js/popper': 1.26.3
- '@zag-js/types': 1.26.3
- '@zag-js/utils': 1.26.3
+ '@zag-js/anatomy': 1.27.0
+ '@zag-js/aria-hidden': 1.27.0
+ '@zag-js/collection': 1.27.0
+ '@zag-js/core': 1.27.0
+ '@zag-js/dismissable': 1.27.0
+ '@zag-js/dom-query': 1.27.0
+ '@zag-js/popper': 1.27.0
+ '@zag-js/types': 1.27.0
+ '@zag-js/utils': 1.27.0
- '@zag-js/core@1.26.3':
+ '@zag-js/core@1.27.0':
dependencies:
- '@zag-js/dom-query': 1.26.3
- '@zag-js/utils': 1.26.3
+ '@zag-js/dom-query': 1.27.0
+ '@zag-js/utils': 1.27.0
- '@zag-js/date-picker@1.26.3(@internationalized/date@3.10.0)':
+ '@zag-js/date-picker@1.27.0(@internationalized/date@3.10.0)':
dependencies:
'@internationalized/date': 3.10.0
- '@zag-js/anatomy': 1.26.3
- '@zag-js/core': 1.26.3
- '@zag-js/date-utils': 1.26.3(@internationalized/date@3.10.0)
- '@zag-js/dismissable': 1.26.3
- '@zag-js/dom-query': 1.26.3
- '@zag-js/live-region': 1.26.3
- '@zag-js/popper': 1.26.3
- '@zag-js/types': 1.26.3
- '@zag-js/utils': 1.26.3
-
- '@zag-js/date-utils@1.26.3(@internationalized/date@3.10.0)':
+ '@zag-js/anatomy': 1.27.0
+ '@zag-js/core': 1.27.0
+ '@zag-js/date-utils': 1.27.0(@internationalized/date@3.10.0)
+ '@zag-js/dismissable': 1.27.0
+ '@zag-js/dom-query': 1.27.0
+ '@zag-js/live-region': 1.27.0
+ '@zag-js/popper': 1.27.0
+ '@zag-js/types': 1.27.0
+ '@zag-js/utils': 1.27.0
+
+ '@zag-js/date-utils@1.27.0(@internationalized/date@3.10.0)':
dependencies:
'@internationalized/date': 3.10.0
- '@zag-js/dialog@1.26.3':
+ '@zag-js/dialog@1.27.0':
dependencies:
- '@zag-js/anatomy': 1.26.3
- '@zag-js/aria-hidden': 1.26.3
- '@zag-js/core': 1.26.3
- '@zag-js/dismissable': 1.26.3
- '@zag-js/dom-query': 1.26.3
- '@zag-js/focus-trap': 1.26.3
- '@zag-js/remove-scroll': 1.26.3
- '@zag-js/types': 1.26.3
- '@zag-js/utils': 1.26.3
+ '@zag-js/anatomy': 1.27.0
+ '@zag-js/aria-hidden': 1.27.0
+ '@zag-js/core': 1.27.0
+ '@zag-js/dismissable': 1.27.0
+ '@zag-js/dom-query': 1.27.0
+ '@zag-js/focus-trap': 1.27.0
+ '@zag-js/remove-scroll': 1.27.0
+ '@zag-js/types': 1.27.0
+ '@zag-js/utils': 1.27.0
- '@zag-js/dismissable@1.26.3':
+ '@zag-js/dismissable@1.27.0':
dependencies:
- '@zag-js/dom-query': 1.26.3
- '@zag-js/interact-outside': 1.26.3
- '@zag-js/utils': 1.26.3
+ '@zag-js/dom-query': 1.27.0
+ '@zag-js/interact-outside': 1.27.0
+ '@zag-js/utils': 1.27.0
- '@zag-js/dom-query@1.26.3':
+ '@zag-js/dom-query@1.27.0':
dependencies:
- '@zag-js/types': 1.26.3
+ '@zag-js/types': 1.27.0
- '@zag-js/editable@1.26.3':
+ '@zag-js/editable@1.27.0':
dependencies:
- '@zag-js/anatomy': 1.26.3
- '@zag-js/core': 1.26.3
- '@zag-js/dom-query': 1.26.3
- '@zag-js/interact-outside': 1.26.3
- '@zag-js/types': 1.26.3
- '@zag-js/utils': 1.26.3
+ '@zag-js/anatomy': 1.27.0
+ '@zag-js/core': 1.27.0
+ '@zag-js/dom-query': 1.27.0
+ '@zag-js/interact-outside': 1.27.0
+ '@zag-js/types': 1.27.0
+ '@zag-js/utils': 1.27.0
- '@zag-js/file-upload@1.26.3':
+ '@zag-js/file-upload@1.27.0':
dependencies:
- '@zag-js/anatomy': 1.26.3
- '@zag-js/core': 1.26.3
- '@zag-js/dom-query': 1.26.3
- '@zag-js/file-utils': 1.26.3
- '@zag-js/i18n-utils': 1.26.3
- '@zag-js/types': 1.26.3
- '@zag-js/utils': 1.26.3
+ '@zag-js/anatomy': 1.27.0
+ '@zag-js/core': 1.27.0
+ '@zag-js/dom-query': 1.27.0
+ '@zag-js/file-utils': 1.27.0
+ '@zag-js/i18n-utils': 1.27.0
+ '@zag-js/types': 1.27.0
+ '@zag-js/utils': 1.27.0
- '@zag-js/file-utils@1.26.3':
+ '@zag-js/file-utils@1.27.0':
dependencies:
- '@zag-js/i18n-utils': 1.26.3
+ '@zag-js/i18n-utils': 1.27.0
- '@zag-js/floating-panel@1.26.3':
+ '@zag-js/floating-panel@1.27.0':
dependencies:
- '@zag-js/anatomy': 1.26.3
- '@zag-js/core': 1.26.3
- '@zag-js/dom-query': 1.26.3
- '@zag-js/popper': 1.26.3
- '@zag-js/rect-utils': 1.26.3
- '@zag-js/store': 1.26.3
- '@zag-js/types': 1.26.3
- '@zag-js/utils': 1.26.3
+ '@zag-js/anatomy': 1.27.0
+ '@zag-js/core': 1.27.0
+ '@zag-js/dom-query': 1.27.0
+ '@zag-js/popper': 1.27.0
+ '@zag-js/rect-utils': 1.27.0
+ '@zag-js/store': 1.27.0
+ '@zag-js/types': 1.27.0
+ '@zag-js/utils': 1.27.0
- '@zag-js/focus-trap@1.26.3':
+ '@zag-js/focus-trap@1.27.0':
dependencies:
- '@zag-js/dom-query': 1.26.3
+ '@zag-js/dom-query': 1.27.0
- '@zag-js/focus-visible@1.26.3':
+ '@zag-js/focus-visible@1.27.0':
dependencies:
- '@zag-js/dom-query': 1.26.3
+ '@zag-js/dom-query': 1.27.0
- '@zag-js/highlight-word@1.26.3': {}
+ '@zag-js/highlight-word@1.27.0': {}
- '@zag-js/hover-card@1.26.3':
+ '@zag-js/hover-card@1.27.0':
dependencies:
- '@zag-js/anatomy': 1.26.3
- '@zag-js/core': 1.26.3
- '@zag-js/dismissable': 1.26.3
- '@zag-js/dom-query': 1.26.3
- '@zag-js/popper': 1.26.3
- '@zag-js/types': 1.26.3
- '@zag-js/utils': 1.26.3
+ '@zag-js/anatomy': 1.27.0
+ '@zag-js/core': 1.27.0
+ '@zag-js/dismissable': 1.27.0
+ '@zag-js/dom-query': 1.27.0
+ '@zag-js/popper': 1.27.0
+ '@zag-js/types': 1.27.0
+ '@zag-js/utils': 1.27.0
- '@zag-js/i18n-utils@1.26.3':
+ '@zag-js/i18n-utils@1.27.0':
dependencies:
- '@zag-js/dom-query': 1.26.3
+ '@zag-js/dom-query': 1.27.0
- '@zag-js/interact-outside@1.26.3':
+ '@zag-js/interact-outside@1.27.0':
dependencies:
- '@zag-js/dom-query': 1.26.3
- '@zag-js/utils': 1.26.3
+ '@zag-js/dom-query': 1.27.0
+ '@zag-js/utils': 1.27.0
- '@zag-js/json-tree-utils@1.26.3': {}
+ '@zag-js/json-tree-utils@1.27.0': {}
- '@zag-js/listbox@1.26.3':
+ '@zag-js/listbox@1.27.0':
dependencies:
- '@zag-js/anatomy': 1.26.3
- '@zag-js/collection': 1.26.3
- '@zag-js/core': 1.26.3
- '@zag-js/dom-query': 1.26.3
- '@zag-js/focus-visible': 1.26.3
- '@zag-js/types': 1.26.3
- '@zag-js/utils': 1.26.3
+ '@zag-js/anatomy': 1.27.0
+ '@zag-js/collection': 1.27.0
+ '@zag-js/core': 1.27.0
+ '@zag-js/dom-query': 1.27.0
+ '@zag-js/focus-visible': 1.27.0
+ '@zag-js/types': 1.27.0
+ '@zag-js/utils': 1.27.0
+
+ '@zag-js/live-region@1.27.0': {}
- '@zag-js/live-region@1.26.3': {}
+ '@zag-js/marquee@1.27.0':
+ dependencies:
+ '@zag-js/anatomy': 1.27.0
+ '@zag-js/core': 1.27.0
+ '@zag-js/dom-query': 1.27.0
+ '@zag-js/types': 1.27.0
+ '@zag-js/utils': 1.27.0
- '@zag-js/menu@1.26.3':
+ '@zag-js/menu@1.27.0':
dependencies:
- '@zag-js/anatomy': 1.26.3
- '@zag-js/core': 1.26.3
- '@zag-js/dismissable': 1.26.3
- '@zag-js/dom-query': 1.26.3
- '@zag-js/popper': 1.26.3
- '@zag-js/rect-utils': 1.26.3
- '@zag-js/types': 1.26.3
- '@zag-js/utils': 1.26.3
+ '@zag-js/anatomy': 1.27.0
+ '@zag-js/core': 1.27.0
+ '@zag-js/dismissable': 1.27.0
+ '@zag-js/dom-query': 1.27.0
+ '@zag-js/popper': 1.27.0
+ '@zag-js/rect-utils': 1.27.0
+ '@zag-js/types': 1.27.0
+ '@zag-js/utils': 1.27.0
- '@zag-js/number-input@1.26.3':
+ '@zag-js/number-input@1.27.0':
dependencies:
'@internationalized/number': 3.6.5
- '@zag-js/anatomy': 1.26.3
- '@zag-js/core': 1.26.3
- '@zag-js/dom-query': 1.26.3
- '@zag-js/types': 1.26.3
- '@zag-js/utils': 1.26.3
-
- '@zag-js/pagination@1.26.3':
- dependencies:
- '@zag-js/anatomy': 1.26.3
- '@zag-js/core': 1.26.3
- '@zag-js/dom-query': 1.26.3
- '@zag-js/types': 1.26.3
- '@zag-js/utils': 1.26.3
-
- '@zag-js/password-input@1.26.3':
- dependencies:
- '@zag-js/anatomy': 1.26.3
- '@zag-js/core': 1.26.3
- '@zag-js/dom-query': 1.26.3
- '@zag-js/types': 1.26.3
- '@zag-js/utils': 1.26.3
-
- '@zag-js/pin-input@1.26.3':
- dependencies:
- '@zag-js/anatomy': 1.26.3
- '@zag-js/core': 1.26.3
- '@zag-js/dom-query': 1.26.3
- '@zag-js/types': 1.26.3
- '@zag-js/utils': 1.26.3
-
- '@zag-js/popover@1.26.3':
- dependencies:
- '@zag-js/anatomy': 1.26.3
- '@zag-js/aria-hidden': 1.26.3
- '@zag-js/core': 1.26.3
- '@zag-js/dismissable': 1.26.3
- '@zag-js/dom-query': 1.26.3
- '@zag-js/focus-trap': 1.26.3
- '@zag-js/popper': 1.26.3
- '@zag-js/remove-scroll': 1.26.3
- '@zag-js/types': 1.26.3
- '@zag-js/utils': 1.26.3
-
- '@zag-js/popper@1.26.3':
+ '@zag-js/anatomy': 1.27.0
+ '@zag-js/core': 1.27.0
+ '@zag-js/dom-query': 1.27.0
+ '@zag-js/types': 1.27.0
+ '@zag-js/utils': 1.27.0
+
+ '@zag-js/pagination@1.27.0':
+ dependencies:
+ '@zag-js/anatomy': 1.27.0
+ '@zag-js/core': 1.27.0
+ '@zag-js/dom-query': 1.27.0
+ '@zag-js/types': 1.27.0
+ '@zag-js/utils': 1.27.0
+
+ '@zag-js/password-input@1.27.0':
+ dependencies:
+ '@zag-js/anatomy': 1.27.0
+ '@zag-js/core': 1.27.0
+ '@zag-js/dom-query': 1.27.0
+ '@zag-js/types': 1.27.0
+ '@zag-js/utils': 1.27.0
+
+ '@zag-js/pin-input@1.27.0':
+ dependencies:
+ '@zag-js/anatomy': 1.27.0
+ '@zag-js/core': 1.27.0
+ '@zag-js/dom-query': 1.27.0
+ '@zag-js/types': 1.27.0
+ '@zag-js/utils': 1.27.0
+
+ '@zag-js/popover@1.27.0':
+ dependencies:
+ '@zag-js/anatomy': 1.27.0
+ '@zag-js/aria-hidden': 1.27.0
+ '@zag-js/core': 1.27.0
+ '@zag-js/dismissable': 1.27.0
+ '@zag-js/dom-query': 1.27.0
+ '@zag-js/focus-trap': 1.27.0
+ '@zag-js/popper': 1.27.0
+ '@zag-js/remove-scroll': 1.27.0
+ '@zag-js/types': 1.27.0
+ '@zag-js/utils': 1.27.0
+
+ '@zag-js/popper@1.27.0':
dependencies:
'@floating-ui/dom': 1.7.4
- '@zag-js/dom-query': 1.26.3
- '@zag-js/utils': 1.26.3
+ '@zag-js/dom-query': 1.27.0
+ '@zag-js/utils': 1.27.0
- '@zag-js/presence@1.26.3':
+ '@zag-js/presence@1.27.0':
dependencies:
- '@zag-js/core': 1.26.3
- '@zag-js/dom-query': 1.26.3
- '@zag-js/types': 1.26.3
+ '@zag-js/core': 1.27.0
+ '@zag-js/dom-query': 1.27.0
+ '@zag-js/types': 1.27.0
- '@zag-js/progress@1.26.3':
+ '@zag-js/progress@1.27.0':
dependencies:
- '@zag-js/anatomy': 1.26.3
- '@zag-js/core': 1.26.3
- '@zag-js/dom-query': 1.26.3
- '@zag-js/types': 1.26.3
- '@zag-js/utils': 1.26.3
+ '@zag-js/anatomy': 1.27.0
+ '@zag-js/core': 1.27.0
+ '@zag-js/dom-query': 1.27.0
+ '@zag-js/types': 1.27.0
+ '@zag-js/utils': 1.27.0
- '@zag-js/qr-code@1.26.3':
+ '@zag-js/qr-code@1.27.0':
dependencies:
- '@zag-js/anatomy': 1.26.3
- '@zag-js/core': 1.26.3
- '@zag-js/dom-query': 1.26.3
- '@zag-js/types': 1.26.3
- '@zag-js/utils': 1.26.3
+ '@zag-js/anatomy': 1.27.0
+ '@zag-js/core': 1.27.0
+ '@zag-js/dom-query': 1.27.0
+ '@zag-js/types': 1.27.0
+ '@zag-js/utils': 1.27.0
proxy-memoize: 3.0.1
uqr: 0.1.2
- '@zag-js/radio-group@1.26.3':
+ '@zag-js/radio-group@1.27.0':
dependencies:
- '@zag-js/anatomy': 1.26.3
- '@zag-js/core': 1.26.3
- '@zag-js/dom-query': 1.26.3
- '@zag-js/focus-visible': 1.26.3
- '@zag-js/types': 1.26.3
- '@zag-js/utils': 1.26.3
+ '@zag-js/anatomy': 1.27.0
+ '@zag-js/core': 1.27.0
+ '@zag-js/dom-query': 1.27.0
+ '@zag-js/focus-visible': 1.27.0
+ '@zag-js/types': 1.27.0
+ '@zag-js/utils': 1.27.0
- '@zag-js/rating-group@1.26.3':
+ '@zag-js/rating-group@1.27.0':
dependencies:
- '@zag-js/anatomy': 1.26.3
- '@zag-js/core': 1.26.3
- '@zag-js/dom-query': 1.26.3
- '@zag-js/types': 1.26.3
- '@zag-js/utils': 1.26.3
+ '@zag-js/anatomy': 1.27.0
+ '@zag-js/core': 1.27.0
+ '@zag-js/dom-query': 1.27.0
+ '@zag-js/types': 1.27.0
+ '@zag-js/utils': 1.27.0
- '@zag-js/react@1.26.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
+ '@zag-js/react@1.27.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
dependencies:
- '@zag-js/core': 1.26.3
- '@zag-js/store': 1.26.3
- '@zag-js/types': 1.26.3
- '@zag-js/utils': 1.26.3
+ '@zag-js/core': 1.27.0
+ '@zag-js/store': 1.27.0
+ '@zag-js/types': 1.27.0
+ '@zag-js/utils': 1.27.0
react: 19.2.0
react-dom: 19.2.0(react@19.2.0)
- '@zag-js/rect-utils@1.26.3': {}
+ '@zag-js/rect-utils@1.27.0': {}
- '@zag-js/remove-scroll@1.26.3':
+ '@zag-js/remove-scroll@1.27.0':
dependencies:
- '@zag-js/dom-query': 1.26.3
+ '@zag-js/dom-query': 1.27.0
- '@zag-js/scroll-area@1.26.3':
+ '@zag-js/scroll-area@1.27.0':
dependencies:
- '@zag-js/anatomy': 1.26.3
- '@zag-js/core': 1.26.3
- '@zag-js/dom-query': 1.26.3
- '@zag-js/types': 1.26.3
- '@zag-js/utils': 1.26.3
+ '@zag-js/anatomy': 1.27.0
+ '@zag-js/core': 1.27.0
+ '@zag-js/dom-query': 1.27.0
+ '@zag-js/types': 1.27.0
+ '@zag-js/utils': 1.27.0
- '@zag-js/scroll-snap@1.26.3':
+ '@zag-js/scroll-snap@1.27.0':
dependencies:
- '@zag-js/dom-query': 1.26.3
+ '@zag-js/dom-query': 1.27.0
- '@zag-js/select@1.26.3':
+ '@zag-js/select@1.27.0':
dependencies:
- '@zag-js/anatomy': 1.26.3
- '@zag-js/collection': 1.26.3
- '@zag-js/core': 1.26.3
- '@zag-js/dismissable': 1.26.3
- '@zag-js/dom-query': 1.26.3
- '@zag-js/popper': 1.26.3
- '@zag-js/types': 1.26.3
- '@zag-js/utils': 1.26.3
+ '@zag-js/anatomy': 1.27.0
+ '@zag-js/collection': 1.27.0
+ '@zag-js/core': 1.27.0
+ '@zag-js/dismissable': 1.27.0
+ '@zag-js/dom-query': 1.27.0
+ '@zag-js/popper': 1.27.0
+ '@zag-js/types': 1.27.0
+ '@zag-js/utils': 1.27.0
- '@zag-js/signature-pad@1.26.3':
+ '@zag-js/signature-pad@1.27.0':
dependencies:
- '@zag-js/anatomy': 1.26.3
- '@zag-js/core': 1.26.3
- '@zag-js/dom-query': 1.26.3
- '@zag-js/types': 1.26.3
- '@zag-js/utils': 1.26.3
+ '@zag-js/anatomy': 1.27.0
+ '@zag-js/core': 1.27.0
+ '@zag-js/dom-query': 1.27.0
+ '@zag-js/types': 1.27.0
+ '@zag-js/utils': 1.27.0
perfect-freehand: 1.2.2
- '@zag-js/slider@1.26.3':
+ '@zag-js/slider@1.27.0':
dependencies:
- '@zag-js/anatomy': 1.26.3
- '@zag-js/core': 1.26.3
- '@zag-js/dom-query': 1.26.3
- '@zag-js/types': 1.26.3
- '@zag-js/utils': 1.26.3
+ '@zag-js/anatomy': 1.27.0
+ '@zag-js/core': 1.27.0
+ '@zag-js/dom-query': 1.27.0
+ '@zag-js/types': 1.27.0
+ '@zag-js/utils': 1.27.0
- '@zag-js/splitter@1.26.3':
+ '@zag-js/splitter@1.27.0':
dependencies:
- '@zag-js/anatomy': 1.26.3
- '@zag-js/core': 1.26.3
- '@zag-js/dom-query': 1.26.3
- '@zag-js/types': 1.26.3
- '@zag-js/utils': 1.26.3
+ '@zag-js/anatomy': 1.27.0
+ '@zag-js/core': 1.27.0
+ '@zag-js/dom-query': 1.27.0
+ '@zag-js/types': 1.27.0
+ '@zag-js/utils': 1.27.0
- '@zag-js/steps@1.26.3':
+ '@zag-js/steps@1.27.0':
dependencies:
- '@zag-js/anatomy': 1.26.3
- '@zag-js/core': 1.26.3
- '@zag-js/dom-query': 1.26.3
- '@zag-js/types': 1.26.3
- '@zag-js/utils': 1.26.3
+ '@zag-js/anatomy': 1.27.0
+ '@zag-js/core': 1.27.0
+ '@zag-js/dom-query': 1.27.0
+ '@zag-js/types': 1.27.0
+ '@zag-js/utils': 1.27.0
- '@zag-js/store@1.26.3':
+ '@zag-js/store@1.27.0':
dependencies:
proxy-compare: 3.0.1
- '@zag-js/switch@1.26.3':
- dependencies:
- '@zag-js/anatomy': 1.26.3
- '@zag-js/core': 1.26.3
- '@zag-js/dom-query': 1.26.3
- '@zag-js/focus-visible': 1.26.3
- '@zag-js/types': 1.26.3
- '@zag-js/utils': 1.26.3
-
- '@zag-js/tabs@1.26.3':
- dependencies:
- '@zag-js/anatomy': 1.26.3
- '@zag-js/core': 1.26.3
- '@zag-js/dom-query': 1.26.3
- '@zag-js/types': 1.26.3
- '@zag-js/utils': 1.26.3
-
- '@zag-js/tags-input@1.26.3':
- dependencies:
- '@zag-js/anatomy': 1.26.3
- '@zag-js/auto-resize': 1.26.3
- '@zag-js/core': 1.26.3
- '@zag-js/dom-query': 1.26.3
- '@zag-js/interact-outside': 1.26.3
- '@zag-js/live-region': 1.26.3
- '@zag-js/types': 1.26.3
- '@zag-js/utils': 1.26.3
-
- '@zag-js/timer@1.26.3':
- dependencies:
- '@zag-js/anatomy': 1.26.3
- '@zag-js/core': 1.26.3
- '@zag-js/dom-query': 1.26.3
- '@zag-js/types': 1.26.3
- '@zag-js/utils': 1.26.3
-
- '@zag-js/toast@1.26.3':
- dependencies:
- '@zag-js/anatomy': 1.26.3
- '@zag-js/core': 1.26.3
- '@zag-js/dismissable': 1.26.3
- '@zag-js/dom-query': 1.26.3
- '@zag-js/types': 1.26.3
- '@zag-js/utils': 1.26.3
-
- '@zag-js/toggle-group@1.26.3':
- dependencies:
- '@zag-js/anatomy': 1.26.3
- '@zag-js/core': 1.26.3
- '@zag-js/dom-query': 1.26.3
- '@zag-js/types': 1.26.3
- '@zag-js/utils': 1.26.3
-
- '@zag-js/toggle@1.26.3':
- dependencies:
- '@zag-js/anatomy': 1.26.3
- '@zag-js/core': 1.26.3
- '@zag-js/dom-query': 1.26.3
- '@zag-js/types': 1.26.3
- '@zag-js/utils': 1.26.3
-
- '@zag-js/tooltip@1.26.3':
- dependencies:
- '@zag-js/anatomy': 1.26.3
- '@zag-js/core': 1.26.3
- '@zag-js/dom-query': 1.26.3
- '@zag-js/focus-visible': 1.26.3
- '@zag-js/popper': 1.26.3
- '@zag-js/types': 1.26.3
- '@zag-js/utils': 1.26.3
-
- '@zag-js/tour@1.26.3':
- dependencies:
- '@zag-js/anatomy': 1.26.3
- '@zag-js/core': 1.26.3
- '@zag-js/dismissable': 1.26.3
- '@zag-js/dom-query': 1.26.3
- '@zag-js/focus-trap': 1.26.3
- '@zag-js/interact-outside': 1.26.3
- '@zag-js/popper': 1.26.3
- '@zag-js/types': 1.26.3
- '@zag-js/utils': 1.26.3
-
- '@zag-js/tree-view@1.26.3':
- dependencies:
- '@zag-js/anatomy': 1.26.3
- '@zag-js/collection': 1.26.3
- '@zag-js/core': 1.26.3
- '@zag-js/dom-query': 1.26.3
- '@zag-js/types': 1.26.3
- '@zag-js/utils': 1.26.3
-
- '@zag-js/types@1.26.3':
+ '@zag-js/switch@1.27.0':
+ dependencies:
+ '@zag-js/anatomy': 1.27.0
+ '@zag-js/core': 1.27.0
+ '@zag-js/dom-query': 1.27.0
+ '@zag-js/focus-visible': 1.27.0
+ '@zag-js/types': 1.27.0
+ '@zag-js/utils': 1.27.0
+
+ '@zag-js/tabs@1.27.0':
+ dependencies:
+ '@zag-js/anatomy': 1.27.0
+ '@zag-js/core': 1.27.0
+ '@zag-js/dom-query': 1.27.0
+ '@zag-js/types': 1.27.0
+ '@zag-js/utils': 1.27.0
+
+ '@zag-js/tags-input@1.27.0':
+ dependencies:
+ '@zag-js/anatomy': 1.27.0
+ '@zag-js/auto-resize': 1.27.0
+ '@zag-js/core': 1.27.0
+ '@zag-js/dom-query': 1.27.0
+ '@zag-js/interact-outside': 1.27.0
+ '@zag-js/live-region': 1.27.0
+ '@zag-js/types': 1.27.0
+ '@zag-js/utils': 1.27.0
+
+ '@zag-js/timer@1.27.0':
+ dependencies:
+ '@zag-js/anatomy': 1.27.0
+ '@zag-js/core': 1.27.0
+ '@zag-js/dom-query': 1.27.0
+ '@zag-js/types': 1.27.0
+ '@zag-js/utils': 1.27.0
+
+ '@zag-js/toast@1.27.0':
+ dependencies:
+ '@zag-js/anatomy': 1.27.0
+ '@zag-js/core': 1.27.0
+ '@zag-js/dismissable': 1.27.0
+ '@zag-js/dom-query': 1.27.0
+ '@zag-js/types': 1.27.0
+ '@zag-js/utils': 1.27.0
+
+ '@zag-js/toggle-group@1.27.0':
+ dependencies:
+ '@zag-js/anatomy': 1.27.0
+ '@zag-js/core': 1.27.0
+ '@zag-js/dom-query': 1.27.0
+ '@zag-js/types': 1.27.0
+ '@zag-js/utils': 1.27.0
+
+ '@zag-js/toggle@1.27.0':
+ dependencies:
+ '@zag-js/anatomy': 1.27.0
+ '@zag-js/core': 1.27.0
+ '@zag-js/dom-query': 1.27.0
+ '@zag-js/types': 1.27.0
+ '@zag-js/utils': 1.27.0
+
+ '@zag-js/tooltip@1.27.0':
+ dependencies:
+ '@zag-js/anatomy': 1.27.0
+ '@zag-js/core': 1.27.0
+ '@zag-js/dom-query': 1.27.0
+ '@zag-js/focus-visible': 1.27.0
+ '@zag-js/popper': 1.27.0
+ '@zag-js/types': 1.27.0
+ '@zag-js/utils': 1.27.0
+
+ '@zag-js/tour@1.27.0':
+ dependencies:
+ '@zag-js/anatomy': 1.27.0
+ '@zag-js/core': 1.27.0
+ '@zag-js/dismissable': 1.27.0
+ '@zag-js/dom-query': 1.27.0
+ '@zag-js/focus-trap': 1.27.0
+ '@zag-js/interact-outside': 1.27.0
+ '@zag-js/popper': 1.27.0
+ '@zag-js/types': 1.27.0
+ '@zag-js/utils': 1.27.0
+
+ '@zag-js/tree-view@1.27.0':
+ dependencies:
+ '@zag-js/anatomy': 1.27.0
+ '@zag-js/collection': 1.27.0
+ '@zag-js/core': 1.27.0
+ '@zag-js/dom-query': 1.27.0
+ '@zag-js/types': 1.27.0
+ '@zag-js/utils': 1.27.0
+
+ '@zag-js/types@1.27.0':
dependencies:
csstype: 3.1.3
- '@zag-js/utils@1.26.3': {}
+ '@zag-js/utils@1.27.0': {}
abbrev@1.1.1:
optional: true
@@ -14283,17 +14525,17 @@ snapshots:
transitivePeerDependencies:
- supports-color
- babel-loader@10.0.0(@babel/core@7.28.5)(webpack@5.102.1(esbuild@0.25.11)):
+ babel-loader@10.0.0(@babel/core@7.28.5)(webpack@5.102.1(esbuild@0.27.0)):
dependencies:
'@babel/core': 7.28.5
find-up: 5.0.0
- webpack: 5.102.1(esbuild@0.25.11)
+ webpack: 5.102.1(esbuild@0.27.0)
babel-loader@10.0.0(@babel/core@7.28.5)(webpack@5.102.1):
dependencies:
'@babel/core': 7.28.5
find-up: 5.0.0
- webpack: 5.102.1(esbuild@0.25.11)(webpack-cli@6.0.1)
+ webpack: 5.102.1(esbuild@0.27.0)(webpack-cli@6.0.1)
babel-plugin-istanbul@7.0.1:
dependencies:
@@ -14787,7 +15029,7 @@ snapshots:
schema-utils: 4.3.3
serialize-javascript: 6.0.2
tinyglobby: 0.2.15
- webpack: 5.102.1(esbuild@0.25.11)(webpack-cli@6.0.1)
+ webpack: 5.102.1(esbuild@0.27.0)(webpack-cli@6.0.1)
core-js-compat@3.46.0:
dependencies:
@@ -14843,7 +15085,7 @@ snapshots:
postcss-value-parser: 4.2.0
semver: 7.7.3
optionalDependencies:
- webpack: 5.102.1(esbuild@0.25.11)(webpack-cli@6.0.1)
+ webpack: 5.102.1(esbuild@0.27.0)(webpack-cli@6.0.1)
css-select@4.3.0:
dependencies:
@@ -15389,10 +15631,10 @@ snapshots:
get-value: 2.0.6
sliced: 1.0.1
- esbuild-register@3.6.0(esbuild@0.25.11):
+ esbuild-register@3.6.0(esbuild@0.27.0):
dependencies:
debug: 4.4.3
- esbuild: 0.25.11
+ esbuild: 0.27.0
transitivePeerDependencies:
- supports-color
optional: true
@@ -15426,6 +15668,35 @@ snapshots:
'@esbuild/win32-ia32': 0.25.11
'@esbuild/win32-x64': 0.25.11
+ esbuild@0.27.0:
+ optionalDependencies:
+ '@esbuild/aix-ppc64': 0.27.0
+ '@esbuild/android-arm': 0.27.0
+ '@esbuild/android-arm64': 0.27.0
+ '@esbuild/android-x64': 0.27.0
+ '@esbuild/darwin-arm64': 0.27.0
+ '@esbuild/darwin-x64': 0.27.0
+ '@esbuild/freebsd-arm64': 0.27.0
+ '@esbuild/freebsd-x64': 0.27.0
+ '@esbuild/linux-arm': 0.27.0
+ '@esbuild/linux-arm64': 0.27.0
+ '@esbuild/linux-ia32': 0.27.0
+ '@esbuild/linux-loong64': 0.27.0
+ '@esbuild/linux-mips64el': 0.27.0
+ '@esbuild/linux-ppc64': 0.27.0
+ '@esbuild/linux-riscv64': 0.27.0
+ '@esbuild/linux-s390x': 0.27.0
+ '@esbuild/linux-x64': 0.27.0
+ '@esbuild/netbsd-arm64': 0.27.0
+ '@esbuild/netbsd-x64': 0.27.0
+ '@esbuild/openbsd-arm64': 0.27.0
+ '@esbuild/openbsd-x64': 0.27.0
+ '@esbuild/openharmony-arm64': 0.27.0
+ '@esbuild/sunos-x64': 0.27.0
+ '@esbuild/win32-arm64': 0.27.0
+ '@esbuild/win32-ia32': 0.27.0
+ '@esbuild/win32-x64': 0.27.0
+
escalade@3.2.0: {}
escape-html@1.0.3: {}
@@ -15442,33 +15713,33 @@ snapshots:
optionalDependencies:
source-map: 0.6.1
- eslint-config-prettier@10.1.8(eslint@9.38.0):
+ eslint-config-prettier@10.1.8(eslint@9.39.1):
dependencies:
- eslint: 9.38.0
+ eslint: 9.39.1
- eslint-plugin-jest@29.0.1(@typescript-eslint/eslint-plugin@8.46.2(@typescript-eslint/parser@8.46.2(eslint@9.38.0)(typescript@5.9.3))(eslint@9.38.0)(typescript@5.9.3))(eslint@9.38.0)(jest@30.2.0(@types/node@24.9.2)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.11))(ts-node@10.9.2(@types/node@24.9.2)(typescript@5.9.3)))(typescript@5.9.3):
+ eslint-plugin-jest@29.1.0(@typescript-eslint/eslint-plugin@8.46.4(@typescript-eslint/parser@8.46.4(eslint@9.39.1)(typescript@5.9.3))(eslint@9.39.1)(typescript@5.9.3))(eslint@9.39.1)(jest@30.2.0(@types/node@24.10.1)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.27.0))(ts-node@10.9.2(@types/node@24.10.1)(typescript@5.9.3)))(typescript@5.9.3):
dependencies:
- '@typescript-eslint/utils': 8.46.2(eslint@9.38.0)(typescript@5.9.3)
- eslint: 9.38.0
+ '@typescript-eslint/utils': 8.46.4(eslint@9.39.1)(typescript@5.9.3)
+ eslint: 9.39.1
optionalDependencies:
- '@typescript-eslint/eslint-plugin': 8.46.2(@typescript-eslint/parser@8.46.2(eslint@9.38.0)(typescript@5.9.3))(eslint@9.38.0)(typescript@5.9.3)
- jest: 30.2.0(@types/node@24.9.2)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.11))(ts-node@10.9.2(@types/node@24.9.2)(typescript@5.9.3))
+ '@typescript-eslint/eslint-plugin': 8.46.4(@typescript-eslint/parser@8.46.4(eslint@9.39.1)(typescript@5.9.3))(eslint@9.39.1)(typescript@5.9.3)
+ jest: 30.2.0(@types/node@24.10.1)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.27.0))(ts-node@10.9.2(@types/node@24.10.1)(typescript@5.9.3))
transitivePeerDependencies:
- supports-color
- typescript
- eslint-plugin-react-hooks@7.0.1(eslint@9.38.0):
+ eslint-plugin-react-hooks@7.0.1(eslint@9.39.1):
dependencies:
'@babel/core': 7.28.5
'@babel/parser': 7.28.5
- eslint: 9.38.0
+ eslint: 9.39.1
hermes-parser: 0.25.1
zod: 4.1.12
zod-validation-error: 4.0.2(zod@4.1.12)
transitivePeerDependencies:
- supports-color
- eslint-plugin-react@7.37.5(eslint@9.38.0):
+ eslint-plugin-react@7.37.5(eslint@9.39.1):
dependencies:
array-includes: 3.1.9
array.prototype.findlast: 1.2.5
@@ -15476,7 +15747,7 @@ snapshots:
array.prototype.tosorted: 1.1.4
doctrine: 2.1.0
es-iterator-helpers: 1.2.1
- eslint: 9.38.0
+ eslint: 9.39.1
estraverse: 5.3.0
hasown: 2.0.2
jsx-ast-utils: 3.3.5
@@ -15506,15 +15777,15 @@ snapshots:
eslint-visitor-keys@4.2.1: {}
- eslint@9.38.0:
+ eslint@9.39.1:
dependencies:
- '@eslint-community/eslint-utils': 4.9.0(eslint@9.38.0)
+ '@eslint-community/eslint-utils': 4.9.0(eslint@9.39.1)
'@eslint-community/regexpp': 4.12.2
'@eslint/config-array': 0.21.1
'@eslint/config-helpers': 0.4.2
- '@eslint/core': 0.16.0
+ '@eslint/core': 0.17.0
'@eslint/eslintrc': 3.3.1
- '@eslint/js': 9.38.0
+ '@eslint/js': 9.39.1
'@eslint/plugin-kit': 0.4.1
'@humanfs/node': 0.16.7
'@humanwhocodes/module-importer': 1.0.1
@@ -15820,7 +16091,7 @@ snapshots:
semver: 7.7.3
tapable: 2.3.0
typescript: 5.9.3
- webpack: 5.102.1(esbuild@0.25.11)(webpack-cli@6.0.1)
+ webpack: 5.102.1(esbuild@0.27.0)(webpack-cli@6.0.1)
form-data@4.0.4:
dependencies:
@@ -16009,7 +16280,7 @@ snapshots:
globals@14.0.0: {}
- globals@16.4.0: {}
+ globals@16.5.0: {}
globalthis@1.0.4:
dependencies:
@@ -16045,7 +16316,7 @@ snapshots:
graphemer@1.4.0: {}
- graphql@16.11.0: {}
+ graphql@16.12.0: {}
handle-thing@2.0.1: {}
@@ -16120,7 +16391,7 @@ snapshots:
dependencies:
html-minifier-terser: 7.2.0
parse5: 7.3.0
- webpack: 5.102.1(esbuild@0.25.11)(webpack-cli@6.0.1)
+ webpack: 5.102.1(esbuild@0.27.0)(webpack-cli@6.0.1)
html-minifier-terser@6.1.0:
dependencies:
@@ -16150,7 +16421,7 @@ snapshots:
pretty-error: 4.0.0
tapable: 2.3.0
optionalDependencies:
- webpack: 5.102.1(esbuild@0.25.11)(webpack-cli@6.0.1)
+ webpack: 5.102.1(esbuild@0.27.0)(webpack-cli@6.0.1)
htmlparser2@6.1.0:
dependencies:
@@ -16573,7 +16844,7 @@ snapshots:
'@jest/expect': 30.2.0
'@jest/test-result': 30.2.0
'@jest/types': 30.2.0
- '@types/node': 24.9.2
+ '@types/node': 24.10.1
chalk: 4.1.2
co: 4.6.0
dedent: 1.7.0(babel-plugin-macros@3.1.0)
@@ -16593,15 +16864,15 @@ snapshots:
- babel-plugin-macros
- supports-color
- jest-cli@30.2.0(@types/node@24.9.2)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.11))(ts-node@10.9.2(@types/node@24.9.2)(typescript@5.9.3)):
+ jest-cli@30.2.0(@types/node@24.10.1)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.27.0))(ts-node@10.9.2(@types/node@24.10.1)(typescript@5.9.3)):
dependencies:
- '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.11))(ts-node@10.9.2(@types/node@24.9.2)(typescript@5.9.3))
+ '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.27.0))(ts-node@10.9.2(@types/node@24.10.1)(typescript@5.9.3))
'@jest/test-result': 30.2.0
'@jest/types': 30.2.0
chalk: 4.1.2
exit-x: 0.2.2
import-local: 3.2.0
- jest-config: 30.2.0(@types/node@24.9.2)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.11))(ts-node@10.9.2(@types/node@24.9.2)(typescript@5.9.3))
+ jest-config: 30.2.0(@types/node@24.10.1)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.27.0))(ts-node@10.9.2(@types/node@24.10.1)(typescript@5.9.3))
jest-util: 30.2.0
jest-validate: 30.2.0
yargs: 17.7.2
@@ -16612,7 +16883,7 @@ snapshots:
- supports-color
- ts-node
- jest-config@30.2.0(@types/node@24.9.2)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.11))(ts-node@10.9.2(@types/node@24.9.2)(typescript@5.9.3)):
+ jest-config@30.2.0(@types/node@24.10.1)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.27.0))(ts-node@10.9.2(@types/node@24.10.1)(typescript@5.9.3)):
dependencies:
'@babel/core': 7.28.5
'@jest/get-type': 30.1.0
@@ -16639,9 +16910,9 @@ snapshots:
slash: 3.0.0
strip-json-comments: 3.1.1
optionalDependencies:
- '@types/node': 24.9.2
- esbuild-register: 3.6.0(esbuild@0.25.11)
- ts-node: 10.9.2(@types/node@24.9.2)(typescript@5.9.3)
+ '@types/node': 24.10.1
+ esbuild-register: 3.6.0(esbuild@0.27.0)
+ ts-node: 10.9.2(@types/node@24.10.1)(typescript@5.9.3)
transitivePeerDependencies:
- babel-plugin-macros
- supports-color
@@ -16670,7 +16941,7 @@ snapshots:
'@jest/environment': 30.2.0
'@jest/environment-jsdom-abstract': 30.2.0(jsdom@26.1.0)
'@types/jsdom': 21.1.7
- '@types/node': 24.9.2
+ '@types/node': 24.10.1
jsdom: 26.1.0
transitivePeerDependencies:
- bufferutil
@@ -16682,7 +16953,7 @@ snapshots:
'@jest/environment': 30.2.0
'@jest/fake-timers': 30.2.0
'@jest/types': 30.2.0
- '@types/node': 24.9.2
+ '@types/node': 24.10.1
jest-mock: 30.2.0
jest-util: 30.2.0
jest-validate: 30.2.0
@@ -16690,7 +16961,7 @@ snapshots:
jest-haste-map@30.2.0:
dependencies:
'@jest/types': 30.2.0
- '@types/node': 24.9.2
+ '@types/node': 24.10.1
anymatch: 3.1.3
fb-watchman: 2.0.2
graceful-fs: 4.2.11
@@ -16729,7 +17000,7 @@ snapshots:
jest-mock@30.2.0:
dependencies:
'@jest/types': 30.2.0
- '@types/node': 24.9.2
+ '@types/node': 24.10.1
jest-util: 30.2.0
jest-pnp-resolver@1.2.3(jest-resolve@30.2.0):
@@ -16763,7 +17034,7 @@ snapshots:
'@jest/test-result': 30.2.0
'@jest/transform': 30.2.0
'@jest/types': 30.2.0
- '@types/node': 24.9.2
+ '@types/node': 24.10.1
chalk: 4.1.2
emittery: 0.13.1
exit-x: 0.2.2
@@ -16792,7 +17063,7 @@ snapshots:
'@jest/test-result': 30.2.0
'@jest/transform': 30.2.0
'@jest/types': 30.2.0
- '@types/node': 24.9.2
+ '@types/node': 24.10.1
chalk: 4.1.2
cjs-module-lexer: 2.1.0
collect-v8-coverage: 1.0.3
@@ -16839,7 +17110,7 @@ snapshots:
jest-util@30.2.0:
dependencies:
'@jest/types': 30.2.0
- '@types/node': 24.9.2
+ '@types/node': 24.10.1
chalk: 4.1.2
ci-info: 4.3.1
graceful-fs: 4.2.11
@@ -16858,7 +17129,7 @@ snapshots:
dependencies:
'@jest/test-result': 30.2.0
'@jest/types': 30.2.0
- '@types/node': 24.9.2
+ '@types/node': 24.10.1
ansi-escapes: 4.3.2
chalk: 4.1.2
emittery: 0.13.1
@@ -16867,24 +17138,24 @@ snapshots:
jest-worker@27.5.1:
dependencies:
- '@types/node': 24.9.2
+ '@types/node': 24.10.1
merge-stream: 2.0.0
supports-color: 8.1.1
jest-worker@30.2.0:
dependencies:
- '@types/node': 24.9.2
+ '@types/node': 24.10.1
'@ungap/structured-clone': 1.3.0
jest-util: 30.2.0
merge-stream: 2.0.0
supports-color: 8.1.1
- jest@30.2.0(@types/node@24.9.2)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.11))(ts-node@10.9.2(@types/node@24.9.2)(typescript@5.9.3)):
+ jest@30.2.0(@types/node@24.10.1)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.27.0))(ts-node@10.9.2(@types/node@24.10.1)(typescript@5.9.3)):
dependencies:
- '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.11))(ts-node@10.9.2(@types/node@24.9.2)(typescript@5.9.3))
+ '@jest/core': 30.2.0(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.27.0))(ts-node@10.9.2(@types/node@24.10.1)(typescript@5.9.3))
'@jest/types': 30.2.0
import-local: 3.2.0
- jest-cli: 30.2.0(@types/node@24.9.2)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.11))(ts-node@10.9.2(@types/node@24.9.2)(typescript@5.9.3))
+ jest-cli: 30.2.0(@types/node@24.10.1)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.27.0))(ts-node@10.9.2(@types/node@24.10.1)(typescript@5.9.3))
transitivePeerDependencies:
- '@types/node'
- babel-plugin-macros
@@ -17360,14 +17631,14 @@ snapshots:
ms@2.1.3: {}
- msw@2.11.6(@types/node@24.9.2)(typescript@5.9.3):
+ msw@2.11.6(@types/node@24.10.1)(typescript@5.9.3):
dependencies:
- '@inquirer/confirm': 5.1.19(@types/node@24.9.2)
+ '@inquirer/confirm': 5.1.19(@types/node@24.10.1)
'@mswjs/interceptors': 0.40.0
'@open-draft/deferred-promise': 2.2.0
'@types/statuses': 2.0.6
cookie: 1.0.2
- graphql: 16.11.0
+ graphql: 16.12.0
headers-polyfill: 4.0.3
is-node-process: 1.2.0
outvariant: 1.4.3
@@ -17981,13 +18252,13 @@ snapshots:
minimist: 1.2.8
strip-json-comments: 2.0.1
- react-bootstrap@2.10.10(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0):
+ react-bootstrap@2.10.10(@types/react@19.2.3)(react-dom@19.2.0(react@19.2.0))(react@19.2.0):
dependencies:
'@babel/runtime': 7.28.4
'@restart/hooks': 0.4.16(react@19.2.0)
'@restart/ui': 1.9.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
'@types/prop-types': 15.7.15
- '@types/react-transition-group': 4.4.12(@types/react@19.2.2)
+ '@types/react-transition-group': 4.4.12(@types/react@19.2.3)
classnames: 2.5.1
dom-helpers: 5.2.1
invariant: 2.2.4
@@ -17999,7 +18270,7 @@ snapshots:
uncontrollable: 7.2.1(react@19.2.0)
warning: 4.0.3
optionalDependencies:
- '@types/react': 19.2.2
+ '@types/react': 19.2.3
react-docgen-typescript@2.4.0(typescript@5.9.3):
dependencies:
@@ -18039,13 +18310,13 @@ snapshots:
react-lifecycles-compat@3.0.4: {}
- react-redux@9.2.0(@types/react@19.2.2)(react@19.2.0)(redux@5.0.1):
+ react-redux@9.2.0(@types/react@19.2.3)(react@19.2.0)(redux@5.0.1):
dependencies:
'@types/use-sync-external-store': 0.0.6
react: 19.2.0
use-sync-external-store: 1.6.0(react@19.2.0)
optionalDependencies:
- '@types/react': 19.2.2
+ '@types/react': 19.2.3
redux: 5.0.1
react-router-dom@7.9.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0):
@@ -18062,19 +18333,19 @@ snapshots:
optionalDependencies:
react-dom: 19.2.0(react@19.2.0)
- react-select@5.10.2(@types/react@19.2.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0):
+ react-select@5.10.2(@types/react@19.2.3)(react-dom@19.2.0(react@19.2.0))(react@19.2.0):
dependencies:
'@babel/runtime': 7.28.4
'@emotion/cache': 11.14.0
- '@emotion/react': 11.14.0(@types/react@19.2.2)(react@19.2.0)
+ '@emotion/react': 11.14.0(@types/react@19.2.3)(react@19.2.0)
'@floating-ui/dom': 1.7.4
- '@types/react-transition-group': 4.4.12(@types/react@19.2.2)
+ '@types/react-transition-group': 4.4.12(@types/react@19.2.3)
memoize-one: 6.0.0
prop-types: 15.8.1
react: 19.2.0
react-dom: 19.2.0(react@19.2.0)
react-transition-group: 4.4.5(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
- use-isomorphic-layout-effect: 1.2.1(@types/react@19.2.2)(react@19.2.0)
+ use-isomorphic-layout-effect: 1.2.1(@types/react@19.2.3)(react@19.2.0)
transitivePeerDependencies:
- '@types/react'
- supports-color
@@ -18251,7 +18522,7 @@ snapshots:
glob: 7.2.3
optional: true
- rimraf@6.0.1:
+ rimraf@6.1.0:
dependencies:
glob: 11.0.3
package-json-from-dist: 1.0.1
@@ -18607,7 +18878,7 @@ snapshots:
- bufferutil
- utf-8-validate
- socketcluster-server@19.2.1:
+ socketcluster-server@19.2.2:
dependencies:
ag-auth: 2.1.0
ag-request: 1.1.0
@@ -18731,14 +19002,14 @@ snapshots:
es-errors: 1.3.0
internal-slot: 1.1.0
- storybook@10.0.2(@testing-library/dom@10.4.1)(msw@2.11.6(@types/node@24.9.2)(typescript@5.9.3))(prettier@3.6.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(vite@7.1.12(@types/node@24.9.2)(terser@5.44.0)):
+ storybook@10.0.7(@testing-library/dom@10.4.1)(msw@2.11.6(@types/node@24.10.1)(typescript@5.9.3))(prettier@3.6.2)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(vite@7.2.2(@types/node@24.10.1)(terser@5.44.0)):
dependencies:
'@storybook/global': 5.0.0
'@storybook/icons': 1.6.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
'@testing-library/jest-dom': 6.9.1
'@testing-library/user-event': 14.6.1(@testing-library/dom@10.4.1)
'@vitest/expect': 3.2.4
- '@vitest/mocker': 3.2.4(msw@2.11.6(@types/node@24.9.2)(typescript@5.9.3))(vite@7.1.12(@types/node@24.9.2)(terser@5.44.0))
+ '@vitest/mocker': 3.2.4(msw@2.11.6(@types/node@24.10.1)(typescript@5.9.3))(vite@7.2.2(@types/node@24.10.1)(terser@5.44.0))
'@vitest/spy': 3.2.4
esbuild: 0.25.11
recast: 0.23.11
@@ -18857,7 +19128,7 @@ snapshots:
style-loader@4.0.0(webpack@5.102.1):
dependencies:
- webpack: 5.102.1(esbuild@0.25.11)(webpack-cli@6.0.1)
+ webpack: 5.102.1(esbuild@0.27.0)(webpack-cli@6.0.1)
stylis@4.2.0: {}
@@ -18945,27 +19216,27 @@ snapshots:
term-size@2.2.1: {}
- terser-webpack-plugin@5.3.14(esbuild@0.25.11)(webpack@5.102.1(esbuild@0.25.11)):
+ terser-webpack-plugin@5.3.14(esbuild@0.27.0)(webpack@5.102.1(esbuild@0.27.0)):
dependencies:
'@jridgewell/trace-mapping': 0.3.31
jest-worker: 27.5.1
schema-utils: 4.3.3
serialize-javascript: 6.0.2
terser: 5.44.0
- webpack: 5.102.1(esbuild@0.25.11)
+ webpack: 5.102.1(esbuild@0.27.0)
optionalDependencies:
- esbuild: 0.25.11
+ esbuild: 0.27.0
- terser-webpack-plugin@5.3.14(esbuild@0.25.11)(webpack@5.102.1):
+ terser-webpack-plugin@5.3.14(esbuild@0.27.0)(webpack@5.102.1):
dependencies:
'@jridgewell/trace-mapping': 0.3.31
jest-worker: 27.5.1
schema-utils: 4.3.3
serialize-javascript: 6.0.2
terser: 5.44.0
- webpack: 5.102.1(esbuild@0.25.11)(webpack-cli@6.0.1)
+ webpack: 5.102.1(esbuild@0.27.0)(webpack-cli@6.0.1)
optionalDependencies:
- esbuild: 0.25.11
+ esbuild: 0.27.0
terser@5.44.0:
dependencies:
@@ -19060,12 +19331,12 @@ snapshots:
ts-dedent@2.2.0: {}
- ts-jest@29.4.5(@babel/core@7.28.5)(@jest/transform@30.2.0)(@jest/types@30.2.0)(babel-jest@30.2.0(@babel/core@7.28.5))(esbuild@0.25.11)(jest-util@30.2.0)(jest@30.2.0(@types/node@24.9.2)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.11))(ts-node@10.9.2(@types/node@24.9.2)(typescript@5.9.3)))(typescript@5.9.3):
+ ts-jest@29.4.5(@babel/core@7.28.5)(@jest/transform@30.2.0)(@jest/types@30.2.0)(babel-jest@30.2.0(@babel/core@7.28.5))(esbuild@0.27.0)(jest-util@30.2.0)(jest@30.2.0(@types/node@24.10.1)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.27.0))(ts-node@10.9.2(@types/node@24.10.1)(typescript@5.9.3)))(typescript@5.9.3):
dependencies:
bs-logger: 0.2.6
fast-json-stable-stringify: 2.1.0
handlebars: 4.7.8
- jest: 30.2.0(@types/node@24.9.2)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.25.11))(ts-node@10.9.2(@types/node@24.9.2)(typescript@5.9.3))
+ jest: 30.2.0(@types/node@24.10.1)(babel-plugin-macros@3.1.0)(esbuild-register@3.6.0(esbuild@0.27.0))(ts-node@10.9.2(@types/node@24.10.1)(typescript@5.9.3))
json5: 2.2.3
lodash.memoize: 4.1.2
make-error: 1.3.6
@@ -19078,17 +19349,17 @@ snapshots:
'@jest/transform': 30.2.0
'@jest/types': 30.2.0
babel-jest: 30.2.0(@babel/core@7.28.5)
- esbuild: 0.25.11
+ esbuild: 0.27.0
jest-util: 30.2.0
- ts-node@10.9.2(@types/node@24.9.2)(typescript@5.9.3):
+ ts-node@10.9.2(@types/node@24.10.1)(typescript@5.9.3):
dependencies:
'@cspotcode/source-map-support': 0.8.1
'@tsconfig/node10': 1.0.11
'@tsconfig/node12': 1.0.11
'@tsconfig/node14': 1.0.3
'@tsconfig/node16': 1.0.4
- '@types/node': 24.9.2
+ '@types/node': 24.10.1
acorn: 8.15.0
acorn-walk: 8.3.4
arg: 4.1.3
@@ -19174,13 +19445,13 @@ snapshots:
dependencies:
ts-toolbelt: 9.6.0
- typescript-eslint@8.46.2(eslint@9.38.0)(typescript@5.9.3):
+ typescript-eslint@8.46.4(eslint@9.39.1)(typescript@5.9.3):
dependencies:
- '@typescript-eslint/eslint-plugin': 8.46.2(@typescript-eslint/parser@8.46.2(eslint@9.38.0)(typescript@5.9.3))(eslint@9.38.0)(typescript@5.9.3)
- '@typescript-eslint/parser': 8.46.2(eslint@9.38.0)(typescript@5.9.3)
- '@typescript-eslint/typescript-estree': 8.46.2(typescript@5.9.3)
- '@typescript-eslint/utils': 8.46.2(eslint@9.38.0)(typescript@5.9.3)
- eslint: 9.38.0
+ '@typescript-eslint/eslint-plugin': 8.46.4(@typescript-eslint/parser@8.46.4(eslint@9.39.1)(typescript@5.9.3))(eslint@9.39.1)(typescript@5.9.3)
+ '@typescript-eslint/parser': 8.46.4(eslint@9.39.1)(typescript@5.9.3)
+ '@typescript-eslint/typescript-estree': 8.46.4(typescript@5.9.3)
+ '@typescript-eslint/utils': 8.46.4(eslint@9.39.1)(typescript@5.9.3)
+ eslint: 9.39.1
typescript: 5.9.3
transitivePeerDependencies:
- supports-color
@@ -19200,7 +19471,7 @@ snapshots:
uncontrollable@7.2.1(react@19.2.0):
dependencies:
'@babel/runtime': 7.28.4
- '@types/react': 19.2.2
+ '@types/react': 19.2.3
invariant: 2.2.4
react: 19.2.0
react-lifecycles-compat: 3.0.4
@@ -19287,11 +19558,11 @@ snapshots:
urijs@1.19.11: {}
- use-isomorphic-layout-effect@1.2.1(@types/react@19.2.2)(react@19.2.0):
+ use-isomorphic-layout-effect@1.2.1(@types/react@19.2.3)(react@19.2.0):
dependencies:
react: 19.2.0
optionalDependencies:
- '@types/react': 19.2.2
+ '@types/react': 19.2.3
use-sync-external-store@1.6.0(react@19.2.0):
dependencies:
@@ -19341,7 +19612,7 @@ snapshots:
bl: 1.2.3
through2: 2.0.5
- vite@7.1.12(@types/node@24.9.2)(terser@5.44.0):
+ vite@7.2.2(@types/node@24.10.1)(terser@5.44.0):
dependencies:
esbuild: 0.25.11
fdir: 6.5.0(picomatch@4.0.3)
@@ -19350,7 +19621,7 @@ snapshots:
rollup: 4.52.5
tinyglobby: 0.2.15
optionalDependencies:
- '@types/node': 24.9.2
+ '@types/node': 24.10.1
fsevents: 2.3.3
terser: 5.44.0
@@ -19395,7 +19666,7 @@ snapshots:
import-local: 3.2.0
interpret: 3.1.1
rechoir: 0.8.0
- webpack: 5.102.1(esbuild@0.25.11)(webpack-cli@6.0.1)
+ webpack: 5.102.1(esbuild@0.27.0)(webpack-cli@6.0.1)
webpack-merge: 6.0.1
optionalDependencies:
webpack-dev-server: 5.2.2(webpack-cli@6.0.1)(webpack@5.102.1)
@@ -19414,7 +19685,7 @@ snapshots:
import-local: 3.2.0
interpret: 3.1.1
rechoir: 0.8.0
- webpack: 5.102.1(esbuild@0.25.11)(webpack-cli@6.0.1)
+ webpack: 5.102.1(esbuild@0.27.0)(webpack-cli@6.0.1)
webpack-merge: 6.0.1
webpack-dev-middleware@7.4.5(webpack@5.102.1):
@@ -19426,7 +19697,7 @@ snapshots:
range-parser: 1.2.1
schema-utils: 4.3.3
optionalDependencies:
- webpack: 5.102.1(esbuild@0.25.11)(webpack-cli@6.0.1)
+ webpack: 5.102.1(esbuild@0.27.0)(webpack-cli@6.0.1)
webpack-dev-server@5.2.2(webpack-cli@6.0.1)(webpack@5.102.1):
dependencies:
@@ -19459,7 +19730,7 @@ snapshots:
webpack-dev-middleware: 7.4.5(webpack@5.102.1)
ws: 8.18.3
optionalDependencies:
- webpack: 5.102.1(esbuild@0.25.11)(webpack-cli@6.0.1)
+ webpack: 5.102.1(esbuild@0.27.0)(webpack-cli@6.0.1)
webpack-cli: 6.0.1(webpack-dev-server@5.2.2)(webpack@5.102.1)
transitivePeerDependencies:
- bufferutil
@@ -19477,7 +19748,7 @@ snapshots:
webpack-virtual-modules@0.6.2: {}
- webpack@5.102.1(esbuild@0.25.11):
+ webpack@5.102.1(esbuild@0.27.0):
dependencies:
'@types/eslint-scope': 3.7.7
'@types/estree': 1.0.8
@@ -19501,7 +19772,7 @@ snapshots:
neo-async: 2.6.2
schema-utils: 4.3.3
tapable: 2.3.0
- terser-webpack-plugin: 5.3.14(esbuild@0.25.11)(webpack@5.102.1(esbuild@0.25.11))
+ terser-webpack-plugin: 5.3.14(esbuild@0.27.0)(webpack@5.102.1(esbuild@0.27.0))
watchpack: 2.4.4
webpack-sources: 3.3.3
transitivePeerDependencies:
@@ -19509,7 +19780,7 @@ snapshots:
- esbuild
- uglify-js
- webpack@5.102.1(esbuild@0.25.11)(webpack-cli@6.0.1):
+ webpack@5.102.1(esbuild@0.27.0)(webpack-cli@6.0.1):
dependencies:
'@types/eslint-scope': 3.7.7
'@types/estree': 1.0.8
@@ -19533,7 +19804,7 @@ snapshots:
neo-async: 2.6.2
schema-utils: 4.3.3
tapable: 2.3.0
- terser-webpack-plugin: 5.3.14(esbuild@0.25.11)(webpack@5.102.1)
+ terser-webpack-plugin: 5.3.14(esbuild@0.27.0)(webpack@5.102.1)
watchpack: 2.4.4
webpack-sources: 3.3.3
optionalDependencies: