Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 26, 2024
1 parent d43991a commit 8d47749
Show file tree
Hide file tree
Showing 4 changed files with 153 additions and 192 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
node-version: '16.x'

- uses: pnpm/action-setup@v2.4.0
- uses: pnpm/action-setup@v2.4.1
name: Install pnpm
id: pnpm-install
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
node-version: '18.x'

- uses: pnpm/action-setup@v2.4.0
- uses: pnpm/action-setup@v2.4.1
name: Install pnpm
id: pnpm-install
with:
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@iconify/svelte": "3.1.4",
"@iconify/svelte": "3.1.6",
"@sveltejs/adapter-netlify": "2.0.8",
"@sveltejs/kit": "1.27.2",
"@types/nprogress": "0.2.2",
"autoprefixer": "10.4.16",
"@sveltejs/kit": "1.30.4",
"@types/nprogress": "0.2.3",
"autoprefixer": "10.4.20",
"nprogress": "0.2.0",
"postcss": "8.4.31",
"prettier": "3.0.3",
"prettier-plugin-svelte": "3.0.3",
"postcss": "8.4.47",
"prettier": "3.3.3",
"prettier-plugin-svelte": "3.2.7",
"svelte": "4.2.2",
"svelte-check": "3.5.2",
"tailwindcss": "3.3.5",
"tslib": "2.6.2",
"typescript": "5.2.2",
"svelte-check": "3.8.6",
"tailwindcss": "3.4.13",
"tslib": "2.7.0",
"typescript": "5.6.2",
"vite": "4.5.0"
}
}
Loading

0 comments on commit 8d47749

Please sign in to comment.