Skip to content

Commit

Permalink
chore: dependencies update and workflow update for playwright (#1162)
Browse files Browse the repository at this point in the history
  • Loading branch information
shinokada authored Nov 24, 2023
1 parent 7ed135d commit 9c42262
Show file tree
Hide file tree
Showing 3 changed files with 336 additions and 321 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.39.0-focal
image: mcr.microsoft.com/playwright:v1.40.0-focal
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,36 +33,36 @@
},
"devDependencies": {
"@docsearch/js": "^3.5.2",
"@playwright/test": "^1.39.0",
"@sveltejs/adapter-vercel": "^3.0.3",
"@sveltejs/kit": "^1.27.2",
"@playwright/test": "^1.40.0",
"@sveltejs/adapter-vercel": "^3.1.0",
"@sveltejs/kit": "^1.27.6",
"@sveltejs/package": "2.2.2",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"autoprefixer": "^10.4.16",
"esbuild": "0.19.5",
"eslint": "^8.52.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-svelte": "^2.34.0",
"eslint-plugin-svelte": "^2.35.1",
"flowbite-svelte-icons": "^0.4.5",
"mdsvex": "^0.11.0",
"mdsvexamples": "^0.4.1",
"postcss": "^8.4.31",
"postcss-load-config": "^4.0.1",
"prettier": "^3.0.3",
"prettier-plugin-svelte": "^3.0.3",
"postcss-load-config": "^4.0.2",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.2",
"prism-themes": "^1.9.0",
"publint": "^0.2.5",
"svelte": "^4.2.2",
"svelte-check": "^3.5.2",
"svelte": "^4.2.7",
"svelte-check": "^3.6.1",
"svelte-lib-helpers": "^0.3.15",
"svelte-meta-tags": "^3.0.4",
"svelte-preprocess": "^5.0.4",
"svelte2tsx": "^0.6.23",
"svelte-meta-tags": "^3.1.0",
"svelte-preprocess": "^5.1.1",
"svelte2tsx": "^0.6.26",
"tailwind-merge": "^1.13.1",
"tailwindcss": "^3.3.5",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"vite": "^4.5.0",
"vitest": "^0.34.6"
},
Expand Down Expand Up @@ -115,7 +115,7 @@
"dependencies": {
"@floating-ui/dom": "^1.5.3",
"apexcharts": "^3.44.0",
"flowbite": "^2.0.0",
"flowbite": "^2.2.0",
"tailwind-merge": "^2.0.0"
},
"engines": {
Expand Down
Loading

1 comment on commit 9c42262

@vercel
Copy link

@vercel vercel bot commented on 9c42262 Nov 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.