mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-09 00:19:13 +08:00
upgrade remark, fix some MD linting
This commit is contained in:
parent
6498661981
commit
8514d1c975
@ -253,12 +253,12 @@ Default.parameters = {
|
||||
|
||||
## TODO
|
||||
|
||||
- [ ] Add coverage
|
||||
- [ ] Display nested test better (describe)
|
||||
- [ ] Display the date of the test
|
||||
- [ ] Add unit tests
|
||||
- [ ] Add linting
|
||||
- [ ] Split <TestPanel />
|
||||
- Add coverage
|
||||
- Display nested test better (describe)
|
||||
- Display the date of the test
|
||||
- Add unit tests
|
||||
- Add linting
|
||||
- Split <TestPanel />
|
||||
|
||||
## Contributing
|
||||
|
||||
|
@ -44,7 +44,7 @@
|
||||
- [FAQ](#faq)
|
||||
- [Stories for pages/components which fetch data](#stories-for-pagescomponents-which-fetch-data)
|
||||
- [Statically imported images won't load](#statically-imported-images-wont-load)
|
||||
- [Module not found: Error: Can't resolve \[package name\]](#module-not-found-error-cant-resolve-package-name)
|
||||
- [Module not found: Error: Can't resolve `package name`](#module-not-found-error-cant-resolve-package-name)
|
||||
- [What if I'm using the Vite builder?](#what-if-im-using-the-vite-builder)
|
||||
- [Acknowledgements](#acknowledgements)
|
||||
|
||||
@ -930,7 +930,7 @@ Therefore, if something in storybook isn't showing the image properly, make sure
|
||||
|
||||
See [local images](https://nextjs.org/docs/basic-features/image-optimization#local-images) for more detail on how Next.js treats static image imports.
|
||||
|
||||
#### Module not found: Error: Can't resolve [package name]
|
||||
#### Module not found: Error: Can't resolve `package name`
|
||||
|
||||
You might get this if you're using Yarn v2 or v3. See [Notes for Yarn v2 and v3 users](#notes-for-yarn-v2-and-v3-users) for more details.
|
||||
|
||||
|
@ -24,9 +24,9 @@ You can also build a [static version](https://storybook.js.org/docs/svelte/shari
|
||||
|
||||
## TODOs
|
||||
|
||||
- [ ] Support `addon-info`
|
||||
- [ ] Support Svelte markup directly in stories
|
||||
- [ ] Add Svelte storybook generator
|
||||
- [ ] Provide stories that show advanced Svelte use cases
|
||||
- [ ] Hydratable
|
||||
- [ ] Advanced mount options
|
||||
- Support `addon-info`
|
||||
- Support Svelte markup directly in stories
|
||||
- Add Svelte storybook generator
|
||||
- Provide stories that show advanced Svelte use cases
|
||||
- Hydratable
|
||||
- Advanced mount options
|
||||
|
@ -11,4 +11,4 @@ A framework calls the `start(renderToCanvas, { render, decorateStory })` functio
|
||||
The `start` function will return a `configure()` function, which can be re-exported to be used in `preview.js` (deprecated), or automatically by the `main.js:stories` field to:
|
||||
|
||||
- return a list of CSF files
|
||||
- [deprecated] make calls to the `storiesOf` API.
|
||||
- `deprecated` make calls to the `storiesOf` API.
|
||||
|
@ -83,7 +83,7 @@
|
||||
"@types/ejs": "^3.1.1",
|
||||
"@types/escodegen": "^0.0.6",
|
||||
"@types/express": "^4.17.11",
|
||||
"@types/fs-extra": "^9.0.6",
|
||||
"@types/fs-extra": "^11.0.1",
|
||||
"@types/lodash": "^4",
|
||||
"@types/node": "^16.0.0",
|
||||
"@types/node-fetch": "^2.5.7",
|
||||
@ -110,7 +110,7 @@
|
||||
"detect-port": "^1.3.0",
|
||||
"ejs": "^3.1.8",
|
||||
"ejs-lint": "^2.0.0",
|
||||
"esbuild": "^0.16.4",
|
||||
"esbuild": "^0.17.19",
|
||||
"esbuild-plugin-alias": "^0.2.1",
|
||||
"esbuild-register": "^3.4.1",
|
||||
"eslint": "^8.28.0",
|
||||
@ -140,7 +140,7 @@
|
||||
"lodash": "^4.17.21",
|
||||
"memoizerific": "^1.11.3",
|
||||
"node-fetch": "^2.6.1",
|
||||
"node-gyp": "^8.4.0",
|
||||
"node-gyp": "^9.3.1",
|
||||
"npmlog": "^5.0.1",
|
||||
"nx": "16.2.1",
|
||||
"nx-cloud": "16.0.5",
|
||||
@ -155,10 +155,10 @@
|
||||
"react-dom": "16.14.0",
|
||||
"read-pkg-up": "^7.0.1",
|
||||
"recast": "^0.23.1",
|
||||
"remark": "^13.0.0",
|
||||
"remark-cli": "^9.0.0",
|
||||
"remark-lint": "^8.0.0",
|
||||
"remark-preset-lint-recommended": "^5.0.0",
|
||||
"remark": "^14.0.3",
|
||||
"remark-cli": "^11.0.0",
|
||||
"remark-lint": "^9.1.2",
|
||||
"remark-preset-lint-recommended": "^6.1.3",
|
||||
"semver": "^7.3.7",
|
||||
"serve-static": "^1.14.1",
|
||||
"simple-git": "^3.18.0",
|
||||
|
2687
scripts/yarn.lock
2687
scripts/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user