Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 1.1.27 breaks Astro dev and build #63

Closed
ChrisSki opened this issue Feb 2, 2023 · 3 comments
Closed

Version 1.1.27 breaks Astro dev and build #63

ChrisSki opened this issue Feb 2, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@ChrisSki
Copy link

ChrisSki commented Feb 2, 2023

I'm unable to tell why from errors, but 1.1.27 breaks the dev and build. Here's a screenshot of the error.

image

@ChrisSki
Copy link
Author

ChrisSki commented Feb 2, 2023

package.json

{
	"dependencies": {
		"@astrojs/image": "^0.14.0",
		"@astrojs/react": "^2.0.2",
		"@astrojs/rss": "^2.1.0",
		"@astrojs/sitemap": "^1.0.1",
		"@contentful/rich-text-react-renderer": "^15.16.2",
		"@contentful/rich-text-types": "^16.0.2",
		"astro": "^2.0.5",
		"astro-compress": "^1.1.29",
		"astro-critters": "^1.1.27",
		"autoprefixer": "^10.4.13",
		"axios": "^1.3.1",
		"calculate-aspect-ratio": "^0.1.3",
		"contentful": "^9.3.0",
		"dotenv": "^16.0.3",
		"escape-html": "^1.0.3",
		"js-cookie": "^3.0.1",
		"react": "^18.2.0",
		"react-dom": "^18.2.0",
		"sass": "^1.58.0",
		"sharp": "^0.31.3",
		"slugify": "^1.6.5",
		"zod-form-data": "^1.2.4"
	},
	"devDependencies": {
		"@types/node": "^18.11.18",
		"prettier": "^2.8.3",
		"prettier-plugin-astro": "^0.8.0"
	}
}

@NikolaRHristov
Copy link
Member

NikolaRHristov commented Feb 3, 2023

Thank you! astro-critters https://github.com/astro-community/astro-critters/releases/tag/v1.1.27 has been deprecated. Expect a new release https://github.com/astro-community/astro-critters/releases/tag/v1.1.28 shortly.

NikolaRHristov added a commit that referenced this issue Feb 3, 2023
Fixes Version 1.1.27 breaks Astro dev and build #63
@NikolaRHristov
Copy link
Member

NikolaRHristov commented Feb 3, 2023

Fixed in https://github.com/astro-community/astro-critters/releases/tag/v1.1.28.

@NikolaRHristov NikolaRHristov added the bug Something isn't working label Feb 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants