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
2 changes: 1 addition & 1 deletion packages/sel-editor-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@seljs/env": "workspace:^",
"@seljs/runtime": "workspace:^",
"@shazow/whatsabi": "^0.26.0",
"@storybook/react": "^10.3.2",
"@storybook/react": "^10.3.3",
"@storybook/react-vite": "^10.3.2",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.2",
Expand Down
35 changes: 33 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1671,7 +1671,7 @@ __metadata:
"@seljs/runtime": "workspace:^"
"@seljs/schema": "workspace:*"
"@shazow/whatsabi": "npm:^0.26.0"
"@storybook/react": "npm:^10.3.2"
"@storybook/react": "npm:^10.3.3"
"@storybook/react-vite": "npm:^10.3.2"
"@testing-library/dom": "npm:^10.4.1"
"@testing-library/react": "npm:^16.3.2"
Expand Down Expand Up @@ -1927,6 +1927,17 @@ __metadata:
languageName: node
linkType: hard

"@storybook/react-dom-shim@npm:10.3.3":
version: 10.3.3
resolution: "@storybook/react-dom-shim@npm:10.3.3"
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.3.3
checksum: 10/bdf49c2b84f05cde9d74cdd3533472f6e23e5d133cc3484fa5b4775de48788f3122ce471c577d6854d1751e05d5211014d61cb562f7cf3a9104299226955f9ff
languageName: node
linkType: hard

"@storybook/react-vite@npm:^10.3.2":
version: 10.3.2
resolution: "@storybook/react-vite@npm:10.3.2"
Expand All @@ -1949,7 +1960,7 @@ __metadata:
languageName: node
linkType: hard

"@storybook/react@npm:10.3.2, @storybook/react@npm:^10.3.2":
"@storybook/react@npm:10.3.2":
version: 10.3.2
resolution: "@storybook/react@npm:10.3.2"
dependencies:
Expand All @@ -1969,6 +1980,26 @@ __metadata:
languageName: node
linkType: hard

"@storybook/react@npm:^10.3.3":
version: 10.3.3
resolution: "@storybook/react@npm:10.3.3"
dependencies:
"@storybook/global": "npm:^5.0.0"
"@storybook/react-dom-shim": "npm:10.3.3"
react-docgen: "npm:^8.0.2"
react-docgen-typescript: "npm:^2.2.2"
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.3.3
typescript: ">= 4.9.x"
peerDependenciesMeta:
typescript:
optional: true
checksum: 10/2c6a345e289727a79d30082841e2088987669803430670b5e72a621d4794a688d315ee4377e01ea87f89ac6f4a2a381419f9e91a4b8508a444ac18076a124b16
languageName: node
linkType: hard

"@stylistic/eslint-plugin@npm:^5.10.0":
version: 5.10.0
resolution: "@stylistic/eslint-plugin@npm:5.10.0"
Expand Down
Loading