Skip to content

Commit d46723b

Browse files
committed
v3.3.2 fixed search, updated tsconfig
1 parent 65a06bd commit d46723b

11 files changed

+177
-115
lines changed

.eslintrc.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module.exports = {
33
extends: [
44
'plugin:css/recommended',
55
'plugin:mdx/recommended',
6-
'plugin:markdown/recommended',
6+
'plugin:markdown/recommended-legacy',
77
'plugin:astro/recommended'
88
],
99
"plugins": [

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -219,3 +219,8 @@ All commands are run from the root of the project, from a terminal:
219219
- Upgraded to latest packages and astro-icon 1.x
220220
- 3.3.1: Maintenance:
221221
- Upgraded to latest packages and fixed astro check errors
222+
- 3.3.2: Maintenance:
223+
- Upgraded to latest packages
224+
- Fixed search not working due to stricter alpine checking
225+
- Migrated to standard astro tsconfig.json
226+
- Fixed astro check errors

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hello-astro",
33
"description": "Hello Astro is a full featured Astro corporate/marketing/blog starter theme written in Typescript and TailwindCSS. It supports Markdown and MDX based pages and blog posts.",
4-
"version": "3.3.1",
4+
"version": "3.3.2",
55
"scripts": {
66
"dev": "astro dev",
77
"clean": "rm -rf node_modules .astro dist",
@@ -24,12 +24,12 @@
2424
"@tailwindcss/forms": "^0.5.7",
2525
"@tailwindcss/line-clamp": "^0.4.4",
2626
"@tailwindcss/typography": "^0.5.10",
27-
"@types/alpinejs": "^3.13.7",
27+
"@types/alpinejs": "^3.13.9",
2828
"@types/leaflet": "^1.9.8",
2929
"@types/photoswipe": "^4.1.6",
3030
"@typescript-eslint/parser": "^7.2.0",
3131
"alpinejs": "^3.13.7",
32-
"astro": "^4.5.3",
32+
"astro": "^4.5.5",
3333
"astro-robots-txt": "^1.0.0",
3434
"eslint": "^8.57.0",
3535
"eslint-plugin-astro": "^0.31.4",

0 commit comments

Comments
 (0)