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 1e7ad63 commit bf0a9de
Show file tree
Hide file tree
Showing 3 changed files with 518 additions and 396 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@v2.4.0
Expand All @@ -34,7 +34,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
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,29 +11,29 @@
"start": "vite"
},
"devDependencies": {
"@types/node": "20.11.30",
"@types/node": "20.12.11",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@unocss/eslint-config": "0.58.6",
"@unocss/eslint-config": "0.60.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.9.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-solid": "0.13.2",
"eslint-plugin-yml": "1.13.2",
"eslint-plugin-solid": "0.14.0",
"eslint-plugin-yml": "1.14.0",
"prettier": "3.2.5",
"typescript": "5.4.3",
"unocss": "0.58.6",
"typescript": "5.4.5",
"unocss": "0.60.0",
"vite": "4.5.3",
"vite-plugin-checker": "0.6.4",
"vite-plugin-solid": "2.10.2",
"vite-tsconfig-paths": "4.3.2"
},
"dependencies": {
"solid-js": "1.8.16"
"solid-js": "1.8.17"
},
"packageManager": "pnpm@8.15.5"
"packageManager": "pnpm@8.15.8"
}

0 comments on commit bf0a9de

Please sign in to comment.