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 16, 2024
1 parent fe70495 commit b4d51b8
Show file tree
Hide file tree
Showing 2 changed files with 612 additions and 564 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
"page:preview": "wrangler pages dev ./dist/"
},
"dependencies": {
"@astrojs/mdx": "^2.1.1",
"@astrojs/mdx": "^2.2.0",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.1",
"@astrojs/solid-js": "^4.0.1",
"@iconify-json/ion": "^1.1.15",
"@unocss/reset": "^0.58.5",
"astro": "^4.4.5",
"@unocss/reset": "^0.58.6",
"astro": "^4.5.5",
"canvas": "^2.11.2",
"cross-env": "^7.0.3",
"dayjs": "^1.11.10",
"eslint-plugin-solid": "^0.13.1",
"hast-util-to-html": "^9.0.0",
"kysely": "^0.27.2",
"kysely": "^0.27.3",
"kysely-d1": "^0.3.0",
"mdast-util-to-hast": "^13.1.0",
"mdast-util-toc": "^7.0.0",
Expand All @@ -37,19 +37,19 @@
"solid-js": "^1.8.15",
"unified": "^11.0.4",
"unist-util-visit": "^5.0.0",
"unocss": "^0.58.5",
"vite": "^5.1.4"
"unocss": "^0.58.6",
"vite": "^5.1.6"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@cloudflare/workers-types": "^4.20240222.0",
"@babel/core": "^7.24.0",
"@cloudflare/workers-types": "^4.20240314.0",
"@types/mdast": "^4.0.3",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"activitypub-core-types": "^0.3.2",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-astro": "^0.31.4",
"eslint-plugin-import": "^2.29.1",
Expand All @@ -58,9 +58,9 @@
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"rollup": "^4.12.0",
"typescript": "^5.3.3",
"wrangler": "^3.29.0"
"rollup": "^4.13.0",
"typescript": "^5.4.2",
"wrangler": "^3.34.2"
},
"pnpm": {
"overrides": {
Expand Down
Loading

0 comments on commit b4d51b8

Please sign in to comment.