Skip to content

Commit

Permalink
feat(web): update packages and remove storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
Savid committed Jan 24, 2024
1 parent ea7b729 commit f1373fa
Show file tree
Hide file tree
Showing 21 changed files with 3,072 additions and 9,776 deletions.
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

0 comments on commit f1373fa

Please sign in to comment.