Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@
"@babel/preset-typescript": "7.28.5",
"@cypress/code-coverage": "3.14.7",
"@eslint/compat": "2.0.0",
"@eslint/js": "9.39.1",
"@eslint/js": "9.39.2",
"@semantic-release/github": "12.0.2",
"@testing-library/cypress": "10.1.0",
"@types/jscodeshift": "17.3.0",
"@types/node": "24.10.1",
"@types/node": "24.10.4",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"@ui5/webcomponents-tools": "2.17.0",
Expand All @@ -74,15 +74,15 @@
"cypress-real-events": "1.15.0",
"dedent": "1.7.0",
"documentation": "14.0.3",
"eslint": "9.39.1",
"eslint": "9.39.2",
"eslint-config-prettier": "10.1.8",
"eslint-import-resolver-typescript": "4.4.4",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-no-only-tests": "3.3.0",
"eslint-plugin-prettier": "5.5.4",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "6.1.1",
"eslint-plugin-storybook": "10.1.6",
"eslint-plugin-storybook": "10.1.8",
"glob": "13.0.0",
"globals": "16.5.0",
"husky": "9.1.7",
Expand Down Expand Up @@ -113,7 +113,7 @@
},
"resolutions": {
"tocbot": "4.36.4",
"react-is": "19.2.1"
"react-is": "19.2.3"
},
"type": "module",
"nyc": {
Expand Down
55 changes: 32 additions & 23 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2086,10 +2086,10 @@ __metadata:
languageName: node
linkType: hard

"@eslint/js@npm:9.39.1":
version: 9.39.1
resolution: "@eslint/js@npm:9.39.1"
checksum: 10c0/6f7f26f8cdb7ad6327bbf9741973b6278eb946f18f70e35406e88194b0d5c522d0547a34a02f2a208eec95c5d1388cdf7ccb20039efd2e4cb6655615247a50f1
"@eslint/js@npm:9.39.2":
version: 9.39.2
resolution: "@eslint/js@npm:9.39.2"
checksum: 10c0/00f51c52b04ac79faebfaa65a9652b2093b9c924e945479f1f3945473f78aee83cbc76c8d70bbffbf06f7024626575b16d97b66eab16182e1d0d39daff2f26f5
languageName: node
linkType: hard

Expand Down Expand Up @@ -4433,7 +4433,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:24.10.1":
"@types/node@npm:*":
version: 24.10.1
resolution: "@types/node@npm:24.10.1"
dependencies:
Expand All @@ -4442,6 +4442,15 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:24.10.4":
version: 24.10.4
resolution: "@types/node@npm:24.10.4"
dependencies:
undici-types: "npm:~7.16.0"
checksum: 10c0/069639cb7233ee747df1897b5e784f6b6c5da765c96c94773c580aac888fa1a585048d2a6e95eb8302d89c7a9df75801c8b5a0b7d0221d4249059cf09a5f4228
languageName: node
linkType: hard

"@types/node@npm:^18.0.0":
version: 18.19.100
resolution: "@types/node@npm:18.19.100"
Expand Down Expand Up @@ -9758,15 +9767,15 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-storybook@npm:10.1.6":
version: 10.1.6
resolution: "eslint-plugin-storybook@npm:10.1.6"
"eslint-plugin-storybook@npm:10.1.8":
version: 10.1.8
resolution: "eslint-plugin-storybook@npm:10.1.8"
dependencies:
"@typescript-eslint/utils": "npm:^8.8.1"
peerDependencies:
eslint: ">=8"
storybook: ^10.1.6
checksum: 10c0/4ca06937cf56f177d5bb26fb2efca4d8c80bb2acf0d157a6adf032ad83a4744826c2f626b3c8debaa2ff23fb6cee68ac637aa3368185c757345ea8a57c7881a3
storybook: ^10.1.8
checksum: 10c0/4f9ee981eb23ba6a417bab62851bdd061378b560565169b9ba4a6323e7fd6c5ef349339b96bceabe813ad841f2a1de0709b17930166e7f8c5d0d04d3a7827533
languageName: node
linkType: hard

Expand Down Expand Up @@ -9827,17 +9836,17 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:9.39.1":
version: 9.39.1
resolution: "eslint@npm:9.39.1"
"eslint@npm:9.39.2":
version: 9.39.2
resolution: "eslint@npm:9.39.2"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.8.0"
"@eslint-community/regexpp": "npm:^4.12.1"
"@eslint/config-array": "npm:^0.21.1"
"@eslint/config-helpers": "npm:^0.4.2"
"@eslint/core": "npm:^0.17.0"
"@eslint/eslintrc": "npm:^3.3.1"
"@eslint/js": "npm:9.39.1"
"@eslint/js": "npm:9.39.2"
"@eslint/plugin-kit": "npm:^0.4.1"
"@humanfs/node": "npm:^0.16.6"
"@humanwhocodes/module-importer": "npm:^1.0.1"
Expand Down Expand Up @@ -9872,7 +9881,7 @@ __metadata:
optional: true
bin:
eslint: bin/eslint.js
checksum: 10c0/59b2480639404ba24578ca480f973683b87b7aac8aa7e349240474a39067804fd13cd8b9cb22fee074170b8c7c563b57bab703ec0f0d3f81ea017e5d2cad299d
checksum: 10c0/bb88ca8fd16bb7e1ac3e13804c54d41c583214460c0faa7b3e7c574e69c5600c7122295500fb4b0c06067831111db740931e98da1340329527658e1cf80073d3
languageName: node
linkType: hard

Expand Down Expand Up @@ -17708,10 +17717,10 @@ __metadata:
languageName: node
linkType: hard

"react-is@npm:19.2.1":
version: 19.2.1
resolution: "react-is@npm:19.2.1"
checksum: 10c0/0ebeaedb4ff615055cbcd758c7e22ba9644e21110adbd293dd1aada3591abf7399152a786cd120e324c10706d75e28c2130c27d1b9b5ae637aef4c52f4d17a91
"react-is@npm:19.2.3":
version: 19.2.3
resolution: "react-is@npm:19.2.3"
checksum: 10c0/2b54c422c21b8dbd68a435a1cce21ecd5b6f06f48659531f7d53dd7368365da5a67e946f352fb2010d11ca40658aa67bec90995f0f1ec5556c0f71dbffe54994
languageName: node
linkType: hard

Expand Down Expand Up @@ -20314,15 +20323,15 @@ __metadata:
"@babel/preset-typescript": "npm:7.28.5"
"@cypress/code-coverage": "npm:3.14.7"
"@eslint/compat": "npm:2.0.0"
"@eslint/js": "npm:9.39.1"
"@eslint/js": "npm:9.39.2"
"@semantic-release/github": "npm:12.0.2"
"@stackblitz/sdk": "npm:1.11.0"
"@storybook/addon-a11y": "npm:10.1.8"
"@storybook/addon-docs": "npm:10.1.8"
"@storybook/react-vite": "npm:10.1.8"
"@testing-library/cypress": "npm:10.1.0"
"@types/jscodeshift": "npm:17.3.0"
"@types/node": "npm:24.10.1"
"@types/node": "npm:24.10.4"
"@types/react": "npm:19.2.7"
"@types/react-dom": "npm:19.2.3"
"@ui5/webcomponents": "npm:2.17.0"
Expand All @@ -20338,15 +20347,15 @@ __metadata:
cypress-real-events: "npm:1.15.0"
dedent: "npm:1.7.0"
documentation: "npm:14.0.3"
eslint: "npm:9.39.1"
eslint: "npm:9.39.2"
eslint-config-prettier: "npm:10.1.8"
eslint-import-resolver-typescript: "npm:4.4.4"
eslint-plugin-import: "npm:2.32.0"
eslint-plugin-no-only-tests: "npm:3.3.0"
eslint-plugin-prettier: "npm:5.5.4"
eslint-plugin-react: "npm:7.37.5"
eslint-plugin-react-hooks: "npm:6.1.1"
eslint-plugin-storybook: "npm:10.1.6"
eslint-plugin-storybook: "npm:10.1.8"
glob: "npm:13.0.0"
globals: "npm:16.5.0"
husky: "npm:9.1.7"
Expand Down
Loading