Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ntnyq committed Jul 21, 2023
1 parent 4ea259a commit f288fdf
Show file tree
Hide file tree
Showing 4 changed files with 1,121 additions and 497 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: lts/*

- run: npx changelogithub
env:
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.0.2",
"private": true,
"packageManager": "pnpm@8.6.3",
"packageManager": "pnpm@8.6.9",
"license": "MIT",
"author": {
"name": "ntnyq",
Expand All @@ -23,29 +23,29 @@
"dependencies": {
"@astrolib/seo": "^0.4.0",
"@nanostores/solid": "^0.4.2",
"@unocss/reset": "^0.53.1",
"astro": "^2.6.5",
"dayjs": "^1.11.8",
"nanostores": "^0.9.2",
"solid-js": "^1.7.6"
"@unocss/reset": "^0.53.5",
"astro": "^2.9.0",
"dayjs": "^1.11.9",
"nanostores": "^0.9.3",
"solid-js": "^1.7.8"
},
"devDependencies": {
"@astrojs/netlify": "^2.3.0",
"@astrojs/node": "^5.2.0",
"@astrojs/netlify": "^2.5.0",
"@astrojs/node": "^5.3.0",
"@astrojs/solid-js": "^2.2.0",
"@astrojs/vercel": "^3.5.0",
"@iconify/json": "^2.2.80",
"@ntnyq/prettier-config": "^1.9.0",
"@astrojs/vercel": "^3.7.3",
"@iconify/json": "^2.2.93",
"@ntnyq/prettier-config": "^1.12.0",
"@types/fs-extra": "^11.0.1",
"@types/node": "20.3.1",
"@types/node": "20.4.2",
"fs-extra": "^11.1.1",
"husky": "^8.0.3",
"nano-staged": "^0.8.0",
"npm-run-all": "^4.1.5",
"pnpm": "^8.6.3",
"prettier": "^2.8.8",
"typescript": "^5.1.3",
"unocss": "^0.53.1"
"pnpm": "^8.6.9",
"prettier": "^3.0.0",
"typescript": "^5.1.6",
"unocss": "^0.53.5"
},
"prettier": "@ntnyq/prettier-config",
"nano-staged": {
Expand Down

1 comment on commit f288fdf

@vercel
Copy link

@vercel vercel bot commented on f288fdf Jul 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.