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 29, 2024
1 parent f3cc31c commit 39342e6
Show file tree
Hide file tree
Showing 3 changed files with 219 additions and 293 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.5
uses: actions/checkout@v4.1.6

- name: Pnpm 🧱
uses: pnpm/action-setup@v3.0.0
Expand All @@ -34,7 +34,7 @@ jobs:
touch dist/.nojekyll
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.6.0
uses: JamesIves/github-pages-deploy-action@v4.6.1
if: github.ref_name == 'main'
with:
folder: dist
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@
"keywords": [],
"description": "voby clock, inspired by sauron clock",
"devDependencies": {
"@types/node": "20.12.11",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"@unocss/eslint-config": "0.60.0",
"@types/node": "20.12.12",
"@typescript-eslint/eslint-plugin": "7.11.0",
"@typescript-eslint/parser": "7.11.0",
"@unocss/eslint-config": "0.60.3",
"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.15.1",
"eslint-plugin-jsonc": "2.16.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-yml": "1.14.0",
"prettier": "3.2.5",
"typescript": "5.4.5",
"unocss": "0.60.0",
"vite": "5.2.11",
"unocss": "0.60.3",
"vite": "5.2.12",
"vite-plugin-checker": "0.6.4",
"vite-tsconfig-paths": "4.3.2",
"voby-vite": "1.2.5"
Expand Down
Loading

0 comments on commit 39342e6

Please sign in to comment.