Skip to content

Commit

Permalink
refactor: ⬆️
Browse files Browse the repository at this point in the history
  • Loading branch information
BeiyanYunyi committed Sep 1, 2024
1 parent 884557a commit 18f16f4
Show file tree
Hide file tree
Showing 2 changed files with 1,977 additions and 1,729 deletions.
48 changes: 24 additions & 24 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@9.0.5",
"packageManager": "pnpm@9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1",
"scripts": {
"dev": "cross-env DEV=true astro dev --host",
"start": "astro dev",
Expand All @@ -14,35 +14,35 @@
"page:preview": "wrangler pages dev ./dist/"
},
"dependencies": {
"@astrojs/mdx": "^3.1.3",
"@astrojs/mdx": "^3.1.5",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/solid-js": "^4.4.0",
"@iconify-json/ion": "^1.1.18",
"@unocss/reset": "0.61.3",
"@astrojs/solid-js": "^4.4.1",
"@iconify-json/ion": "^1.2.0",
"@unocss/reset": "0.62.3",
"@waline/client": "^3.3.0",
"astro": "^4.13.1",
"astro": "^4.15.1",
"cross-env": "^7.0.3",
"dayjs": "^1.11.11",
"eslint-plugin-solid": "^0.14.1",
"hast-util-to-html": "^9.0.1",
"dayjs": "^1.11.13",
"eslint-plugin-solid": "^0.14.3",
"hast-util-to-html": "^9.0.2",
"kysely": "^0.27.4",
"kysely-d1": "^0.3.0",
"mdast-util-to-hast": "^13.2.0",
"mdast-util-toc": "^7.1.0",
"rehype-katex": "^7.0.0",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0",
"sharp": "^0.33.4",
"sharp": "^0.33.5",
"sodesu-comment": "0.0.4",
"solid-js": "^1.8.18",
"solid-js": "^1.8.22",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"unocss": "0.61.3",
"vite": "^5.3.3"
"unocss": "0.62.3",
"vite": "^5.4.2"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@cloudflare/workers-types": "^4.20240620.0",
"@babel/core": "^7.25.2",
"@cloudflare/workers-types": "^4.20240821.1",
"@types/mdast": "^4.0.4",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
Expand All @@ -51,16 +51,16 @@
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-astro": "^0.34.0",
"eslint-plugin-astro": "^1.2.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.3.2",
"prettier-plugin-astro": "^0.13.0",
"rollup": "^4.14.2",
"typescript": "^5.4.5",
"wrangler": "^3.50.0"
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"rollup": "^4.21.2",
"typescript": "^5.5.4",
"wrangler": "^3.73.0"
},
"pnpm": {
"overrides": {
Expand Down
Loading

0 comments on commit 18f16f4

Please sign in to comment.