Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainCodeman committed Apr 29, 2024
1 parent b279b1a commit be01daf
Show file tree
Hide file tree
Showing 4 changed files with 1,606 additions and 1,082 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8
version: 9

- name: Install Node.js
uses: actions/setup-node@v3
Expand Down
23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-resize-observer-action",
"version": "0.0.3",
"version": "0.0.4",
"type": "module",
"keywords": [
"svelte",
Expand Down Expand Up @@ -42,14 +42,15 @@
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@sveltejs/adapter-static": "^2.0.2",
"@sveltejs/kit": "^1.20.4",
"publint": "^0.1.12",
"svelte": "^4.0.0",
"svelte-check": "^3.4.4",
"tslib": "^2.5.3",
"tsup": "^7.0.0",
"typescript": "^5.1.3",
"vite": "^4.3.9"
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.5.7",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"publint": "^0.2.7",
"svelte": "^4.2.15",
"svelte-check": "^3.7.0",
"tslib": "^2.6.2",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"vite": "^5.2.10"
}
}
}
Loading

0 comments on commit be01daf

Please sign in to comment.