Skip to content

Commit

Permalink
Update dependencies in examples (#357)
Browse files Browse the repository at this point in the history
This bumps us to storybook 6.5.0-beta.1 and vite 2.9.6.

* Update examples to 6.5.0-beta.0

* Update vite in examples to 2.9.6

* Update @storybook/test-runner to 0.0.7

* Use canary version of test-runner

* Use stories.json for all framework tests

This is the only way we can test .mdx stories.

* Allow lit to pass with no tests

This papers over an issue we have in the github windows runner, but not local windows.
We should still get good test results from mac and linux runners.

* Revert "Use stories.json for all framework tests"

This reverts commit 5d806ea.

* Another small bump
  • Loading branch information
IanVS authored Apr 29, 2022
1 parent 820e052 commit 92c087b
Show file tree
Hide file tree
Showing 9 changed files with 642 additions and 469 deletions.
16 changes: 8 additions & 8 deletions examples/lit-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,25 @@
"storybook": "start-storybook -p 6005",
"build-storybook": "build-storybook",
"preview-storybook": "http-server storybook-static --port 6005 --silent",
"test": "wait-on tcp:6005 && test-storybook --stories-json --url 'http://localhost:6005'",
"test": "wait-on tcp:6005 && test-storybook --stories-json --url 'http://localhost:6005' -- --passWithNoTests",
"test-ci": "npm-run-all -p --race test preview-storybook"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@storybook/addon-actions": "^6.5.0-alpha.58",
"@storybook/addon-docs": "^6.5.0-alpha.58",
"@storybook/addon-essentials": "^6.5.0-alpha.58",
"@storybook/addon-links": "^6.5.0-alpha.58",
"@storybook/addon-actions": "^6.5.0-beta.1",
"@storybook/addon-docs": "^6.5.0-beta.1",
"@storybook/addon-essentials": "^6.5.0-beta.1",
"@storybook/addon-links": "^6.5.0-beta.1",
"@storybook/builder-vite": "workspace:*",
"@storybook/test-runner": "^0.0.4",
"@storybook/web-components": "^6.5.0-alpha.58",
"@storybook/test-runner": "0.0.8",
"@storybook/web-components": "^6.5.0-beta.1",
"http-server": "^14.1.0",
"jest": "^27.5.1",
"npm-run-all": "^4.1.5",
"rollup-plugin-postcss-lit": "^2.0.0",
"sass": "^1.50.1",
"vite": "2.9.0",
"vite": "2.9.6",
"wait-on": "^6.0.1"
}
}
12 changes: 6 additions & 6 deletions examples/react-18/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
"react-dom": "^18.0.0"
},
"devDependencies": {
"@storybook/addon-a11y": "^6.5.0-alpha.58",
"@storybook/addon-docs": "^6.5.0-alpha.58",
"@storybook/addon-essentials": "^6.5.0-alpha.58",
"@storybook/addon-a11y": "^6.5.0-beta.1",
"@storybook/addon-docs": "^6.5.0-beta.1",
"@storybook/addon-essentials": "^6.5.0-beta.1",
"@storybook/builder-vite": "workspace:*",
"@storybook/react": "^6.5.0-alpha.58",
"@storybook/test-runner": "^0.0.4",
"@storybook/react": "^6.5.0-beta.1",
"@storybook/test-runner": "^0.0.7",
"@vitejs/plugin-react": "^1.3.0",
"http-server": "^14.1.0",
"jest": "^27.5.1",
"npm-run-all": "^4.1.5",
"vite": "2.9.0",
"vite": "2.9.6",
"wait-on": "^6.0.1"
}
}
12 changes: 6 additions & 6 deletions examples/react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@
"react-dom": "^16.4.14"
},
"devDependencies": {
"@storybook/addon-a11y": "^6.5.0-alpha.58",
"@storybook/addon-docs": "^6.5.0-alpha.58",
"@storybook/addon-essentials": "^6.5.0-alpha.58",
"@storybook/addon-a11y": "^6.5.0-beta.1",
"@storybook/addon-docs": "^6.5.0-beta.1",
"@storybook/addon-essentials": "^6.5.0-beta.1",
"@storybook/builder-vite": "workspace:*",
"@storybook/react": "^6.5.0-alpha.58",
"@storybook/test-runner": "^0.0.4",
"@storybook/react": "^6.5.0-beta.1",
"@storybook/test-runner": "0.0.8",
"@vitejs/plugin-react": "^1.3.0",
"http-server": "^14.1.0",
"jest": "^27.5.1",
"npm-run-all": "^4.1.5",
"typescript": "^4.5.4",
"vite": "2.9.0",
"vite": "2.9.6",
"wait-on": "^6.0.1"
}
}
12 changes: 6 additions & 6 deletions examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
"react-dom": "^16.4.14"
},
"devDependencies": {
"@storybook/addon-a11y": "^6.5.0-alpha.58",
"@storybook/addon-docs": "^6.5.0-alpha.58",
"@storybook/addon-essentials": "^6.5.0-alpha.58",
"@storybook/addon-a11y": "^6.5.0-beta.1",
"@storybook/addon-docs": "^6.5.0-beta.1",
"@storybook/addon-essentials": "^6.5.0-beta.1",
"@storybook/builder-vite": "workspace:*",
"@storybook/react": "^6.5.0-alpha.58",
"@storybook/test-runner": "^0.0.4",
"@storybook/react": "^6.5.0-beta.1",
"@storybook/test-runner": "0.0.8",
"@vitejs/plugin-react": "^1.3.0",
"http-server": "^14.1.0",
"jest": "^27.5.1",
"npm-run-all": "^4.1.5",
"vite": "2.9.0",
"vite": "2.9.6",
"wait-on": "^6.0.1"
}
}
12 changes: 6 additions & 6 deletions examples/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@
"svelte": "^3.46.4"
},
"devDependencies": {
"@storybook/addon-actions": "^6.5.0-alpha.58",
"@storybook/addon-essentials": "^6.5.0-alpha.58",
"@storybook/addon-links": "^6.5.0-alpha.58",
"@storybook/addon-actions": "^6.5.0-beta.1",
"@storybook/addon-essentials": "^6.5.0-beta.1",
"@storybook/addon-links": "^6.5.0-beta.1",
"@storybook/addon-svelte-csf": "^1.1.0",
"@storybook/builder-vite": "workspace:*",
"@storybook/svelte": "^6.5.0-alpha.58",
"@storybook/test-runner": "^0.0.4",
"@storybook/svelte": "^6.5.0-beta.1",
"@storybook/test-runner": "0.0.8",
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.37",
"@tsconfig/svelte": "^3.0.0",
"http-server": "^14.1.0",
"jest": "^27.5.1",
"npm-run-all": "^4.1.5",
"svelte-preprocess": "^4.10.4",
"typescript": "^4.5.5",
"vite": "2.9.0",
"vite": "2.9.6",
"wait-on": "^6.0.1"
}
}
10 changes: 5 additions & 5 deletions examples/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
"vue": "^3.2.25"
},
"devDependencies": {
"@storybook/addon-a11y": "^6.5.0-alpha.58",
"@storybook/addon-essentials": "^6.5.0-alpha.58",
"@storybook/addon-a11y": "^6.5.0-beta.1",
"@storybook/addon-essentials": "^6.5.0-beta.1",
"@storybook/builder-vite": "workspace:*",
"@storybook/test-runner": "^0.0.4",
"@storybook/vue3": "^6.5.0-alpha.58",
"@storybook/test-runner": "0.0.8",
"@storybook/vue3": "^6.5.0-beta.1",
"@vitejs/plugin-vue": "^2.3.0",
"http-server": "^14.1.0",
"jest": "^27.5.1",
"npm-run-all": "^4.1.5",
"vite": "2.9.0",
"vite": "2.9.6",
"wait-on": "^6.0.1"
}
}
2 changes: 1 addition & 1 deletion examples/workspaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"packages/catalog"
],
"devDependencies": {
"@storybook/test-runner": "^0.0.4",
"@storybook/test-runner": "0.0.8",
"http-server": "^14.1.0",
"jest": "^27.5.1",
"npm-run-all": "^4.1.5",
Expand Down
8 changes: 4 additions & 4 deletions examples/workspaces/packages/catalog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"react-dom": "^16.4.14"
},
"devDependencies": {
"@storybook/addon-a11y": "^6.5.0-alpha.58",
"@storybook/addon-docs": "^6.5.0-alpha.58",
"@storybook/addon-essentials": "^6.5.0-alpha.58",
"@storybook/addon-a11y": "^6.5.0-beta.1",
"@storybook/addon-docs": "^6.5.0-beta.1",
"@storybook/addon-essentials": "^6.5.0-beta.1",
"@storybook/builder-vite": "workspace:*",
"@storybook/react": "^6.5.0-alpha.58",
"@storybook/react": "^6.5.0-beta.1",
"vite": "2.9.0"
}
}
Loading

0 comments on commit 92c087b

Please sign in to comment.