Skip to content

Commit

Permalink
Merge branch 'next' into norbert/cpc
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Jun 9, 2024
2 parents e09c0eb + b64489c commit 0b0a2b6
Show file tree
Hide file tree
Showing 16 changed files with 416 additions and 6 deletions.
4 changes: 2 additions & 2 deletions code/addons/docs/docs/recipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@ export const parameters = {
transform: (src, storyContext) => {
const match = SOURCE_REGEX.exec(src);
return match ? match[1] : src;
}
}
},
},
},
};
```
Expand Down
1 change: 1 addition & 0 deletions code/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@
"tiny-invariant": "^1.3.1",
"tinyspy": "^2.2.0",
"ts-dedent": "^2.0.0",
"tsconfig-paths": "^4.2.0",
"type-fest": "^4.18.1",
"typescript": "^5.3.2",
"unique-string": "^3.0.0",
Expand Down
Loading

0 comments on commit 0b0a2b6

Please sign in to comment.