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

Docs: Fix Source block snippet updates #22807

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
103 commits
Select commit Hold shift + click to select a range
ba3ec3f
Build: Migrate @storybook/addon-jest to strict TS
Gufah May 3, 2023
954a6eb
Merge branch 'next' into next
Gufah May 4, 2023
ba08577
set wrap long lines to true react StyledSyntaxHighlighter
chakAs3 May 12, 2023
76b3040
add yarn check
1234tgk May 3, 2023
20dde1a
migrate @storybook/addons-storyshots-puppeteer to strict TS
1234tgk May 4, 2023
ef412c0
add check script
1234tgk May 8, 2023
a170b64
convert to strict TS
1234tgk May 10, 2023
db26a2a
migrate @storybook/addon-mdx-gfm to strict TS
1234tgk May 21, 2023
a81070e
chore: update `BaseAnnotation` type
specialdoom May 24, 2023
5e09ae2
Merge branch 'next' into my-first-storybook-contribution
specialdoom May 25, 2023
0a0cd6f
change the comparaison to update the source
chakAs3 May 25, 2023
8901ff1
downgrade typescript version on main project
chakAs3 May 26, 2023
067301e
Merge branch 'clean-migrate-nx' into next-rollback-tree
chakAs3 May 26, 2023
8018f24
7.1.0-alpha.24 changelog
shilman May 26, 2023
30c1c13
Update root, peer deps, version.ts/json to 7.1.0-alpha.24 [ci skip]
shilman May 26, 2023
539e812
v7.1.0-alpha.24
shilman May 26, 2023
e70caeb
Update git head to 7.1.0-alpha.24, update yarn.lock [ci skip]
shilman May 26, 2023
557edc1
merge next to buil/fix-chromatic-tests
chakAs3 May 26, 2023
bd56ed2
Merge branch 'build/fix-next-chromatic-tests' into chaks/fix-update-s…
chakAs3 May 26, 2023
2201fb8
remove unused loadash import
chakAs3 May 26, 2023
abace6f
downgrade typescript version on main project
chakAs3 May 26, 2023
38eb54f
Merge branch 'build/fix-next-chromatic-tests' of https://github.com/s…
chakAs3 May 26, 2023
76d29b1
Merge branch 'next' into my-first-storybook-contribution
specialdoom May 26, 2023
e176ca2
Merge branch 'next' into chaks/fix-update-source-snippet
chakAs3 May 26, 2023
60b541f
fix null exception conditional decorator story
chakAs3 May 26, 2023
c104a0b
Merge branch 'build/fix-next-chromatic-tests' into chaks/fix-update-s…
chakAs3 May 26, 2023
8b29cf2
Merge branch 'next' into my-first-storybook-contribution
ndelangen May 26, 2023
904b6ea
Merge branch 'next' into my-first-storybook-contribution
specialdoom May 26, 2023
7912002
Merge branch 'next' into my-first-storybook-contribution
specialdoom May 27, 2023
e580f8e
feat: setup ts strict property to true
efrenaragon96 May 4, 2023
971d4a0
feat: add tiny-invariant package
efrenaragon96 May 4, 2023
56bc6e1
fix: ts errors
efrenaragon96 May 4, 2023
28ac385
Merge branch 'next' into my-first-storybook-contribution
specialdoom May 29, 2023
c9ee17b
Merge branch 'next' into chaks/fix-update-source-snippet
chakAs3 May 29, 2023
d4288b7
Merge branch 'next' into chaks/fix-react-syntaxhighlighter-wrap
chakAs3 May 30, 2023
51df228
Merge branch 'next' into chaks/fix-react-syntaxhighlighter-wrap
chakAs3 May 30, 2023
62c1f94
Fix types for Next.js
valentinpalkovic May 30, 2023
ca01a70
Merge branch 'next' into my-first-storybook-contribution
specialdoom May 30, 2023
f18031e
Merge branch 'next' into chaks/fix-update-source-snippet
chakAs3 May 30, 2023
6c83e2e
revert back typescript version
chakAs3 May 30, 2023
bcb9741
fix lockfile
chakAs3 May 30, 2023
f17d6ad
Upgrade playwright
valentinpalkovic May 30, 2023
4b1d4c8
fix the theme output during monorepo development
ndelangen May 30, 2023
4c3a09a
Merge pull request #22771 from specialdoom/my-first-storybook-contrib…
ndelangen May 30, 2023
21f93d5
Remove playwright
valentinpalkovic May 30, 2023
c27df17
minify using swc
ndelangen May 30, 2023
719fae9
Merge pull request #22836 from storybookjs/valentin/fix-types-for-nextjs
ndelangen May 30, 2023
f92740d
make it backwards compatible, and trigger only when useSWC is enabled…
ndelangen May 30, 2023
a2ccb1e
Merge branch 'next' into norbert/more-swc
ndelangen May 30, 2023
edee82a
Merge remote-tracking branch 'origin/chaks/add-e2e-test-to-addon-docs…
shilman May 31, 2023
8250f1e
Merge pull request #22841 from storybookjs/norbert/fix-dev-theming
ndelangen May 31, 2023
aaf8fb5
cleanup the test storybooks
ndelangen May 31, 2023
a13f157
Merge pull request #22846 from storybookjs/norbert/cleanup-test-story…
ndelangen May 31, 2023
9fc8c75
sort package json
ndelangen May 31, 2023
1e7612e
Merge pull request #22847 from storybookjs/norbert/more-cleanup-sorting
ndelangen May 31, 2023
2f9ca04
Merge branch 'next' into next
kasperpeulen May 31, 2023
b1182da
Use != null to be more consistent with the codebase (checks also for …
kasperpeulen May 31, 2023
2bad747
Avoid overriding the type with as
kasperpeulen May 31, 2023
273ec78
Use tiny-invariant instead
kasperpeulen May 31, 2023
af79370
Merge branch 'next' into ts-migrate/storyshots-puppeteer
kasperpeulen May 31, 2023
acb06da
Merge branch 'next' into ts-migrate/addon-mdx-gfm
kasperpeulen May 31, 2023
62d5b34
7.1.0-alpha.26 changelog
shilman May 31, 2023
c0be0d8
Update root, peer deps, version.ts/json to 7.1.0-alpha.26 [ci skip]
shilman May 31, 2023
f6795ef
Merge branch 'next' into ts-migrate/addon-storyshots
kasperpeulen May 31, 2023
515abaa
v7.1.0-alpha.26
shilman May 31, 2023
d17c035
Update git head to 7.1.0-alpha.26, update yarn.lock [ci skip]
shilman May 31, 2023
2589939
Fix typo on storybook
pruthvip15 May 31, 2023
294fe71
Merge pull request #22487 from 1234tgk/ts-migrate/addon-storyshots
kasperpeulen May 31, 2023
934a868
Merge pull request #22659 from 1234tgk/ts-migrate/addon-mdx-gfm
kasperpeulen May 31, 2023
792466d
Merge pull request #22389 from Gufah/next
kasperpeulen May 31, 2023
746b994
Merge pull request #22407 from 1234tgk/ts-migrate/storyshots-puppeteer
kasperpeulen May 31, 2023
ab9cb62
Merge branch 'next' into patch-1
pruthvip15 May 31, 2023
1bd982e
added lit to Skipped renderer not supporting dynamic
chakAs3 May 31, 2023
603a5d6
upgrade yarn
ndelangen May 31, 2023
8061079
Merge pull request #22848 from pruthvip15/patch-1
jonniebigodes May 31, 2023
acce2e6
removes references to outdated APIs and packages
jonniebigodes May 31, 2023
808b1e4
fix lockfiles
ndelangen May 31, 2023
0bfeb78
Merge branch 'next' into chore_vet_outdated_refs_docs
jonniebigodes May 31, 2023
1c3d369
Merge pull request #22856 from storybookjs/chore_vet_outdated_refs_docs
jonniebigodes May 31, 2023
8ad0f01
Merge pull request #22855 from storybookjs/norbert/yarn-upgrade
ndelangen May 31, 2023
9676cd6
Updates to the migration & upgrade docs
jonniebigodes May 31, 2023
3e61433
Merge pull request #22863 from storybookjs/chore_docs_migration_upgra…
jonniebigodes May 31, 2023
35f7aff
Add error on YN0060 - INCOMPATIBLE_PEER_DEPENDENCY to Yarn log filter…
valentinpalkovic May 4, 2023
e3d6c69
Update Svelte and TypeScript versions in package.json and yarn.lock
valentinpalkovic May 4, 2023
d39244e
Create CODEOWNERS
vanessayuenn Jun 1, 2023
3e32fc6
Merge pull request #22398 from storybookjs/valentin/error-on-yn0060
valentinpalkovic Jun 1, 2023
f6e27b5
remove deep test. always return new source
chakAs3 Jun 1, 2023
103a1bb
Merge branch 'next' into chaks/fix-react-syntaxhighlighter-wrap
chakAs3 Jun 1, 2023
fe03b18
Adds video to the documentation
jonniebigodes Jun 1, 2023
1a5ce6f
Merge pull request #22880 from storybookjs/chore_docs_adds_video_side…
jonniebigodes Jun 1, 2023
09a2ebc
Merge branch 'next' into ts-migrate/sctrict-ts-types
efrenaragon96 Jun 1, 2023
b174684
Merge pull request #22843 from storybookjs/norbert/more-swc
ndelangen Jun 2, 2023
8084da6
Merge pull request #22399 from efrenaragon96/ts-migrate/sctrict-ts-types
kasperpeulen Jun 2, 2023
ad84058
Update .github/CODEOWNERS
vanessayuenn Jun 2, 2023
0092872
Merge branch 'next' into vy/codeowner
vanessayuenn Jun 2, 2023
2bd02fe
Merge pull request #22869 from storybookjs/vy/codeowner
vanessayuenn Jun 2, 2023
0432cfd
fix type checking
chakAs3 Jun 2, 2023
243fb0f
Merge branch 'next' into chaks/fix-react-syntaxhighlighter-wrap
chakAs3 Jun 2, 2023
e0d42d6
Merge pull request #22541 from storybookjs/chaks/fix-react-syntaxhigh…
chakAs3 Jun 2, 2023
ec6cdf5
skip angular for test
chakAs3 Jun 2, 2023
b89f3c3
Merge branch 'next' into chaks/fix-update-source-snippet
chakAs3 Jun 2, 2023
a0cd9c5
skip angular for dynamic source test
chakAs3 Jun 2, 2023
d028cde
skip internal and ca for test
chakAs3 Jun 2, 2023
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
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ executors:
default: 'small'
working_directory: /tmp/storybook
docker:
- image: mcr.microsoft.com/playwright:v1.32.3-focal
- image: mcr.microsoft.com/playwright:v1.34.3-focal
environment:
NODE_OPTIONS: --max_old_space_size=6144
resource_class: <<parameters.class>>
Expand Down
8 changes: 8 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Any change inside the `/code` and `/scripts` directories will require approval from @storybookjs/core team.

/.github/ @storybookjs/core
/.circleci/ @storybookjs/core
/.yarn/ @storybookjs/core
/code/ @storybookjs/core
/scripts/ @storybookjs/core
/package.json @storybookjs/core
560 changes: 280 additions & 280 deletions .yarn/releases/yarn-3.4.1.cjs → .yarn/releases/yarn-3.5.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ installStatePath: ./.yarn/root-install-state.gz

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.4.1.cjs
yarnPath: .yarn/releases/yarn-3.5.1.cjs
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## 7.1.0-alpha.26 (May 31, 2023)

#### Bug Fixes

- Addons: Fix `Addon_BaseAnnotations` type [#22771](https://github.com/storybooks/storybook/pull/22771)
- Viewport: Fix viewport menu [#22829](https://github.com/storybooks/storybook/pull/22829)

#### Maintenance

- NextJS: Fix types [#22836](https://github.com/storybooks/storybook/pull/22836)
- React: Update babel dependencies to fix sandbox creation [#22824](https://github.com/storybooks/storybook/pull/22824)

#### Build

- Build: sort package json files [#22847](https://github.com/storybooks/storybook/pull/22847)
- Build: cleanup the test-storybooks [#22846](https://github.com/storybooks/storybook/pull/22846)
- Build: fix the theme output during development [#22841](https://github.com/storybooks/storybook/pull/22841)
- Build: move deprecated packages [#22753](https://github.com/storybooks/storybook/pull/22753)
- Build: move builders [#22751](https://github.com/storybooks/storybook/pull/22751)

## 7.1.0-alpha.25 (May 26, 2023)

#### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -1110,7 +1110,7 @@ In v6.x `@storybook/web-components` had a peer dependency on `lit-html` v1 or v2

#### Create React App: dropped CRA4 support

Since v7 [drops webpack4 support](#webpack4-support-discontinued), it longer supports Create React App < 5.0. If you're using an earlier version of CRA, please upgrade or stay on Storybook 6.x.
Since v7 [drops webpack4 support](#webpack4-support-discontinued), it no longer supports Create React App < 5.0. If you're using an earlier version of CRA, please upgrade or stay on Storybook 6.x.

#### HTML: No longer auto-dedents source code

Expand Down Expand Up @@ -1187,8 +1187,8 @@ This can result in errors if you are using experimental JS features in your addo
or using babel dependent features such as Component selectors in Emotion.

ESbuild also places some constraints on things you can import into your addon's manager code: only woff2 files are supported, and not all image file types are supported.
Here's the list of supported file types:
https://github.com/storybookjs/storybook/blob/4a37372f649e85e7a0c35b0493da016dbb5dee17/code/lib/builder-manager/src/index.ts#L54-L64
Here's the [list](https://github.com/storybookjs/storybook/blob/next/code/builders/builder-manager/src/index.ts#L53-L70) of supported file types.

This is not configurable.

If this is a problem for your addon, you need to pre-compile your addon's manager code to ensure it works.
Expand Down
2 changes: 1 addition & 1 deletion code/.yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ plugins:
unsafeHttpWhitelist:
- localhost

yarnPath: ../.yarn/releases/yarn-3.4.1.cjs
yarnPath: ../.yarn/releases/yarn-3.5.1.cjs
installStatePath: '../.yarn/code-install-state.gz'
22 changes: 11 additions & 11 deletions code/addons/a11y/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/addon-a11y",
"version": "7.1.0-alpha.25",
"version": "7.1.0-alpha.26",
"description": "Test component compliance with web accessibility standards",
"keywords": [
"a11y",
Expand Down Expand Up @@ -63,16 +63,16 @@
"prep": "../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@storybook/addon-highlight": "7.1.0-alpha.25",
"@storybook/channels": "7.1.0-alpha.25",
"@storybook/client-logger": "7.1.0-alpha.25",
"@storybook/components": "7.1.0-alpha.25",
"@storybook/core-events": "7.1.0-alpha.25",
"@storybook/addon-highlight": "7.1.0-alpha.26",
"@storybook/channels": "7.1.0-alpha.26",
"@storybook/client-logger": "7.1.0-alpha.26",
"@storybook/components": "7.1.0-alpha.26",
"@storybook/core-events": "7.1.0-alpha.26",
"@storybook/global": "^5.0.0",
"@storybook/manager-api": "7.1.0-alpha.25",
"@storybook/preview-api": "7.1.0-alpha.25",
"@storybook/theming": "7.1.0-alpha.25",
"@storybook/types": "7.1.0-alpha.25",
"@storybook/manager-api": "7.1.0-alpha.26",
"@storybook/preview-api": "7.1.0-alpha.26",
"@storybook/theming": "7.1.0-alpha.26",
"@storybook/types": "7.1.0-alpha.26",
"axe-core": "^4.2.0",
"lodash": "^4.17.21",
"react-resize-detector": "^7.1.2"
Expand Down Expand Up @@ -104,7 +104,7 @@
"./src/preview.tsx"
]
},
"gitHead": "3f93a9032c93e77e34c3b39adea4b4a0f21e8920",
"gitHead": "515abaa55abc8ad20f906e4ce46cde3d3850991e",
"storybook": {
"displayName": "Accessibility",
"icon": "https://user-images.githubusercontent.com/263385/101991665-47042f80-3c7c-11eb-8f00-64b5a18f498a.png",
Expand Down
18 changes: 9 additions & 9 deletions code/addons/actions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/addon-actions",
"version": "7.1.0-alpha.25",
"version": "7.1.0-alpha.26",
"description": "Get UI feedback when an action is performed on an interactive element",
"keywords": [
"storybook",
Expand Down Expand Up @@ -80,14 +80,14 @@
"prep": "../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@storybook/client-logger": "7.1.0-alpha.25",
"@storybook/components": "7.1.0-alpha.25",
"@storybook/core-events": "7.1.0-alpha.25",
"@storybook/client-logger": "7.1.0-alpha.26",
"@storybook/components": "7.1.0-alpha.26",
"@storybook/core-events": "7.1.0-alpha.26",
"@storybook/global": "^5.0.0",
"@storybook/manager-api": "7.1.0-alpha.25",
"@storybook/preview-api": "7.1.0-alpha.25",
"@storybook/theming": "7.1.0-alpha.25",
"@storybook/types": "7.1.0-alpha.25",
"@storybook/manager-api": "7.1.0-alpha.26",
"@storybook/preview-api": "7.1.0-alpha.26",
"@storybook/theming": "7.1.0-alpha.26",
"@storybook/types": "7.1.0-alpha.26",
"dequal": "^2.0.2",
"lodash": "^4.17.21",
"polished": "^4.2.2",
Expand Down Expand Up @@ -125,7 +125,7 @@
"./src/preview.ts"
]
},
"gitHead": "3f93a9032c93e77e34c3b39adea4b4a0f21e8920",
"gitHead": "515abaa55abc8ad20f906e4ce46cde3d3850991e",
"storybook": {
"displayName": "Actions",
"unsupportedFrameworks": [
Expand Down
18 changes: 9 additions & 9 deletions code/addons/backgrounds/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/addon-backgrounds",
"version": "7.1.0-alpha.25",
"version": "7.1.0-alpha.26",
"description": "Switch backgrounds to view components in different settings",
"keywords": [
"addon",
Expand Down Expand Up @@ -76,14 +76,14 @@
"prep": "../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@storybook/client-logger": "7.1.0-alpha.25",
"@storybook/components": "7.1.0-alpha.25",
"@storybook/core-events": "7.1.0-alpha.25",
"@storybook/client-logger": "7.1.0-alpha.26",
"@storybook/components": "7.1.0-alpha.26",
"@storybook/core-events": "7.1.0-alpha.26",
"@storybook/global": "^5.0.0",
"@storybook/manager-api": "7.1.0-alpha.25",
"@storybook/preview-api": "7.1.0-alpha.25",
"@storybook/theming": "7.1.0-alpha.25",
"@storybook/types": "7.1.0-alpha.25",
"@storybook/manager-api": "7.1.0-alpha.26",
"@storybook/preview-api": "7.1.0-alpha.26",
"@storybook/theming": "7.1.0-alpha.26",
"@storybook/types": "7.1.0-alpha.26",
"memoizerific": "^1.11.3",
"ts-dedent": "^2.0.0"
},
Expand Down Expand Up @@ -112,7 +112,7 @@
"./src/preview.tsx"
]
},
"gitHead": "3f93a9032c93e77e34c3b39adea4b4a0f21e8920",
"gitHead": "515abaa55abc8ad20f906e4ce46cde3d3850991e",
"storybook": {
"displayName": "Backgrounds",
"icon": "https://user-images.githubusercontent.com/263385/101991667-479cc600-3c7c-11eb-96d3-410e936252e7.png",
Expand Down
22 changes: 11 additions & 11 deletions code/addons/controls/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/addon-controls",
"version": "7.1.0-alpha.25",
"version": "7.1.0-alpha.26",
"description": "Interact with component inputs dynamically in the Storybook UI",
"keywords": [
"addon",
Expand Down Expand Up @@ -68,15 +68,15 @@
"prep": "../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@storybook/blocks": "7.1.0-alpha.25",
"@storybook/client-logger": "7.1.0-alpha.25",
"@storybook/components": "7.1.0-alpha.25",
"@storybook/core-common": "7.1.0-alpha.25",
"@storybook/manager-api": "7.1.0-alpha.25",
"@storybook/node-logger": "7.1.0-alpha.25",
"@storybook/preview-api": "7.1.0-alpha.25",
"@storybook/theming": "7.1.0-alpha.25",
"@storybook/types": "7.1.0-alpha.25",
"@storybook/blocks": "7.1.0-alpha.26",
"@storybook/client-logger": "7.1.0-alpha.26",
"@storybook/components": "7.1.0-alpha.26",
"@storybook/core-common": "7.1.0-alpha.26",
"@storybook/manager-api": "7.1.0-alpha.26",
"@storybook/node-logger": "7.1.0-alpha.26",
"@storybook/preview-api": "7.1.0-alpha.26",
"@storybook/theming": "7.1.0-alpha.26",
"@storybook/types": "7.1.0-alpha.26",
"lodash": "^4.17.21",
"ts-dedent": "^2.0.0"
},
Expand All @@ -102,7 +102,7 @@
],
"platform": "browser"
},
"gitHead": "3f93a9032c93e77e34c3b39adea4b4a0f21e8920",
"gitHead": "515abaa55abc8ad20f906e4ce46cde3d3850991e",
"storybook": {
"displayName": "Controls",
"icon": "https://user-images.githubusercontent.com/263385/101991669-479cc600-3c7c-11eb-93d9-38b67e8371f2.png",
Expand Down
26 changes: 13 additions & 13 deletions code/addons/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/addon-docs",
"version": "7.1.0-alpha.25",
"version": "7.1.0-alpha.26",
"description": "Document component usage and properties in Markdown",
"keywords": [
"addon",
Expand Down Expand Up @@ -99,19 +99,19 @@
"dependencies": {
"@jest/transform": "^29.3.1",
"@mdx-js/react": "^2.1.5",
"@storybook/blocks": "7.1.0-alpha.25",
"@storybook/client-logger": "7.1.0-alpha.25",
"@storybook/components": "7.1.0-alpha.25",
"@storybook/csf-plugin": "7.1.0-alpha.25",
"@storybook/csf-tools": "7.1.0-alpha.25",
"@storybook/blocks": "7.1.0-alpha.26",
"@storybook/client-logger": "7.1.0-alpha.26",
"@storybook/components": "7.1.0-alpha.26",
"@storybook/csf-plugin": "7.1.0-alpha.26",
"@storybook/csf-tools": "7.1.0-alpha.26",
"@storybook/global": "^5.0.0",
"@storybook/mdx2-csf": "^1.0.0",
"@storybook/node-logger": "7.1.0-alpha.25",
"@storybook/postinstall": "7.1.0-alpha.25",
"@storybook/preview-api": "7.1.0-alpha.25",
"@storybook/react-dom-shim": "7.1.0-alpha.25",
"@storybook/theming": "7.1.0-alpha.25",
"@storybook/types": "7.1.0-alpha.25",
"@storybook/node-logger": "7.1.0-alpha.26",
"@storybook/postinstall": "7.1.0-alpha.26",
"@storybook/preview-api": "7.1.0-alpha.26",
"@storybook/react-dom-shim": "7.1.0-alpha.26",
"@storybook/theming": "7.1.0-alpha.26",
"@storybook/types": "7.1.0-alpha.26",
"fs-extra": "^11.1.0",
"remark-external-links": "^8.0.0",
"remark-slug": "^6.0.0",
Expand Down Expand Up @@ -141,7 +141,7 @@
"@storybook/mdx1-csf"
]
},
"gitHead": "3f93a9032c93e77e34c3b39adea4b4a0f21e8920",
"gitHead": "515abaa55abc8ad20f906e4ce46cde3d3850991e",
"storybook": {
"displayName": "Docs",
"icon": "https://user-images.githubusercontent.com/263385/101991672-48355c80-3c7c-11eb-82d9-95fa12438f64.png",
Expand Down
32 changes: 16 additions & 16 deletions code/addons/essentials/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/addon-essentials",
"version": "7.1.0-alpha.25",
"version": "7.1.0-alpha.26",
"description": "Curated addons to bring out the best of Storybook",
"keywords": [
"addon",
Expand Down Expand Up @@ -119,23 +119,23 @@
"prep": "../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@storybook/addon-actions": "7.1.0-alpha.25",
"@storybook/addon-backgrounds": "7.1.0-alpha.25",
"@storybook/addon-controls": "7.1.0-alpha.25",
"@storybook/addon-docs": "7.1.0-alpha.25",
"@storybook/addon-highlight": "7.1.0-alpha.25",
"@storybook/addon-measure": "7.1.0-alpha.25",
"@storybook/addon-outline": "7.1.0-alpha.25",
"@storybook/addon-toolbars": "7.1.0-alpha.25",
"@storybook/addon-viewport": "7.1.0-alpha.25",
"@storybook/core-common": "7.1.0-alpha.25",
"@storybook/manager-api": "7.1.0-alpha.25",
"@storybook/node-logger": "7.1.0-alpha.25",
"@storybook/preview-api": "7.1.0-alpha.25",
"@storybook/addon-actions": "7.1.0-alpha.26",
"@storybook/addon-backgrounds": "7.1.0-alpha.26",
"@storybook/addon-controls": "7.1.0-alpha.26",
"@storybook/addon-docs": "7.1.0-alpha.26",
"@storybook/addon-highlight": "7.1.0-alpha.26",
"@storybook/addon-measure": "7.1.0-alpha.26",
"@storybook/addon-outline": "7.1.0-alpha.26",
"@storybook/addon-toolbars": "7.1.0-alpha.26",
"@storybook/addon-viewport": "7.1.0-alpha.26",
"@storybook/core-common": "7.1.0-alpha.26",
"@storybook/manager-api": "7.1.0-alpha.26",
"@storybook/node-logger": "7.1.0-alpha.26",
"@storybook/preview-api": "7.1.0-alpha.26",
"ts-dedent": "^2.0.0"
},
"devDependencies": {
"@storybook/vue": "7.1.0-alpha.25",
"@storybook/vue": "7.1.0-alpha.26",
"typescript": "^4.9.3"
},
"peerDependencies": {
Expand Down Expand Up @@ -166,5 +166,5 @@
],
"platform": "node"
},
"gitHead": "3f93a9032c93e77e34c3b39adea4b4a0f21e8920"
"gitHead": "515abaa55abc8ad20f906e4ce46cde3d3850991e"
}
6 changes: 3 additions & 3 deletions code/addons/gfm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/addon-mdx-gfm",
"version": "7.1.0-alpha.25",
"version": "7.1.0-alpha.26",
"description": "GitHub Flavored Markdown in Storybook",
"keywords": [
"addon",
Expand Down Expand Up @@ -51,7 +51,7 @@
"prep": "../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@storybook/node-logger": "7.1.0-alpha.25",
"@storybook/node-logger": "7.1.0-alpha.26",
"remark-gfm": "^3.0.1",
"ts-dedent": "^2.0.0"
},
Expand All @@ -69,5 +69,5 @@
"cjs"
]
},
"gitHead": "3f93a9032c93e77e34c3b39adea4b4a0f21e8920"
"gitHead": "515abaa55abc8ad20f906e4ce46cde3d3850991e"
}
2 changes: 1 addition & 1 deletion code/addons/gfm/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"skipLibCheck": true,
"strict": false
"strict": true
},
"include": ["src/**/*"]
}
Loading