Skip to content

Commit

Permalink
Merge pull request #128 from chrismwilliams/update/pagefind-v1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismwilliams authored Sep 25, 2023
2 parents a5d71e8 + 0bfed93 commit 5f19993
Show file tree
Hide file tree
Showing 3 changed files with 639 additions and 563 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,51 +6,51 @@
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"postbuild": "pagefind --source dist",
"postbuild": "pagefind --site dist",
"preview": "astro preview",
"format": "prettier -w --cache ."
},
"devDependencies": {
"@pagefind/default-ui": "^0.12.0",
"@pagefind/default-ui": "^1.0.3",
"@resvg/resvg-js": "^2.4.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "^0.5.8",
"@types/eslint": "^8.44.2",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"@tailwindcss/typography": "^0.5.10",
"@types/eslint": "^8.44.3",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"astro-eslint-parser": "^0.15.0",
"autoprefixer": "^10.4.15",
"eslint": "^8.48.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-astro": "^0.29.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.0",
"mdast-util-to-string": "^4.0.0",
"pagefind": "^0.12.0",
"postcss": "^8.4.29",
"pagefind": "^1.0.3",
"postcss": "^8.4.30",
"postcss-html": "^1.5.0",
"postcss-import": "^15.1.0",
"prettier": "^3.0.3",
"prettier-plugin-astro": "0.12.0",
"prettier-plugin-tailwindcss": "^0.5.4",
"reading-time": "^1.5.0",
"remark-unwrap-images": "^3.0.1",
"remark-unwrap-images": "^4.0.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2"
},
"dependencies": {
"@astrojs/mdx": "^1.0.0",
"@astrojs/mdx": "^1.1.0",
"@astrojs/prefetch": "^0.4.0",
"@astrojs/rss": "^3.0.0",
"@astrojs/sitemap": "^3.0.0",
"@astrojs/tailwind": "^5.0.0",
"astro": "3.0.8",
"astro": "3.1.3",
"astro-icon": "^0.8.1",
"satori": "0.10.4",
"satori": "0.10.8",
"satori-html": "^0.3.2",
"sharp": "^0.32.5"
"sharp": "^0.32.6"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 5f19993

Please sign in to comment.