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 May 9, 2024
1 parent 142dea1 commit 92d8361
Show file tree
Hide file tree
Showing 3 changed files with 492 additions and 535 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout 🛎️
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.5

- name: Pnpm 🧱
uses: pnpm/action-setup@v3.0.0
Expand All @@ -35,7 +35,7 @@ jobs:
touch dist/.nojekyll
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.5.0
uses: JamesIves/github-pages-deploy-action@v4.6.0
if: github.ref == 'refs/heads/main'
with:
folder: dist
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,35 +6,35 @@
"keywords": [],
"description": "svelte clock, inspired by sauron clock",
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "3.0.2",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/svelte": "4.1.0",
"@types/node": "20.11.30",
"@typescript-eslint/eslint-plugin": "7.3.1",
"@typescript-eslint/parser": "7.3.1",
"@unocss/eslint-config": "0.58.6",
"@vitest/coverage-v8": "1.4.0",
"@sveltejs/vite-plugin-svelte": "3.1.0",
"@testing-library/jest-dom": "6.4.5",
"@testing-library/svelte": "4.2.3",
"@types/node": "20.12.11",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"@unocss/eslint-config": "0.60.0",
"@vitest/coverage-v8": "1.6.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsonc": "2.14.1",
"eslint-plugin-jsonc": "2.15.1",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-svelte": "2.35.1",
"eslint-plugin-yml": "1.13.2",
"happy-dom": "14.3.6",
"eslint-plugin-svelte": "2.38.0",
"eslint-plugin-yml": "1.14.0",
"happy-dom": "14.10.1",
"lightningcss": "1.24.1",
"prettier": "3.2.5",
"prettier-plugin-svelte": "3.2.2",
"svelte": "4.2.12",
"svelte-check": "3.6.8",
"svelte-preprocess": "5.1.3",
"typescript": "5.4.3",
"unocss": "0.58.6",
"vite": "5.2.6",
"prettier-plugin-svelte": "3.2.3",
"svelte": "4.2.16",
"svelte-check": "3.7.1",
"svelte-preprocess": "5.1.4",
"typescript": "5.4.5",
"unocss": "0.60.0",
"vite": "5.2.11",
"vite-plugin-checker": "0.6.4",
"vite-tsconfig-paths": "4.3.2",
"vitest": "1.4.0"
"vitest": "1.6.0"
},
"scripts": {
"build": "vite build",
Expand All @@ -45,5 +45,5 @@
"start": "vite",
"test": "vitest run"
},
"packageManager": "pnpm@8.15.5"
"packageManager": "pnpm@8.15.8"
}
Loading

0 comments on commit 92d8361

Please sign in to comment.