Skip to content

Commit

Permalink
♻️ Move some devDependencies to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mingjunlu committed Dec 24, 2024
1 parent fbe21a7 commit 5681267
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,13 @@
},
"dependencies": {
"@fontsource-variable/inter": "^5.1.0",
"@iconify-json/fa6-brands": "^1.2.3",
"@iconify-json/fa6-solid": "^1.2.2",
"@upstash/redis": "^1.34.3",
"astro": "^4.16.18",
"astro-icon": "^1.1.4",
"astro-seo": "^0.8.4",
"dotenv": "^16.4.7",
"js-cookie": "^3.0.5",
"mdast-util-from-markdown": "^2.0.2",
"mdast-util-to-string": "^4.0.0",
Expand All @@ -33,17 +37,13 @@
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/vercel": "^7.8.2",
"@iconify-json/fa6-brands": "^1.2.3",
"@iconify-json/fa6-solid": "^1.2.2",
"@playwright/test": "^1.49.1",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20.17.10",
"@types/sanitize-html": "^2.13.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"astro": "^4.16.18",
"dotenv": "^16.4.7",
"eslint": "^8.57.1",
"eslint-plugin-astro": "^0.34.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
Expand Down
24 changes: 12 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5681267

Please sign in to comment.