Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
narze committed Sep 29, 2024
1 parent 88d5a1e commit 0719c31
Show file tree
Hide file tree
Showing 2 changed files with 2,826 additions and 3,496 deletions.
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,48 +6,48 @@
"dev": "run-p dev:astro dev:garden",
"dev:astro": "astro dev",
"dev:garden": "tsx dev.ts",
"dev:search": "astro build && pagefind --source dist --bundle-dir pagefind --serve & open http://localhost:1414",
"dev:search": "astro build && pagefind --site dist --output-subdir pagefind --serve & open http://localhost:1414",
"test": "playwright test",
"start": "astro dev",
"fetch": "tsx fetch.ts",
"build": "run-s -c \"astro build\" build:post",
"build:post": "pagefind --source dist --bundle-dir pagefind",
"build:post": "pagefind --site dist --output-subdir pagefind",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write --plugin-search-dir=. .",
"lint": "eslint 'src/**/*.{ts,svelte,astro}'"
},
"dependencies": {
"@astrojs/mdx": "^2.0.3",
"@astrojs/rss": "^4.0.1",
"@astrojs/sitemap": "^3.0.4",
"@astrojs/svelte": "^5.0.3",
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.0.9",
"tailwindcss": "^3.3.3"
"@astrojs/mdx": "^3.1.7",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/svelte": "^5.7.1",
"@astrojs/tailwind": "^5.1.1",
"astro": "^4.15.9",
"tailwindcss": "^3.4.13"
},
"devDependencies": {
"@giscus/svelte": "^2.3.0",
"@playwright/test": "^1.37.1",
"@tailwindcss/typography": "^0.5.9",
"@types/tar": "^6.1.5",
"@typescript-eslint/parser": "^6.5.0",
"chokidar": "^3.5.3",
"eslint": "^8.48.0",
"eslint-plugin-astro": "^0.29.0",
"eslint-plugin-svelte": "^2.33.0",
"glob": "^10.3.4",
"@giscus/svelte": "^3.0.0",
"@playwright/test": "^1.47.2",
"@tailwindcss/typography": "^0.5.15",
"@types/tar": "^6.1.13",
"@typescript-eslint/parser": "^8.7.0",
"chokidar": "^4.0.1",
"eslint": "^9.11.1",
"eslint-plugin-astro": "^1.2.4",
"eslint-plugin-svelte": "^2.44.1",
"glob": "^11.0.0",
"gray-matter": "^4.0.3",
"npm-run-all": "^4.1.5",
"octokit": "^3.1.0",
"pagefind": "^0.12.0",
"prettier-plugin-astro": "^0.12.2",
"remark": "^14.0.3",
"remark-frontmatter": "^4.0.1",
"rimraf": "^5.0.1",
"svelte": "^4.2.0",
"tar": "^6.1.15",
"tsx": "^3.12.8",
"octokit": "^4.0.2",
"pagefind": "^1.1.1",
"prettier-plugin-astro": "^0.14.1",
"remark": "^15.0.1",
"remark-frontmatter": "^5.0.0",
"rimraf": "^6.0.1",
"svelte": "^4.2.19",
"tar": "^7.4.3",
"tsx": "^4.19.1",
"unist-util-visit": "^5.0.0"
}
}
Loading

0 comments on commit 0719c31

Please sign in to comment.