Skip to content

Commit

Permalink
Server fix (#1134)
Browse files Browse the repository at this point in the history
* fix: update CarbonAds

* chore: dependencies update and update playwright-and-lint.yaml

* chore: lib-helpes and format

* fix: remove edge function
  • Loading branch information
shinokada committed Oct 20, 2023
1 parent ff349eb commit 99372f1
Show file tree
Hide file tree
Showing 8 changed files with 357 additions and 362 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.38.1-focal
image: mcr.microsoft.com/playwright:v1.39.0-focal
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@
},
"devDependencies": {
"@docsearch/js": "^3.5.2",
"@playwright/test": "^1.38.1",
"@playwright/test": "^1.39.0",
"@sveltejs/adapter-vercel": "^3.0.3",
"@sveltejs/kit": "^1.25.1",
"@sveltejs/kit": "^1.26.0",
"@sveltejs/package": "2.2.2",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"autoprefixer": "^10.4.16",
"esbuild": "0.19.4",
"eslint": "^8.50.0",
"esbuild": "0.19.5",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-svelte": "^2.33.2",
"eslint-plugin-svelte": "^2.34.0",
"flowbite-svelte-icons": "^0.4.4",
"mdsvex": "^0.11.0",
"mdsvexamples": "^0.4.1",
Expand All @@ -52,18 +52,18 @@
"prettier": "^3.0.3",
"prettier-plugin-svelte": "^3.0.3",
"prism-themes": "^1.9.0",
"publint": "^0.2.3",
"svelte": "^4.2.1",
"publint": "^0.2.5",
"svelte": "^4.2.2",
"svelte-check": "^3.5.2",
"svelte-lib-helpers": "^0.3.15",
"svelte-meta-tags": "^3.0.4",
"svelte-preprocess": "^5.0.4",
"svelte2tsx": "^0.6.22",
"svelte2tsx": "^0.6.23",
"tailwind-merge": "^1.13.1",
"tailwindcss": "^3.3.3",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite": "^4.5.0",
"vitest": "^0.34.6"
},
"peerDependencies": {
Expand Down Expand Up @@ -114,13 +114,13 @@
},
"dependencies": {
"@floating-ui/dom": "^1.5.3",
"apexcharts": "^3.43.0",
"apexcharts": "^3.44.0",
"flowbite": "^1.8.1",
"tailwind-merge": "^1.14.0"
},
"engines": {
"npm": ">=7.0.0",
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"files": [
"dist",
Expand Down
Loading

2 comments on commit 99372f1

@vercel
Copy link

@vercel vercel bot commented on 99372f1 Oct 20, 2023

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on 99372f1 Oct 20, 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.