Skip to content

Commit

Permalink
move dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sushichan044 committed Oct 26, 2024
1 parent 44045b2 commit 983075e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"node": ">=20 <21"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/cloudflare": "^11.0.4",
"@astrojs/mdx": "3.1.2",
"@astrojs/react": "^3.6.2",
Expand Down Expand Up @@ -70,11 +69,10 @@
"satori": "^0.10.14",
"tailwind-merge": "^2.5.2",
"tailwind-variants": "^0.2.1",
"tailwindcss": "^3.4.10",
"undici": "^6.19.8",
"wrangler": "^3.75.0"
"undici": "^6.19.8"
},
"devDependencies": {
"@astrojs/check": "^0.9.3",
"@cloudflare/workers-types": "^4.20241022.0",
"@double-great/stylelint-a11y": "^3.0.2",
"@iconify/json": "^2.2.264",
Expand Down Expand Up @@ -107,13 +105,15 @@
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
"stylelint-value-no-unknown-custom-properties": "^6.0.1",
"tailwindcss": "^3.4.10",
"textlint": "^14.3.0",
"textlint-rule-preset-japanese": "^10.0.3",
"tsx": "^4.19.1",
"typescript": "^5.6.3",
"typescript-eslint": "^8.11.0",
"typescript-eslint-parser-for-extra-files": "^0.7.0",
"unplugin-icons": "^0.19.3",
"vitest": "^2.1.3"
"vitest": "^2.1.3",
"wrangler": "^3.75.0"
}
}
18 changes: 9 additions & 9 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 983075e

Please sign in to comment.