Skip to content

Commit

Permalink
fix: update dependencies for svelte, svelte-check, playwright, and vite
Browse files Browse the repository at this point in the history
  • Loading branch information
oekazuma committed Dec 18, 2024
1 parent fe0aee8 commit 43d6d2b
Show file tree
Hide file tree
Showing 6 changed files with 223 additions and 292 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
- name: Run Build
run: pnpm build
- name: Install Playwright
run: pnpm dlx [email protected].0 install --with-deps
run: pnpm dlx [email protected].1 install --with-deps
- name: Run Vitest and Playwright
run: pnpm test
6 changes: 3 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"@sveltejs/kit": "^2.12.1",
"@sveltejs/vite-plugin-svelte": "^5.0.2",
"just-extend": "^6.2.0",
"svelte": "^5.3.1",
"svelte-check": "^4.1.0",
"svelte": "^5.14.3",
"svelte-check": "^4.1.1",
"svelte-meta-tags": "workspace:^",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"vite": "^6.0.1"
"vite": "^6.0.3"
},
"type": "module"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"release": "changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.27.10",
"@changesets/cli": "^2.27.11",
"@types/eslint": "^9.6.1",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.46.1",
"globals": "^15.13.0",
"prettier": "^3.4.1",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.2",
"typescript-eslint": "^8.18.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/svelte-meta-tags/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"@sveltejs/package": "^2.3.7",
"@sveltejs/vite-plugin-svelte": "^5.0.2",
"publint": "^0.2.12",
"svelte": "^5.3.1",
"svelte-check": "^4.1.0",
"svelte": "^5.14.3",
"svelte-check": "^4.1.1",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"vite": "^6.0.1",
Expand Down
Loading

0 comments on commit 43d6d2b

Please sign in to comment.