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 Jul 30, 2024
1 parent d43991a commit f6a119e
Show file tree
Hide file tree
Showing 4 changed files with 170 additions and 209 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
24 changes: 12 additions & 12 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.19",
"nprogress": "0.2.0",
"postcss": "8.4.31",
"prettier": "3.0.3",
"prettier-plugin-svelte": "3.0.3",
"svelte": "4.2.2",
"svelte-check": "3.5.2",
"tailwindcss": "3.3.5",
"tslib": "2.6.2",
"typescript": "5.2.2",
"postcss": "8.4.40",
"prettier": "3.3.3",
"prettier-plugin-svelte": "3.2.6",
"svelte": "4.2.18",
"svelte-check": "3.8.5",
"tailwindcss": "3.4.7",
"tslib": "2.6.3",
"typescript": "5.5.4",
"vite": "4.5.0"
}
}
Loading

0 comments on commit f6a119e

Please sign in to comment.