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] authored Jul 31, 2023
1 parent e6974fd commit 1c72211
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 80 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.2.4
- uses: pnpm/action-setup@v2.4.0
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.2.4
- uses: pnpm/action-setup@v2.4.0
name: Install pnpm
id: pnpm-install
with:
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
"devDependencies": {
"@iconify/svelte": "3.1.4",
"@sveltejs/adapter-netlify": "2.0.8",
"@sveltejs/kit": "1.22.3",
"@sveltejs/kit": "1.22.4",
"@types/nprogress": "0.2.0",
"autoprefixer": "10.4.14",
"nprogress": "0.2.0",
"postcss": "8.4.26",
"postcss": "8.4.27",
"prettier": "3.0.0",
"prettier-plugin-svelte": "3.0.0",
"svelte": "4.1.1",
"prettier-plugin-svelte": "3.0.3",
"svelte": "4.1.2",
"svelte-check": "3.4.6",
"tailwindcss": "3.3.3",
"tslib": "2.6.0",
"tslib": "2.6.1",
"typescript": "5.1.6",
"vite": "4.4.5"
"vite": "4.4.7"
}
}
Loading

0 comments on commit 1c72211

Please sign in to comment.