Update storybook testing
CI Pipeline / test (20) (pull_request) Successful in 8m52s
CI Pipeline / test (18) (pull_request) Successful in 9m56s
CI Pipeline / e2e (chromium) (pull_request) Successful in 6m35s
CI Pipeline / e2e (firefox) (pull_request) Successful in 6m33s
CI Pipeline / e2e (webkit) (pull_request) Successful in 5m47s
CI Pipeline / visual-regression (pull_request) Successful in 9m32s
CI Pipeline / storybook (pull_request) Successful in 9m12s
CI Pipeline / performance (pull_request) Successful in 15m1s
CI Pipeline / lint (pull_request) Failing after 3m14s
CI Pipeline / build (pull_request) Successful in 3m53s
CI Pipeline / test (20) (pull_request) Successful in 8m52s
CI Pipeline / test (18) (pull_request) Successful in 9m56s
CI Pipeline / e2e (chromium) (pull_request) Successful in 6m35s
CI Pipeline / e2e (firefox) (pull_request) Successful in 6m33s
CI Pipeline / e2e (webkit) (pull_request) Successful in 5m47s
CI Pipeline / visual-regression (pull_request) Successful in 9m32s
CI Pipeline / storybook (pull_request) Successful in 9m12s
CI Pipeline / performance (pull_request) Successful in 15m1s
CI Pipeline / lint (pull_request) Failing after 3m14s
CI Pipeline / build (pull_request) Successful in 3m53s
This commit is contained in:
@@ -1,28 +1,12 @@
|
|||||||
[
|
[
|
||||||
{
|
|
||||||
"name": "minScore",
|
|
||||||
"expected": 0.8,
|
|
||||||
"actual": 0.74,
|
|
||||||
"values": [
|
|
||||||
0.72,
|
|
||||||
0.74,
|
|
||||||
0.67
|
|
||||||
],
|
|
||||||
"operator": ">=",
|
|
||||||
"passed": false,
|
|
||||||
"auditProperty": "performance",
|
|
||||||
"auditId": "categories",
|
|
||||||
"level": "warn",
|
|
||||||
"url": "http://127.0.0.1:3010/"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "maxNumericValue",
|
"name": "maxNumericValue",
|
||||||
"expected": 5000,
|
"expected": 5000,
|
||||||
"actual": 6335.710300000001,
|
"actual": 6316.213500000003,
|
||||||
"values": [
|
"values": [
|
||||||
6443.5928,
|
6352.161499999999,
|
||||||
6335.710300000001,
|
6316.213500000003,
|
||||||
6894.002000000002
|
6810.3611
|
||||||
],
|
],
|
||||||
"operator": "<=",
|
"operator": "<=",
|
||||||
"passed": false,
|
"passed": false,
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,33 @@
|
|||||||
|
module.exports = {
|
||||||
|
// Test runner configuration
|
||||||
|
testMatch: ["**/*.stories.@(js|jsx|ts|tsx)"],
|
||||||
|
testTimeout: 30000,
|
||||||
|
retries: 2,
|
||||||
|
// Fix for the StorybookTestRunnerError initialization issue
|
||||||
|
setupFilesAfterEnv: [
|
||||||
|
"<rootDir>/node_modules/@storybook/test-runner/jest-setup.js",
|
||||||
|
],
|
||||||
|
// Ensure proper module resolution
|
||||||
|
moduleNameMapping: {
|
||||||
|
"^@/(.*)$": "<rootDir>/app/$1",
|
||||||
|
},
|
||||||
|
// Test environment configuration
|
||||||
|
testEnvironment: "jsdom",
|
||||||
|
// Transform configuration
|
||||||
|
transform: {
|
||||||
|
"^.+\\.(js|jsx|ts|tsx)$": [
|
||||||
|
"babel-jest",
|
||||||
|
{ presets: ["@babel/preset-env", "@babel/preset-react"] },
|
||||||
|
],
|
||||||
|
},
|
||||||
|
// Module file extensions
|
||||||
|
moduleFileExtensions: ["js", "jsx", "ts", "tsx", "json"],
|
||||||
|
// Ignore patterns
|
||||||
|
testPathIgnorePatterns: ["/node_modules/", "/.next/"],
|
||||||
|
// Coverage configuration
|
||||||
|
collectCoverageFrom: [
|
||||||
|
"app/**/*.{js,jsx,ts,tsx}",
|
||||||
|
"!app/**/*.d.ts",
|
||||||
|
"!app/**/*.stories.{js,jsx,ts,tsx}",
|
||||||
|
],
|
||||||
|
};
|
||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -2,10 +2,10 @@
|
|||||||
{
|
{
|
||||||
"url": "http://127.0.0.1:3010/",
|
"url": "http://127.0.0.1:3010/",
|
||||||
"isRepresentativeRun": false,
|
"isRepresentativeRun": false,
|
||||||
"htmlPath": "/Users/Vinod/Documents/GitHub/community-rule/lhci-results/127_0_0_1--2025_09_30_21_09_10.report.html",
|
"htmlPath": "/Users/Vinod/Documents/GitHub/community-rule/lhci-results/127_0_0_1--2025_09_30_23_00_46.report.html",
|
||||||
"jsonPath": "/Users/Vinod/Documents/GitHub/community-rule/lhci-results/127_0_0_1--2025_09_30_21_09_10.report.json",
|
"jsonPath": "/Users/Vinod/Documents/GitHub/community-rule/lhci-results/127_0_0_1--2025_09_30_23_00_46.report.json",
|
||||||
"summary": {
|
"summary": {
|
||||||
"performance": 0.74,
|
"performance": 0.8,
|
||||||
"accessibility": 0.87,
|
"accessibility": 0.87,
|
||||||
"best-practices": 1,
|
"best-practices": 1,
|
||||||
"seo": 1
|
"seo": 1
|
||||||
@@ -14,10 +14,10 @@
|
|||||||
{
|
{
|
||||||
"url": "http://127.0.0.1:3010/",
|
"url": "http://127.0.0.1:3010/",
|
||||||
"isRepresentativeRun": false,
|
"isRepresentativeRun": false,
|
||||||
"htmlPath": "/Users/Vinod/Documents/GitHub/community-rule/lhci-results/127_0_0_1--2025_09_30_21_09_25.report.html",
|
"htmlPath": "/Users/Vinod/Documents/GitHub/community-rule/lhci-results/127_0_0_1--2025_09_30_23_01_01.report.html",
|
||||||
"jsonPath": "/Users/Vinod/Documents/GitHub/community-rule/lhci-results/127_0_0_1--2025_09_30_21_09_25.report.json",
|
"jsonPath": "/Users/Vinod/Documents/GitHub/community-rule/lhci-results/127_0_0_1--2025_09_30_23_01_01.report.json",
|
||||||
"summary": {
|
"summary": {
|
||||||
"performance": 0.67,
|
"performance": 0.79,
|
||||||
"accessibility": 0.87,
|
"accessibility": 0.87,
|
||||||
"best-practices": 1,
|
"best-practices": 1,
|
||||||
"seo": 1
|
"seo": 1
|
||||||
@@ -26,10 +26,10 @@
|
|||||||
{
|
{
|
||||||
"url": "http://127.0.0.1:3010/",
|
"url": "http://127.0.0.1:3010/",
|
||||||
"isRepresentativeRun": true,
|
"isRepresentativeRun": true,
|
||||||
"htmlPath": "/Users/Vinod/Documents/GitHub/community-rule/lhci-results/127_0_0_1--2025_09_30_21_08_52.report.html",
|
"htmlPath": "/Users/Vinod/Documents/GitHub/community-rule/lhci-results/127_0_0_1--2025_09_30_23_00_30.report.html",
|
||||||
"jsonPath": "/Users/Vinod/Documents/GitHub/community-rule/lhci-results/127_0_0_1--2025_09_30_21_08_52.report.json",
|
"jsonPath": "/Users/Vinod/Documents/GitHub/community-rule/lhci-results/127_0_0_1--2025_09_30_23_00_30.report.json",
|
||||||
"summary": {
|
"summary": {
|
||||||
"performance": 0.72,
|
"performance": 0.74,
|
||||||
"accessibility": 0.87,
|
"accessibility": 0.87,
|
||||||
"best-practices": 1,
|
"best-practices": 1,
|
||||||
"seo": 1
|
"seo": 1
|
||||||
|
|||||||
Generated
+95
-95
@@ -5449,9 +5449,9 @@
|
|||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
"node_modules/@storybook/addon-a11y": {
|
"node_modules/@storybook/addon-a11y": {
|
||||||
"version": "9.1.8",
|
"version": "9.1.9",
|
||||||
"resolved": "https://registry.npmjs.org/@storybook/addon-a11y/-/addon-a11y-9.1.8.tgz",
|
"resolved": "https://registry.npmjs.org/@storybook/addon-a11y/-/addon-a11y-9.1.9.tgz",
|
||||||
"integrity": "sha512-7I+Ll29aBwgAbpkNpK+BBJ+BmMCS7+Qe8fPh1n4701Hx7FB+laAx8UP+3kbmqCOwCvLU5JU5KJKgUMMGVE/Jww==",
|
"integrity": "sha512-gkMbPqfnMkWjUBLCod/DKv3snIBBSv/BCQYDKIlf10AthZ3njO1tPvReNgPLGPzslI4EzkTo9NG6DKWY/VytDQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@@ -5463,7 +5463,7 @@
|
|||||||
"url": "https://opencollective.com/storybook"
|
"url": "https://opencollective.com/storybook"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"storybook": "^9.1.8"
|
"storybook": "^9.1.9"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@storybook/addon-actions": {
|
"node_modules/@storybook/addon-actions": {
|
||||||
@@ -5497,16 +5497,16 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@storybook/addon-docs": {
|
"node_modules/@storybook/addon-docs": {
|
||||||
"version": "9.1.8",
|
"version": "9.1.9",
|
||||||
"resolved": "https://registry.npmjs.org/@storybook/addon-docs/-/addon-docs-9.1.8.tgz",
|
"resolved": "https://registry.npmjs.org/@storybook/addon-docs/-/addon-docs-9.1.9.tgz",
|
||||||
"integrity": "sha512-GVrNVEdNRRo6r1hawfgyy6x+HJqPx1oOHm0U0wz0SGAxgS/Xh6SQVZL+RDoh7NpXkNi1GbezVlT931UsHQTyvQ==",
|
"integrity": "sha512-76OHwsYCC6u8Nu5IUQ3E580BVnto6u4UgQC66inf+ot0+LI9fFPieg7fmcnQtYoFwiAyya3/JEwhY2GuFk7eMg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@mdx-js/react": "^3.0.0",
|
"@mdx-js/react": "^3.0.0",
|
||||||
"@storybook/csf-plugin": "9.1.8",
|
"@storybook/csf-plugin": "9.1.9",
|
||||||
"@storybook/icons": "^1.4.0",
|
"@storybook/icons": "^1.4.0",
|
||||||
"@storybook/react-dom-shim": "9.1.8",
|
"@storybook/react-dom-shim": "9.1.9",
|
||||||
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
"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",
|
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
||||||
"ts-dedent": "^2.0.0"
|
"ts-dedent": "^2.0.0"
|
||||||
@@ -5516,7 +5516,7 @@
|
|||||||
"url": "https://opencollective.com/storybook"
|
"url": "https://opencollective.com/storybook"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"storybook": "^9.1.8"
|
"storybook": "^9.1.9"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@storybook/addon-essentials": {
|
"node_modules/@storybook/addon-essentials": {
|
||||||
@@ -5595,9 +5595,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@storybook/addon-onboarding": {
|
"node_modules/@storybook/addon-onboarding": {
|
||||||
"version": "9.1.8",
|
"version": "9.1.9",
|
||||||
"resolved": "https://registry.npmjs.org/@storybook/addon-onboarding/-/addon-onboarding-9.1.8.tgz",
|
"resolved": "https://registry.npmjs.org/@storybook/addon-onboarding/-/addon-onboarding-9.1.9.tgz",
|
||||||
"integrity": "sha512-fydnYy2NZ2ZuoIncsN6PdeRUJthFyR8LZchFFrSqy/s9ahWjQ+XRrDevcm9Y6w4d6qTwsgRC3CDPRIJLj/9dgg==",
|
"integrity": "sha512-JQwuhQ+X8TR77FAm8zSVfkZzuMdUcC/UKrxVZGGcD0VsHnNw2Mr0/ILojmG18MSum9c0Wcf3HtMWUr85h9qI5g==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"funding": {
|
"funding": {
|
||||||
@@ -5605,7 +5605,7 @@
|
|||||||
"url": "https://opencollective.com/storybook"
|
"url": "https://opencollective.com/storybook"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"storybook": "^9.1.8"
|
"storybook": "^9.1.9"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@storybook/addon-outline": {
|
"node_modules/@storybook/addon-outline": {
|
||||||
@@ -5649,9 +5649,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@storybook/addon-vitest": {
|
"node_modules/@storybook/addon-vitest": {
|
||||||
"version": "9.1.8",
|
"version": "9.1.9",
|
||||||
"resolved": "https://registry.npmjs.org/@storybook/addon-vitest/-/addon-vitest-9.1.8.tgz",
|
"resolved": "https://registry.npmjs.org/@storybook/addon-vitest/-/addon-vitest-9.1.9.tgz",
|
||||||
"integrity": "sha512-F1AgGpIuDxrGXErMRTfF9zUXvGSUgQPbAXggs74p9vz0855nlRMEny1cYY9BtktVr4JGyq+Mz2774hCt9HR3KQ==",
|
"integrity": "sha512-PSfADYvJAjJZzNs1JvWKL3M4ao2BsoMI3Z/SrOG0jnFP/oNzBrjILOT5Gt5FXxbvByJN7Gi+Idp9iiWfXED6xA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@@ -5667,7 +5667,7 @@
|
|||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@vitest/browser": "^3.0.0",
|
"@vitest/browser": "^3.0.0",
|
||||||
"@vitest/runner": "^3.0.0",
|
"@vitest/runner": "^3.0.0",
|
||||||
"storybook": "^9.1.8",
|
"storybook": "^9.1.9",
|
||||||
"vitest": "^3.0.0"
|
"vitest": "^3.0.0"
|
||||||
},
|
},
|
||||||
"peerDependenciesMeta": {
|
"peerDependenciesMeta": {
|
||||||
@@ -5683,13 +5683,13 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@storybook/builder-vite": {
|
"node_modules/@storybook/builder-vite": {
|
||||||
"version": "9.1.8",
|
"version": "9.1.9",
|
||||||
"resolved": "https://registry.npmjs.org/@storybook/builder-vite/-/builder-vite-9.1.8.tgz",
|
"resolved": "https://registry.npmjs.org/@storybook/builder-vite/-/builder-vite-9.1.9.tgz",
|
||||||
"integrity": "sha512-JjvBag0nM1N51O3VF5++op9Ly5OC8Q+y4PrWLgi2dKhMxJFs8fD9D4PeI/v41PUiQcI0suQxN9BoYoKn2QxUZw==",
|
"integrity": "sha512-tCQ2Bv07D0roTg6+c1dCrX6PmAwEpKkwX4eqq32vGYiQ0CTzWP1ivBUAzBvIIHD2FY/zLXzXSrDo/qtrQppCGw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@storybook/csf-plugin": "9.1.8",
|
"@storybook/csf-plugin": "9.1.9",
|
||||||
"ts-dedent": "^2.0.0"
|
"ts-dedent": "^2.0.0"
|
||||||
},
|
},
|
||||||
"funding": {
|
"funding": {
|
||||||
@@ -5697,14 +5697,14 @@
|
|||||||
"url": "https://opencollective.com/storybook"
|
"url": "https://opencollective.com/storybook"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"storybook": "^9.1.8",
|
"storybook": "^9.1.9",
|
||||||
"vite": "^5.0.0 || ^6.0.0 || ^7.0.0"
|
"vite": "^5.0.0 || ^6.0.0 || ^7.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@storybook/csf-plugin": {
|
"node_modules/@storybook/csf-plugin": {
|
||||||
"version": "9.1.8",
|
"version": "9.1.9",
|
||||||
"resolved": "https://registry.npmjs.org/@storybook/csf-plugin/-/csf-plugin-9.1.8.tgz",
|
"resolved": "https://registry.npmjs.org/@storybook/csf-plugin/-/csf-plugin-9.1.9.tgz",
|
||||||
"integrity": "sha512-KnrXPz87bn+8ZGkzFEBc7TT5HkWpR1Xz7ojxPclSvkKxTfzazuaw0JlOQMzJoI1+wHXDAIw/4MIsO8HEiaWyfQ==",
|
"integrity": "sha512-8tMZaGqer9PkPl7xRD/d97pgzl6Aw5/rWH+q8fAA09bvjLllKOlytj3vTckGJ4DlkKKXGvxoECG/n35AbJOYIA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@@ -5715,7 +5715,7 @@
|
|||||||
"url": "https://opencollective.com/storybook"
|
"url": "https://opencollective.com/storybook"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"storybook": "^9.1.8"
|
"storybook": "^9.1.9"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@storybook/global": {
|
"node_modules/@storybook/global": {
|
||||||
@@ -5740,15 +5740,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@storybook/nextjs-vite": {
|
"node_modules/@storybook/nextjs-vite": {
|
||||||
"version": "9.1.8",
|
"version": "9.1.9",
|
||||||
"resolved": "https://registry.npmjs.org/@storybook/nextjs-vite/-/nextjs-vite-9.1.8.tgz",
|
"resolved": "https://registry.npmjs.org/@storybook/nextjs-vite/-/nextjs-vite-9.1.9.tgz",
|
||||||
"integrity": "sha512-f4UrKGTYVgz1suTwUN0b9C/1u4sqDRsfyG0S/eryEyxdTb9VDa8WxUDAita2lyWENXy9XwmkBv8v3iula21VRA==",
|
"integrity": "sha512-wnbwV30/a3mTVNdp01KFQ+/rr1Dr6bQec8aifJji2P1Dr4YrKoOl/A+dd4K4Oj1LZaYHXnML/QPjIPJ1ztsE5g==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@storybook/builder-vite": "9.1.8",
|
"@storybook/builder-vite": "9.1.9",
|
||||||
"@storybook/react": "9.1.8",
|
"@storybook/react": "9.1.9",
|
||||||
"@storybook/react-vite": "9.1.8",
|
"@storybook/react-vite": "9.1.9",
|
||||||
"styled-jsx": "5.1.6",
|
"styled-jsx": "5.1.6",
|
||||||
"vite-plugin-storybook-nextjs": "^2.0.7"
|
"vite-plugin-storybook-nextjs": "^2.0.7"
|
||||||
},
|
},
|
||||||
@@ -5763,7 +5763,7 @@
|
|||||||
"next": "^14.1.0 || ^15.0.0",
|
"next": "^14.1.0 || ^15.0.0",
|
||||||
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
|
"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",
|
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
|
||||||
"storybook": "^9.1.8",
|
"storybook": "^9.1.9",
|
||||||
"vite": "^5.0.0 || ^6.0.0 || ^7.0.0"
|
"vite": "^5.0.0 || ^6.0.0 || ^7.0.0"
|
||||||
},
|
},
|
||||||
"peerDependenciesMeta": {
|
"peerDependenciesMeta": {
|
||||||
@@ -5773,14 +5773,14 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@storybook/react": {
|
"node_modules/@storybook/react": {
|
||||||
"version": "9.1.8",
|
"version": "9.1.9",
|
||||||
"resolved": "https://registry.npmjs.org/@storybook/react/-/react-9.1.8.tgz",
|
"resolved": "https://registry.npmjs.org/@storybook/react/-/react-9.1.9.tgz",
|
||||||
"integrity": "sha512-EULkwHroJ4IDYcjIBj9VpGhaZ9E5b8LI84hlfBkJ9rnK44a/GrK1yFRIusukO58qTJSh2Y7zfAFKNuiaWh3Sfw==",
|
"integrity": "sha512-S06dZv8ebUmCrIP2GfIqD3g1F5LKBf0Lc1daSd2++2MI6i8zw8kZ8IAGg5bYrWb0nk56JHALCwXAzsGyRepEww==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@storybook/global": "^5.0.0",
|
"@storybook/global": "^5.0.0",
|
||||||
"@storybook/react-dom-shim": "9.1.8"
|
"@storybook/react-dom-shim": "9.1.9"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=20.0.0"
|
"node": ">=20.0.0"
|
||||||
@@ -5792,7 +5792,7 @@
|
|||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
|
"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",
|
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
|
||||||
"storybook": "^9.1.8",
|
"storybook": "^9.1.9",
|
||||||
"typescript": ">= 4.9.x"
|
"typescript": ">= 4.9.x"
|
||||||
},
|
},
|
||||||
"peerDependenciesMeta": {
|
"peerDependenciesMeta": {
|
||||||
@@ -5802,9 +5802,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@storybook/react-dom-shim": {
|
"node_modules/@storybook/react-dom-shim": {
|
||||||
"version": "9.1.8",
|
"version": "9.1.9",
|
||||||
"resolved": "https://registry.npmjs.org/@storybook/react-dom-shim/-/react-dom-shim-9.1.8.tgz",
|
"resolved": "https://registry.npmjs.org/@storybook/react-dom-shim/-/react-dom-shim-9.1.9.tgz",
|
||||||
"integrity": "sha512-OepccjVZh/KQugTH8/RL2CIyf1g5Lwc5ESC8x8BH3iuYc82WMQBwMJzRI5EofQdirau63NGrqkWCgQASoVreEA==",
|
"integrity": "sha512-RFaB+N63XXEEo8l5INlvWnqxDUH7UGZ++MOsFsVUqfn7lAzxfR9HcJTGN3WOyIDBoS0vD3+LfnplqFyQU/anuw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"funding": {
|
"funding": {
|
||||||
@@ -5814,20 +5814,20 @@
|
|||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
|
"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",
|
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
|
||||||
"storybook": "^9.1.8"
|
"storybook": "^9.1.9"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@storybook/react-vite": {
|
"node_modules/@storybook/react-vite": {
|
||||||
"version": "9.1.8",
|
"version": "9.1.9",
|
||||||
"resolved": "https://registry.npmjs.org/@storybook/react-vite/-/react-vite-9.1.8.tgz",
|
"resolved": "https://registry.npmjs.org/@storybook/react-vite/-/react-vite-9.1.9.tgz",
|
||||||
"integrity": "sha512-DIxp76vcelyFOUJupeQEIHXDrSPP6KDXj6Z+Z9thS1HH7JY+OdGtcMLy4fbiD77Zyc8TV9RRZ1D33z2Ot/v9Vw==",
|
"integrity": "sha512-k+wbLdM8963YkQmVSFEuigUfGZKEgUdA7tTazXGzkL65j0il93JbtFCso8spKePlgeQ2uD6RxbXUp+E3qLeRSw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@joshwooding/vite-plugin-react-docgen-typescript": "0.6.1",
|
"@joshwooding/vite-plugin-react-docgen-typescript": "0.6.1",
|
||||||
"@rollup/pluginutils": "^5.0.2",
|
"@rollup/pluginutils": "^5.0.2",
|
||||||
"@storybook/builder-vite": "9.1.8",
|
"@storybook/builder-vite": "9.1.9",
|
||||||
"@storybook/react": "9.1.8",
|
"@storybook/react": "9.1.9",
|
||||||
"find-up": "^7.0.0",
|
"find-up": "^7.0.0",
|
||||||
"magic-string": "^0.30.0",
|
"magic-string": "^0.30.0",
|
||||||
"react-docgen": "^8.0.0",
|
"react-docgen": "^8.0.0",
|
||||||
@@ -5844,7 +5844,7 @@
|
|||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
|
"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",
|
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
|
||||||
"storybook": "^9.1.8",
|
"storybook": "^9.1.9",
|
||||||
"vite": "^5.0.0 || ^6.0.0 || ^7.0.0"
|
"vite": "^5.0.0 || ^6.0.0 || ^7.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -6782,9 +6782,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@testing-library/jest-dom": {
|
"node_modules/@testing-library/jest-dom": {
|
||||||
"version": "6.8.0",
|
"version": "6.9.0",
|
||||||
"resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.8.0.tgz",
|
"resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.9.0.tgz",
|
||||||
"integrity": "sha512-WgXcWzVM6idy5JaftTVC8Vs83NKRmGJz4Hqs4oyOuO2J4r/y79vvKZsb+CaGyCSEbUPI6OsewfPd0G1A0/TUZQ==",
|
"integrity": "sha512-QHdxYMJ0YPGKYofMc6zYvo7LOViVhdc6nPg/OtM2cf9MQrwEcTxFCs7d/GJ5eSyPkHzOiBkc/KfLdFJBHzldtQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@@ -7067,13 +7067,13 @@
|
|||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
"node_modules/@types/node": {
|
"node_modules/@types/node": {
|
||||||
"version": "24.5.2",
|
"version": "24.6.0",
|
||||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.5.2.tgz",
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.6.0.tgz",
|
||||||
"integrity": "sha512-FYxk1I7wPv3K2XBaoyH2cTnocQEu8AOZ60hPbsyukMPLv5/5qr7V1i8PLHdl6Zf87I+xZXFvPCXYjiTFq+YSDQ==",
|
"integrity": "sha512-F1CBxgqwOMc4GKJ7eY22hWhBVQuMYTtqI8L0FcszYcpYX0fzfDGpez22Xau8Mgm7O9fI+zA/TYIdq3tGWfweBA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"undici-types": "~7.12.0"
|
"undici-types": "~7.13.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@types/react": {
|
"node_modules/@types/react": {
|
||||||
@@ -9135,9 +9135,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/caniuse-lite": {
|
"node_modules/caniuse-lite": {
|
||||||
"version": "1.0.30001745",
|
"version": "1.0.30001746",
|
||||||
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001745.tgz",
|
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001746.tgz",
|
||||||
"integrity": "sha512-ywt6i8FzvdgrrrGbr1jZVObnVv6adj+0if2/omv9cmR2oiZs30zL4DIyaptKcbOrBdOIc74QTMoJvSE2QHh5UQ==",
|
"integrity": "sha512-eA7Ys/DGw+pnkWWSE/id29f2IcPHVoE8wxtvE5JdvD2V28VTDPy1yEeo11Guz0sJ4ZeGRcm3uaTcAqK1LXaphA==",
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
"type": "opencollective",
|
"type": "opencollective",
|
||||||
@@ -11292,9 +11292,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/eslint-plugin-storybook": {
|
"node_modules/eslint-plugin-storybook": {
|
||||||
"version": "9.1.8",
|
"version": "9.1.9",
|
||||||
"resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-9.1.8.tgz",
|
"resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-9.1.9.tgz",
|
||||||
"integrity": "sha512-mEn5EVc7DAEvuwKMqUrIYUFZQJiQD3i5egLi1UJERQm91mDOMr5RdC4hjUF3tNE+WxQYD7QzH2j1qf36ML7V3g==",
|
"integrity": "sha512-2ZxaIR3ZfsBP4vqrC6fsCKM8pCbgTLRcBUm69g1yiJBKAbIHU8nQSsD6gpEPO3YFdRayGqzxnvwwWcXwtm5f5Q==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@@ -11305,7 +11305,7 @@
|
|||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"eslint": ">=8",
|
"eslint": ">=8",
|
||||||
"storybook": "^9.1.8"
|
"storybook": "^9.1.9"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/eslint-scope": {
|
"node_modules/eslint-scope": {
|
||||||
@@ -12414,9 +12414,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/generator-function": {
|
"node_modules/generator-function": {
|
||||||
"version": "2.0.0",
|
"version": "2.0.1",
|
||||||
"resolved": "https://registry.npmjs.org/generator-function/-/generator-function-2.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/generator-function/-/generator-function-2.0.1.tgz",
|
||||||
"integrity": "sha512-xPypGGincdfyl/AiSGa7GjXLkvld9V7GjZlowup9SHIJnQnHLFiLODCd/DqKOp0PBagbHJ68r1KJI9Mut7m4sA==",
|
"integrity": "sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"engines": {
|
"engines": {
|
||||||
@@ -13632,15 +13632,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/is-generator-function": {
|
"node_modules/is-generator-function": {
|
||||||
"version": "1.1.1",
|
"version": "1.1.2",
|
||||||
"resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.2.tgz",
|
||||||
"integrity": "sha512-Gn8BWUdrTzf9XUJAvqIYP7QnSC3mKs8QjQdGdJ7HmBemzZo14wj/OVmmAwgxDX/7WhFEjboybL4VhXGIQYPlOA==",
|
"integrity": "sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"call-bound": "^1.0.3",
|
"call-bound": "^1.0.4",
|
||||||
"generator-function": "^2.0.0",
|
"generator-function": "^2.0.0",
|
||||||
"get-proto": "^1.0.0",
|
"get-proto": "^1.0.1",
|
||||||
"has-tostringtag": "^1.0.2",
|
"has-tostringtag": "^1.0.2",
|
||||||
"safe-regex-test": "^1.1.0"
|
"safe-regex-test": "^1.1.0"
|
||||||
},
|
},
|
||||||
@@ -21005,9 +21005,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/storybook": {
|
"node_modules/storybook": {
|
||||||
"version": "9.1.8",
|
"version": "9.1.9",
|
||||||
"resolved": "https://registry.npmjs.org/storybook/-/storybook-9.1.8.tgz",
|
"resolved": "https://registry.npmjs.org/storybook/-/storybook-9.1.9.tgz",
|
||||||
"integrity": "sha512-/iP+DvieJ6Mnixy4PFY/KXnhsg/IHIDlTbZqly3EDbveuhsCuIUELfGnj+QSRGf9C6v/f4sZf9sZ3r80ZnKuEA==",
|
"integrity": "sha512-KEazHA1iD2L8Fll+Kw9c/z0Pjv3Z+1GHYejmk+JlrIt+/mXDG2HVF7eelvk3tYCbuxqyuCL57pYhJUfkHwA6Fw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@@ -22210,9 +22210,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/typescript": {
|
"node_modules/typescript": {
|
||||||
"version": "5.9.2",
|
"version": "5.9.3",
|
||||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.2.tgz",
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
|
||||||
"integrity": "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==",
|
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"bin": {
|
"bin": {
|
||||||
@@ -22243,9 +22243,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/undici-types": {
|
"node_modules/undici-types": {
|
||||||
"version": "7.12.0",
|
"version": "7.13.0",
|
||||||
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.12.0.tgz",
|
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.13.0.tgz",
|
||||||
"integrity": "sha512-goOacqME2GYyOZZfb5Lgtu+1IDmAlAEu5xnD3+xTzS10hT0vzpf0SPjkXwAw9Jm+4n/mQGDP3LO8CPbYROeBfQ==",
|
"integrity": "sha512-Ov2Rr9Sx+fRgagJ5AX0qvItZG/JKKoBRAVITs1zk7IqZGTJUwgUr7qoYBpWwakpWilTZFM98rG/AFRocu10iIQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
@@ -22610,24 +22610,24 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/vite": {
|
"node_modules/vite": {
|
||||||
"version": "6.3.6",
|
"version": "7.1.7",
|
||||||
"resolved": "https://registry.npmjs.org/vite/-/vite-6.3.6.tgz",
|
"resolved": "https://registry.npmjs.org/vite/-/vite-7.1.7.tgz",
|
||||||
"integrity": "sha512-0msEVHJEScQbhkbVTb/4iHZdJ6SXp/AvxL2sjwYQFfBqleHtnCqv1J3sa9zbWz/6kW1m9Tfzn92vW+kZ1WV6QA==",
|
"integrity": "sha512-VbA8ScMvAISJNJVbRDTJdCwqQoAareR/wutevKanhR2/1EkoXVZVkkORaYm/tNVCjP/UDTKtcw3bAkwOUdedmA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"esbuild": "^0.25.0",
|
"esbuild": "^0.25.0",
|
||||||
"fdir": "^6.4.4",
|
"fdir": "^6.5.0",
|
||||||
"picomatch": "^4.0.2",
|
"picomatch": "^4.0.3",
|
||||||
"postcss": "^8.5.3",
|
"postcss": "^8.5.6",
|
||||||
"rollup": "^4.34.9",
|
"rollup": "^4.43.0",
|
||||||
"tinyglobby": "^0.2.13"
|
"tinyglobby": "^0.2.15"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"vite": "bin/vite.js"
|
"vite": "bin/vite.js"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^18.0.0 || ^20.0.0 || >=22.0.0"
|
"node": "^20.19.0 || >=22.12.0"
|
||||||
},
|
},
|
||||||
"funding": {
|
"funding": {
|
||||||
"url": "https://github.com/vitejs/vite?sponsor=1"
|
"url": "https://github.com/vitejs/vite?sponsor=1"
|
||||||
@@ -22636,14 +22636,14 @@
|
|||||||
"fsevents": "~2.3.3"
|
"fsevents": "~2.3.3"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
|
"@types/node": "^20.19.0 || >=22.12.0",
|
||||||
"jiti": ">=1.21.0",
|
"jiti": ">=1.21.0",
|
||||||
"less": "*",
|
"less": "^4.0.0",
|
||||||
"lightningcss": "^1.21.0",
|
"lightningcss": "^1.21.0",
|
||||||
"sass": "*",
|
"sass": "^1.70.0",
|
||||||
"sass-embedded": "*",
|
"sass-embedded": "^1.70.0",
|
||||||
"stylus": "*",
|
"stylus": ">=0.54.8",
|
||||||
"sugarss": "*",
|
"sugarss": "^5.0.0",
|
||||||
"terser": "^5.16.0",
|
"terser": "^5.16.0",
|
||||||
"tsx": "^4.8.1",
|
"tsx": "^4.8.1",
|
||||||
"yaml": "^2.4.2"
|
"yaml": "^2.4.2"
|
||||||
|
|||||||
Reference in New Issue
Block a user