Skip to content

Commit

Permalink
Merge branch 'main' into svelte5
Browse files Browse the repository at this point in the history
  • Loading branch information
laurakwhit committed Jan 21, 2025
2 parents 18051f0 + 13923b7 commit 8ee5f73
Show file tree
Hide file tree
Showing 51 changed files with 1,987 additions and 4,045 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: pnpm exec playwright install --with-deps
- name: Run Integration tests
run: pnpm test:integration
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report-integration
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
run: pnpm exec playwright install --with-deps
- name: Run E2E tests
run: pnpm test:e2e
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report-e2e
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@temporalio/ui",
"version": "2.34.0-svelte5.0",
"version": "2.34.3",
"engines": {
"pnpm": ">=8.6.0",
"node": ">=18.15.0"
Expand Down Expand Up @@ -86,7 +86,7 @@
"@fontsource-variable/inter": "^5.0.8",
"@fontsource/noto-sans-mono": "^5.0.9",
"@lezer/highlight": "^1.1.3",
"@storybook/addon-actions": "^8.1.10",
"@storybook/addon-actions": "^8.4.7",
"@sveltejs/package": "^2.3.7",
"@sveltejs/svelte-virtual-list": "^3.0.1",
"class-variance-authority": "^0.7.0",
Expand Down Expand Up @@ -114,24 +114,24 @@
"uuid": "^9.0.0"
},
"devDependencies": {
"@axe-core/playwright": "^4.9.0",
"@axe-core/playwright": "^4.10.1",
"@babel/core": "^7.20.12",
"@babel/preset-typescript": "^7.18.6",
"@chromatic-com/storybook": "^1.5.0",
"@chromatic-com/storybook": "^3.2.3",
"@grpc/grpc-js": "^1.8.22",
"@playwright/test": "^1.44.1",
"@storybook/addon-a11y": "^8.1.10",
"@storybook/addon-essentials": "^8.1.10",
"@storybook/addon-interactions": "^8.1.10",
"@storybook/addon-links": "^8.1.10",
"@storybook/addon-svelte-csf": "^4.1.3",
"@storybook/addon-themes": "^8.1.10",
"@storybook/blocks": "^8.1.10",
"@storybook/icons": "^1.2.9",
"@playwright/test": "^1.49.1",
"@storybook/addon-a11y": "^8.4.7",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-interactions": "^8.4.7",
"@storybook/addon-links": "^8.4.7 ",
"@storybook/addon-svelte-csf": "^4.2.0",
"@storybook/addon-themes": "^8.4.7",
"@storybook/blocks": "^8.4.7",
"@storybook/icons": "^1.3.0",
"@storybook/svelte": "^8.4.7",
"@storybook/sveltekit": "^8.4.7",
"@storybook/test": "^8.1.10",
"@storybook/test-runner": "^0.18.2",
"@storybook/test": "^8.4.7",
"@storybook/test-runner": "^0.21.0",
"@sveltejs/adapter-static": "^3.0.0",
"@sveltejs/adapter-vercel": "^4.0.0",
"@sveltejs/kit": "^2.5.27",
Expand Down Expand Up @@ -159,7 +159,7 @@
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"autoprefixer": "^10.4.13",
"axe-playwright": "^2.0.1",
"axe-playwright": "^2.0.3",
"c8": "^7.12.0",
"chalk": "^4.1.2",
"concurrently": "^7.6.0",
Expand Down Expand Up @@ -204,7 +204,7 @@
"remark-parse": "^10.0.2",
"remark-toc": "^8.0.1",
"rimraf": "^4.3.1",
"storybook": "^8.1.10",
"storybook": "^8.4.7",
"stylelint": "^15.10.3",
"stylelint-config-recommended": "^13.0.0",
"stylelint-config-standard": "^34.0.0",
Expand Down
Loading

0 comments on commit 8ee5f73

Please sign in to comment.