Skip to content

Commit

Permalink
⬆️ Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
BeiyanYunyi committed Dec 19, 2023
1 parent c65ef17 commit 3102984
Show file tree
Hide file tree
Showing 2 changed files with 2,614 additions and 2,036 deletions.
64 changes: 32 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "3.0.0",
"description": "拿去吧!",
"license": "AGPL-3.0-or-later",
"packageManager": "pnpm@8.9.2",
"packageManager": "pnpm@8.12.1",
"scripts": {
"dev": "cross-env DEV=true astro dev --host",
"start": "astro dev",
Expand All @@ -14,15 +14,15 @@
"page:preview": "wrangler pages dev ./dist/"
},
"dependencies": {
"@astrojs/mdx": "^1.1.3",
"@astrojs/rss": "^3.0.0",
"@astrojs/sitemap": "^3.0.2",
"@astrojs/mdx": "^2.0.1",
"@astrojs/rss": "^4.0.1",
"@astrojs/sitemap": "^3.0.3",
"@astrojs/solid-js": "^3.0.2",
"@iconify-json/ion": "^1.1.12",
"@iconify-json/skill-icons": "^1.1.3",
"@unocss/reset": "^0.57.1",
"astro": "^3.3.4",
"astro-icon": "^0.8.1",
"@iconify-json/ion": "^1.1.15",
"@iconify-json/skill-icons": "^1.1.6",
"@unocss/reset": "^0.58.0",
"astro": "^4.0.6",
"astro-icon": "^0.8.2",
"canvas": "^2.11.2",
"cross-env": "^7.0.3",
"dayjs": "^1.11.10",
Expand All @@ -32,36 +32,36 @@
"kysely-d1": "^0.3.0",
"mdast-util-to-hast": "^13.0.2",
"mdast-util-toc": "^7.0.0",
"rehype-katex": "^6.0.3",
"remark-math": "^5.1.1",
"sharp": "^0.32.6",
"sodesu-comment": "0.0.1-alpha.25",
"solid-js": "^1.8.3",
"unified": "^11.0.3",
"rehype-katex": "^7.0.0",
"remark-math": "^6.0.0",
"sharp": "^0.33.1",
"sodesu-comment": "0.0.2",
"solid-js": "^1.8.7",
"unified": "^11.0.4",
"unist-util-visit": "^5.0.0",
"unocss": "^0.57.1",
"vite": "^4.5.0"
"unocss": "^0.58.0",
"vite": "^5.0.10"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@cloudflare/workers-types": "^4.20231025.0",
"@types/mdast": "^4.0.2",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@babel/core": "^7.23.6",
"@cloudflare/workers-types": "^4.20231218.0",
"@types/mdast": "^4.0.3",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"activitypub-core-types": "^0.3.2",
"eslint": "^8.52.0",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-astro": "^0.29.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-astro": "^0.31.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.0.1",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.1",
"rollup": "^4.1.4",
"typescript": "^5.2.2",
"wrangler": "^3.14.0"
"prettier": "^3.1.1",
"prettier-plugin-astro": "^0.12.2",
"rollup": "^4.9.1",
"typescript": "^5.3.3",
"wrangler": "^3.21.0"
},
"pnpm": {
"overrides": {
Expand Down
Loading

0 comments on commit 3102984

Please sign in to comment.