Skip to content

Commit

Permalink
fix: github workflow playwright version
Browse files Browse the repository at this point in the history
  • Loading branch information
shinokada committed Dec 2, 2024
1 parent ee2dd03 commit cca39cb
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/playwright-and-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: 'Playwright and Lint'
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.48.1-focal
image: mcr.microsoft.com/playwright:v1.49.0-focal
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,43 +39,43 @@
},
"devDependencies": {
"@changesets/cli": "2.27.10",
"@docsearch/css": "^3.6.2",
"@docsearch/js": "^3.6.2",
"@playwright/test": "^1.48.2",
"@sveltejs/adapter-vercel": "^5.4.6",
"@sveltejs/kit": "^2.7.3",
"@docsearch/css": "^3.8.0",
"@docsearch/js": "^3.8.0",
"@playwright/test": "^1.49.0",
"@sveltejs/adapter-vercel": "^5.5.0",
"@sveltejs/kit": "^2.9.0",
"@sveltejs/package": "2.3.7",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@svitejs/changesets-changelog-github-compact": "^1.2.0",
"@types/eslint": "^9.6.1",
"autoprefixer": "^10.4.20",
"dayjs": "^1.11.13",
"esbuild": "0.24.0",
"eslint": "^9.13.0",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.46.0",
"eslint-plugin-svelte": "^2.46.1",
"flowbite-svelte-icons": "^1.6.2",
"globals": "^15.11.0",
"globals": "^15.13.0",
"mdsvex": "^0.12.3",
"mdsvexamples": "^0.4.1",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"postcss": "^8.4.49",
"prettier": "^3.4.1",
"prettier-plugin-svelte": "^3.3.2",
"prism-themes": "^1.9.0",
"publint": "^0.2.12",
"svelte": "^4.2.19",
"svelte-check": "^4.0.5",
"svelte-check": "^4.1.0",
"svelte-lib-helpers": "^0.4.16",
"svelte-meta-tags": "^3.1.4",
"svelte-preprocess": "^6.0.3",
"svelte2tsx": "^0.7.22",
"svelte2tsx": "^0.7.28",
"tailwind-merge": "^1.13.1",
"tailwindcss": "^3.4.14",
"tslib": "^2.8.0",
"typescript": "^5.6.3",
"tailwindcss": "^3.4.15",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"typescript-eslint": "8.16.0",
"vite": "^5.4.10",
"vitest": "^2.1.4"
"vite": "^5.4.11",
"vitest": "^2.1.6"
},
"peerDependencies": {
"svelte": "^3.55.1 || ^4.0.0 || ^5.0.0"
Expand Down Expand Up @@ -124,10 +124,10 @@
"url": "git+https://github.com/themesberg/flowbite-svelte.git"
},
"dependencies": {
"@floating-ui/dom": "^1.6.11",
"@floating-ui/dom": "^1.6.12",
"apexcharts": "^3.54.1",
"flowbite": "^2.5.2",
"tailwind-merge": "^2.5.4"
"tailwind-merge": "^2.5.5"
},
"files": [
"dist",
Expand Down
40 changes: 20 additions & 20 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cca39cb

Please sign in to comment.