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

fix(plugin/lightbox): fix import for non-browser env #930

Merged
merged 1 commit into from
Jun 19, 2024

Conversation

qwqcode
Copy link
Member

@qwqcode qwqcode commented Jun 19, 2024

fixes #683 #682

@qwqcode qwqcode changed the title fix(plugin_lightbox): fix lightbox plugin import for non-browser env fix(plugin/lightbox): fix import for non-browser env Jun 19, 2024
@qwqcode qwqcode requested a review from Mister-Hope June 19, 2024 13:30
"lightgallery": "^2.7.2",
"lightbox2": "^2.11.4",
"photoswipe": "^5.4.4",
"fancybox": "^3.0.1"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I prefer to import tools like sort-package-json to have them sorted.

"serve": "vite preview",
"prepublish": "pnpm build",
"publish": "pnpm publish --access=public"
"serve": "vite preview"
},
"dependencies": {
"artalk": "workspace:^"
Copy link
Contributor

@Mister-Hope Mister-Hope Jun 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should be better announced as peer to avoid duplicated artalk versions while users are installing any plugin and do not have latest artalk at meantime.

@Mister-Hope
Copy link
Contributor

Mister-Hope commented Jun 19, 2024

busy these days and on school bus at the moment, I reviewed quickly through cellphone while not performing any actual tests, I can have a detailed review at weekend.

@qwqcode
Copy link
Member Author

qwqcode commented Jun 19, 2024

Thank you for taking the time even though this month is exam month at university. 😆

@qwqcode qwqcode merged commit 9744ece into master Jun 19, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rebuild plugin-lightbox
2 participants