Skip to content

Commit

Permalink
deps: update
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostdevv committed Aug 14, 2024
1 parent 0b2e8a0 commit 27eec9c
Show file tree
Hide file tree
Showing 3 changed files with 158 additions and 156 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Node 20
- name: Setup Node 22
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
registry-url: https://registry.npmjs.org/

- name: Setup PNPM
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@
"version": "0.7.1",
"scripts": {
"dev": "vite dev",
"package": "svelte-kit sync && svelte-package",
"package": "svelte-kit sync && svelte-package && publint",
"build": "vite build",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json && publint",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@sveltejs/adapter-auto": "3.2.2",
"@sveltejs/kit": "2.5.18",
"@sveltejs/package": "^2.3.2",
"@sveltejs/adapter-auto": "3.2.4",
"@sveltejs/kit": "2.5.22",
"@sveltejs/package": "^2.3.4",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"ghostsui": "^1.6.0",
"publint": "^0.2.8",
"sass": "^1.77.6",
"publint": "^0.2.9",
"sass": "^1.77.8",
"svelte": "^4.2.18",
"svelte-check": "^3.8.4",
"svelte-check": "^3.8.5",
"tslib": "^2.6.3",
"typescript": "^5.5.3",
"vite": "^5.3.2"
"typescript": "^5.5.4",
"vite": "^5.4.0"
},
"peerDependencies": {
"svelte": "^3.58.0 || ^4.0.0"
Expand Down
Loading

0 comments on commit 27eec9c

Please sign in to comment.