Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(web): update packages and remove storybook #67

Merged
merged 1 commit into from
Jan 24, 2024
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
21 changes: 1 addition & 20 deletions web/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,29 +96,10 @@
"vitest.setup.ts",
"**/*.test.ts",
"**/*.test.tsx",
"**/*.stories.ts",
"**/*.stories.tsx",
"src/mocks/*.ts"
]
}
]
},
"overrides": [
{
"files": [
"*.mdx"
],
"extends": "plugin:mdx/recommended",
"rules": {
"import/no-extraneous-dependencies": [
"error",
{
"devDependencies": [
"**/*.mdx"
]
}
]
}
}
]
"overrides": []
}
2 changes: 1 addition & 1 deletion web/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.15.0
20.11.0
30 changes: 0 additions & 30 deletions web/.storybook/main.ts

This file was deleted.

3 changes: 0 additions & 3 deletions web/.storybook/preview-head.html

This file was deleted.

55 changes: 0 additions & 55 deletions web/.storybook/preview.tsx

This file was deleted.

18 changes: 0 additions & 18 deletions web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,30 +16,12 @@ npm run dev
npm run build
```

### Storybook

```
npm run storybook
```

### Tests

```
npm run tests
```

## Upgrading

### Storybook

Currently running storybook 7.0 rc for vite first class support.

```bash
npx sb@next upgrade --prerelease
```

TODO: make sure to update to official release when it comes out.

## VSCode

Install the [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) for best experience.
Loading