Skip to content

Commit

Permalink
update tsparticles dependencies to version 3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Matei-Iordache committed Jan 22, 2025
1 parent 104e4b2 commit ceb3a4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _src/blocks/particle-background/particle-background.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ let loadAll;

async function init(block, aemOptions) {
// eslint-disable-next-line import/no-unresolved
tsParticles = (await import('https://cdn.jsdelivr.net/npm/@tsparticles/engine@3.1.0/+esm')).tsParticles;
tsParticles = (await import('https://cdn.jsdelivr.net/npm/@tsparticles/engine@3.7.1/+esm')).tsParticles;
// eslint-disable-next-line import/no-unresolved
loadAll = (await import('https://cdn.jsdelivr.net/npm/@tsparticles/all@3.1.0/+esm')).loadAll;
loadAll = (await import('https://cdn.jsdelivr.net/npm/@tsparticles/all@3.7.1/+esm')).loadAll;
const particleIdSelector = 'ts-particles';

const particleDiv = document.createElement('div');
Expand Down

0 comments on commit ceb3a4a

Please sign in to comment.