Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
ntnyq committed Mar 14, 2024
1 parent 0910927 commit 1267cc7
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: lts/*

Expand Down
Binary file modified bun.lockb
Binary file not shown.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,32 +20,32 @@
"release": "bumpp"
},
"dependencies": {
"@astrojs/check": "^0.2.1",
"@astrolib/seo": "^0.6.0",
"@astrojs/check": "^0.5.9",
"@astrolib/seo": "^1.0.0-beta.5",
"@nanostores/solid": "^0.4.2",
"@unocss/reset": "^0.56.5",
"astro": "^3.3.1",
"@unocss/reset": "^0.58.5",
"astro": "^4.5.3",
"dayjs": "^1.11.10",
"nanostores": "^0.9.4",
"solid-js": "^1.8.1"
"nanostores": "^0.10.0",
"solid-js": "^1.8.15"
},
"devDependencies": {
"@astrojs/netlify": "^3.0.3",
"@astrojs/node": "^6.0.3",
"@astrojs/solid-js": "^3.0.2",
"@astrojs/vercel": "^5.0.2",
"@iconify/json": "^2.2.129",
"@ntnyq/prettier-config": "^1.14.0",
"@types/fs-extra": "^11.0.2",
"@astrojs/netlify": "^5.1.3",
"@astrojs/node": "^8.2.3",
"@astrojs/solid-js": "^4.0.1",
"@astrojs/vercel": "^7.3.6",
"@iconify/json": "^2.2.191",
"@ntnyq/prettier-config": "^1.21.0",
"@types/fs-extra": "^11.0.4",
"@types/node": "20.8.6",
"bumpp": "^9.2.0",
"fs-extra": "^11.1.1",
"husky": "^8.0.3",
"bumpp": "^9.4.0",
"fs-extra": "^11.2.0",
"husky": "^9.0.11",
"nano-staged": "^0.8.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.3",
"typescript": "^5.2.2",
"unocss": "^0.56.5"
"prettier": "^3.2.5",
"typescript": "^5.4.2",
"unocss": "^0.58.5"
},
"prettier": "@ntnyq/prettier-config",
"nano-staged": {
Expand Down

0 comments on commit 1267cc7

Please sign in to comment.