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
268 changes: 157 additions & 111 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web/common/.storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { StorybookConfig } from '@storybook/react-vite'

const config: StorybookConfig = {
stories: ['../src/**/*.mdx', '../src/**/*.stories.@(js|jsx|mjs|ts|tsx)'],
addons: ['@storybook/addon-docs', '@storybook/addon-onboarding'],
addons: ['@storybook/addon-docs'],
framework: {
name: '@storybook/react-vite',
options: {},
Expand Down
4 changes: 2 additions & 2 deletions web/common/.syncpackrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"semverGroups": [
{
"label": "Use caret ranges for all dependencies",
"label": "Use exact versions for all dependencies",
"dependencies": [
"**"
],
Expand All @@ -23,7 +23,7 @@
"peer",
"prod"
],
"range": "^"
"range": ""
}
]
}
Loading