Skip to content

Commit

Permalink
chore: ⬆️ Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
BeiyanYunyi committed Mar 23, 2024
1 parent b4d51b8 commit 76cc408
Show file tree
Hide file tree
Showing 4 changed files with 662 additions and 368 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
"page:preview": "wrangler pages dev ./dist/"
},
"dependencies": {
"@astrojs/mdx": "^2.2.0",
"@astrojs/mdx": "^2.2.1",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.1",
"@astrojs/solid-js": "^4.0.1",
"@iconify-json/ion": "^1.1.15",
"@iconify-json/ion": "^1.1.16",
"@unocss/reset": "^0.58.6",
"astro": "^4.5.5",
"astro": "^4.5.9",
"canvas": "^2.11.2",
"cross-env": "^7.0.3",
"dayjs": "^1.11.10",
"eslint-plugin-solid": "^0.13.1",
"eslint-plugin-solid": "^0.13.2",
"hast-util-to-html": "^9.0.0",
"kysely": "^0.27.3",
"kysely-d1": "^0.3.0",
Expand All @@ -34,33 +34,33 @@
"remark-math": "^6.0.0",
"sharp": "^0.33.2",
"sodesu-comment": "0.0.4",
"solid-js": "^1.8.15",
"solid-js": "^1.8.16",
"unified": "^11.0.4",
"unist-util-visit": "^5.0.0",
"unocss": "^0.58.6",
"vite": "^5.1.6"
"vite": "^5.2.3"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@cloudflare/workers-types": "^4.20240314.0",
"@babel/core": "^7.24.3",
"@cloudflare/workers-types": "^4.20240320.1",
"@types/mdast": "^4.0.3",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"activitypub-core-types": "^0.3.2",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-astro": "^0.31.4",
"eslint-plugin-astro": "^0.32.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"rollup": "^4.13.0",
"typescript": "^5.4.2",
"wrangler": "^3.34.2"
"typescript": "^5.4.3",
"wrangler": "^3.37.0"
},
"pnpm": {
"overrides": {
Expand Down
Loading

0 comments on commit 76cc408

Please sign in to comment.